Hi,
When i perform batch inserts thru java procedures into Oracle DB, i get the following error
TNS-12612 TNS:connection is busy
What may be reason for this??
Printable View
Hi,
When i perform batch inserts thru java procedures into Oracle DB, i get the following error
TNS-12612 TNS:connection is busy
What may be reason for this??
Check the $ORACLE_HOME/network/log//listener.log and
$ORACLE_BASE/admin/sid/bdump/alert_sid.log for detail on the cause of the error. It could be some of the following reasons, you are running out of sessions, you are running out of java_poo_size or other java parameters, or you are running out of other common shared resources. the logs would explaing things in detail
Sam