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

Thread: HELP !!! INTERNAL User mysteriously disappears...

  1. #1
    Join Date
    Nov 2003
    Posts
    5

    HELP !!! INTERNAL User mysteriously disappears...

    Tried to log into DB via INTERNAL login. Kept getting repeated messages saying the user did not exist.

    Went into SQL to try and change password and I get the following message...

    ORA-01918: user 'INTERNAL' does not exist

    What happened to my INTERNAL user ? Can anyone shed any light on what might have happened ?

  2. #2
    Join Date
    Jun 2000
    Posts
    295
    Is Oracle version 9i?

  3. #3
    Join Date
    Nov 2003
    Posts
    5
    I'm sorry it is 8i

  4. #4
    Join Date
    Jun 2000
    Posts
    295
    SQL>alter user sys identified by change_on_install;
    SQL>exit

    sqlplus

    SQL*Plus: Release 8.1.7.0.0 - Production on Mon Nov 17 13:59:23 2003

    (c) Copyright 2000 Oracle Corporation. All rights reserved.

    Enter user-name: internal

    Connected to:
    Oracle8i Enterprise Edition Release 8.1.7.2.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.2.0 - Production

    SQL>

  5. #5
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    internal isnt a user as such, its a mean by autneticating you via the os

    show us exactly what you typed

  6. #6
    Join Date
    Nov 2003
    Posts
    5
    Still having problems...

    Does this help ???

    Thanks in advance to all who reply..


    SQL> ALTER USER INTERNAL IDENTIFIED BY NEWPASS;
    ALTER USER INTERNAL IDENTIFIED BY NEWPASS
    *
    ERROR at line 1:
    ORA-01918: user 'INTERNAL' does not exist


    SQL> spool off;

  7. #7
    Join Date
    Nov 2000
    Location
    Birmingham, UK
    Posts
    360
    You cant change the password for INTERNAL like that - its not a user as such, more like a privilege. Its the O/S that authenticating you - if you're being asked for a password then your most probably not the correct O/S user. Have a look at http://metalink.oracle.com/metalink/...&p_id=207959.1

  8. #8
    Join Date
    May 2001
    Location
    Maryland, USA
    Posts
    409
    To change the password of internal, see sysdba's reply above. Internal is not exactly a username. If you login as internal and do "show user" , it will show that you are logged in as "SYS".

    HTH.
    -- Dilip

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