Differences between sys and system in Oracle

Source: Internet
Author: User
The SYS user has the DBA permission and the SYS mode, and can only log on to the database through SYSDBA. The Account SYSTEM with the highest permissions in the Oracle database has the DBA permission. However, you do not have the SYSDBA permission. Generally, you can use this account to manage databases.

The SYS user has the DBA permission and the SYS mode, and can only log on to the database through SYSDBA. The Account SYSTEM with the highest permissions in the Oracle database has the DBA permission. However, you do not have the SYSDBA permission. Generally, you can use this account to manage databases.

1.
The SYS user has the DBA permission and the SYS mode, and can only log on to the database through SYSDBA. Is the account with the highest permissions in the Oracle database
SYSTEM has the DBA permission. However, you do not have the SYSDBA permission. Generally, you can use this account to manage databases.
2.
(1) sys -- sysdba
System -- sysoper
(2) startup/shutdown/dba management can both be done

(3) sys has a data dictionary (dictionay), or dictionay belongs to sys schema.

(4) sysdba has one more create database permission than sysoper.
3.
SYSDBA
Perform STARTUP and SHUTDOWN operations
Alter database: open, mount, back up, or change character set
CREATE DATABASE
CREATE SPFILE
ARCHIVELOG and RECOVERY
Includes the restricted session privilege
Specified tively, this system privilege allows a user to connect as user SYS.
SYSOPER
Perform STARTUP and SHUTDOWN operations
CREATE SPFILE
Alter database open/MOUNT/BACKUP
ARCHIVELOG and RECOVERY
Includes the restricted session privilege
This privilege allows a user to perform basic operational tasks, but without the ability to look at user data

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.