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

Thread: sysdba

Hybrid View

  1. #1
    Join Date
    Jan 2001
    Posts
    50

    Unhappy

    how do i connectas sysdba,
    i have tried the following
    connect sys/change_on_install as sysdba;
    but it is giving a error
    INVALID PASSWORD LOGON DENIED

    but when again i connect with
    connect sys/change _on_install;
    it is connecting to oracle
    Aniruddha Gupta

  2. #2
    Join Date
    Feb 2000
    Location
    Washington DC
    Posts
    1,843
    <font face=courier>
    prod% svrmgrl

    Oracle Server Manager Release 3.0.6.0.0 - Production

    (c) Copyright 1999, Oracle Corporation. All Rights Reserved.

    Oracle8 Enterprise Edition Release 8.0.6.2.0 - Production
    With the Partitioning and Objects options
    PL/SQL Release 8.0.6.2.0 - Production

    SVRMGR> connect / as sysdba
    Connected.
    SVRMGR>
    </font>

    If not, you have a password file setup. Your user id needs sydba privileges. you have to grant sysdba privileges to the userid you are connecting to.

    [Edited by sreddy on 02-01-2001 at 09:51 AM]

  3. #3
    Join Date
    Jan 2001
    Posts
    50
    thanks for your reply it was very helpful
    Aniruddha Gupta

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