posted 16 years ago
hello Ranchers,
Error
code:
--------------------------------------------------------------------------------
Listener refused the connection with the following error:ORA-12519, TNS:no appropriate service handler foundThe Connection descriptor used by the client was: 192.168.64.38:1521:XE
--------------------------------------------------------------------------------
I get this error when i try to insert 63 records simultaneously.
After inserting 15 records it throws the above exception.While inserting record it is using BasicDataSource connection factory.
My Question is :Whether BasicDataSource creates a new connection for each insert or it uses the same connection.
In hibernate we have SingleConnectionDataSource which uses the same connection for inserting all 63 record.
I wanted to know whether same kind of factory is available in dbcp.
Please let me know.It's urgent.
Thnks in advance