Asked By
joan d vogt
10 points
N/A
Posted on - 11/28/2012
Hello People,
My SQL server has encountered a problem regarding access manager. Have a look at the screenshot below.
It has stopped working. Have you any idea for the error?
How can I get a remedy of this issue?
Please help.
Thanks you.
SQL Access Manager
SQL error. Stmt #: 2 Error Position: 0 Return: 12500-
ORA-12500: TNS: listener failed to start a dedicated server process
Answered By
VSD91
0 points
N/A
#146688
SQL server has encountered a problem regarding access manager
Hello,
This problem can appear of the following reasons: you exceeded the maximum number of processes allowed to a single user, or the listener doesn't have current permission for usage of the Oracle program or the associated Windows server is not started here.
The actions in this situation can be: you can increase the number of processes (in the data initialization file you are setting the process parameter to a larger value) or check the file listener.log for the error info.
Good luck!