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

Thread: DB Shutdown/Startup

  1. #1
    Join Date
    Nov 2000
    Posts
    57
    Can any other user apart from internal who can shutdown and startup the database.
    What should be the privileges given to the user.
    Srikanth

  2. #2
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    The user who had the dba privileges can shut/start up the database. The dba/osdba group person will also be able to do the following.

    user as dba
    user as osdba

    Sam

  3. #3
    Join Date
    Nov 2000
    Posts
    57

    Shutdown/Startup

    No I am not able to shutdown/startup the database even after giving the role of dba to a user. Can you give the sequence of how to go about...?
    Srikanth

  4. #4
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    what are your current privileges on the system. To startup or shut down the database you should belong to sysdba/dba group on the system.

    If you are not in the groups, add your system loging name into one of these groups and follow the following commands:

    NOTE: if you know the sys password then you could do it as shown below.

    $ svrmgrl
    SVRMGR> connect sys@<SID> as sysdba
    connected
    SVRMGRL>startup pfile=$ORACLE_BASE/admin/<SID>/pfile/init<SID>.ora

    This should do the work.

    Sam

  5. #5
    Join Date
    Aug 2000
    Posts
    87

    Connect internal and grant sysdba to anyuser that you want to use for startup/shutdown.

    Cheers,
    Vinod Kumar.

  6. #6
    Join Date
    Nov 2000
    Posts
    57
    Sembavan ... Thanks a lot it worked
    Srikanth

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