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

Thread: change passwd

  1. #1
    Join Date
    Apr 2001
    Posts
    1

    Angry

    i want to change my sys and system passwd of a oracle database which is already in use.
    can any one suggest me how to change that it is oracle 7.3

  2. #2
    Join Date
    Nov 2000
    Posts
    245

    alter user system identified xxxx;
    alter use sys identified yyyy;

  3. #3
    Join Date
    Feb 2001
    Location
    Baltimore,MD USA
    Posts
    27
    To change password of any user use foolowing command

    Alter user username
    identified by password

    kuckoo

  4. #4
    Join Date
    Aug 2000
    Posts
    462
    alter user system identified by newsystempassword;
    alter user sys identified by newsyspassword;

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