Product: E-Notebook Enterprise
Insufficient privileges error when logging in to E-Notebook
The following error occurred when logging in to E-Notebook:
--------------------------
Error Connecting
-------------------------
Sorry, an error occurred
while opening a client connection: while setting up connection to
central database:an error occurred while executing a database
operation: ORA-01031: insufficient privileges.
-------------------------
OK
--------------------------
REASON:
Setting IsLogging flag to greater than 15 would flag the application to
start Oracle session tracing. So the current session user should have
adequate privileges (alter session) .
SOLUTION:
Change the following line in OracleConfig.xml file:
<isLogging>0</isLogging>
so that the IsLogging flag is set to zero.
Comments
0 comments
Article is closed for comments.