Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ERROR at line 1:ORA-01012: not logged on

SmidrebNov 21 2007
Hi ,i installed OID and the owner of the binaries and database(repository ) is Oracle and then i cahnged the permissions to 775 and now when i am trying to logon to a db(locally) using a different user x who is member of DBA group its saying not logged on .Is something wrong with permissions?

env|grep ORA
ORACLE_SID=oidtest
PS1=[${ME}:${UNAME}:${ORACLE_SID}] ${PWD} >
ORACLE_HOME=/amoidts1/OID
[amoidts1:panther:oidtest] /home/amoidts1 > sqlplus

SQL*Plus: Release 10.1.0.5.0 - Production on Wed Nov 21 19:24:37 2007

Copyright (c) 1982, 2005, Oracle. All rights reserved.

Enter user-name: / as sysdba
Connected.
SQL> select * from v$database;
select * from v$database
*
ERROR at line 1:
ORA-01012: not logged on
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 19 2007
Added on Nov 21 2007
0 comments
553 views