Hi Experts,
I am getting the below error in docbase log file .
Error: dm_bear_trap: Unexpected exception, (SIGSEGV: segmentation violation: (11) at (Connection Failure)), during new session creation in module dmapply.cxx after line 492. Process exiting.
Fri Feb 25 16:15:06 2011 472258 [DM_SESSION_E_CANT_MAKE_TEMP_CONNECTION]error: "Could not establish an internal, temporary database connection (database_name = , docbase_owner = AAICMS, connection_string = AAIDB); database system error was: ORA-12516: TNS:listener could not find available handler with matching protocol stack.
PID(29044) failure during processing of request: NewSessionByAddr_string.
Current Session ID: 01003039802bcb7f
Last SQL statement executed by DB was:
My findings are :
One of possible reason you have received the error message, DM_SESSION_E_CANT_MAKE_TEMP_CONNECTION, is that the number of available Oracle processes is not enough. Increasing
MAX number of Oracle process helps correct this problem. Below is a sample of the error message that will appear in the server log.
in my server.ini number of concurrent_sessions are; 250.
Do I have to increase or double the number in init.ora or i have to increase th e number of processes in oracle.Number of processes could be inceresed through init.ora or we have to do something else.
For the segmentation error :I have read the below link but not able to find the current session_id.log file in my documentum/dba/log directory.
https://solutions.emc.com/emcsolutionview.asp?id=esg96476
Kindly suggest ...
Regards,
Neelesh