Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What is the difference between SYSDBA and SYSOPER? 1

Status
Not open for further replies.

Rmcta

Technical User
Nov 1, 2002
478
US
I read that when connecting as SYS it should be made as SYSDBA or SYSOPER
Example: connect/as sysdba

What is the difference between SYSDBA and SYSOPER?[ponder]

Thank you,

Rama
 
SYSDBA and SYSOPER are roles in Oracle. The SYSDBA privilege is assigned to a user account and gives that account the same privileges that the INTERNAL account has. This role includes all system privileges including ADMIN OPTION, which allows granting system privileges to other users. When you log in as SYS user you have to log in as SYSDBA. In summary it allows any database administration activity to take place by the user with SYSDBA privileges.

The SYSOPER privilege is assigned to a user which will perform operator type activities. Any user with SYSOPER role can do startup,shutdown,alter database open/mount and backup of database, archiving and recover etc.

Hope this helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top