Application Connects or Disconnects Are Slow
This section describes what to check if you encounter slow connects and disconnects to a database. First check your ramPolicy
setting. If the ramPolicy
setting is inUse
, and you are the only user, then at first connect, the entire database is loaded into memory. Consider changing ramPolicy
to either always
or manual
. For more information, see ttAdmin in the Oracle TimesTen In-Memory Database
Reference.
Possible cause | See... |
---|---|
Database is being recovered. |
Check If Database Is Being Recovered for information. |
ODBC tracing is enabled. |
Check ODBC Tracing for information. |
There are other possible causes. |
API Tracing for information. |