DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

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

  1. #1
    Join Date
    Jul 2005
    Posts
    87

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

    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
    [amoidts1antheridtest] /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

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    changed what to 755

  3. #3
    Join Date
    Jul 2005
    Posts
    87
    was initially 755 as i had umask 022 during installation and then changed it to
    775 after installation .

  4. #4
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    yeah but *what* did you change to 755

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width