unix user is not recognizing ORACLE_SID environment variable
Hi Everyone
We seems to have got a new issue.
When we login to the Oracle server as a "unixid" who is not a member of the DBA and issue the command: "sqlplus userid/passwd", we got this error: (ORACLE_SID is set with the login script)
ERROR:
ORA-01034: ORACLE not available
ORA-27121: unable to determine size of shared memory segment
HPUX-ia64 Error: 13: Permission denied
However this command still works: "sqlplus userid/passwd@ORACLE_SID".
Previously, both commands were able to login.
Do you know whar might have happened that cause this new behavior? how can I fix this?
Thanks.
We seems to have got a new issue.
When we login to the Oracle server as a "unixid" who is not a member of the DBA and issue the command: "sqlplus userid/passwd", we got this error: (ORACLE_SID is set with the login script)
ERROR:
ORA-01034: ORACLE not available
ORA-27121: unable to determine size of shared memory segment
HPUX-ia64 Error: 13: Permission denied
However this command still works: "sqlplus userid/passwd@ORACLE_SID".
Previously, both commands were able to login.
Do you know whar might have happened that cause this new behavior? how can I fix this?
Thanks.
0