What are the differences between a sys and system user and
what are the extra privileges available to the sys user?

Answer Posted / sandip patil

SYS is the owner of the oracle dictionary.
THE DEFAULT superuser or like a 'root' in a oracle database.
Oracle strongly recomends NOT TO use SYS for any regular
adminstration tasks.

please have a look here

http://www.orafaq.com/usenet/comp.databases.oracle.server/20
03/08/06/0511.htm

system is just another account with administrative privs (
by default cannot start/shut databases)

quoting docs
"The Oracle user SYS owns all base tables and user-
accessible views of the data dictionary. Therefore, no
Oracle user should ever alter (update, delete, or insert)
any rows or schema objects contained in the SYS schema,
because such activity can compromise data integrity. The
security administrator should keep strict control of this
central account."

"When a database is created, the user SYSTEM is also
automatically created and granted the DBA role.

The SYSTEM username is used to create additional tables and
views that display administrative information, and internal
tables and views used by various Oracle options and tools.
Never create in the SYSTEM schema tables of interest to
individual users."

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to increment dates by 1 in oracle?

557


What is materialized view in Oracle?

630


List out the components of logical database structure of oracle database.

581


How to generate query output in html format?

561


What is the data type of dual table?

521






What are the different types of record groups in oracle? Explain each of them

598


What are the attributes of the cursor?

553


What would you do with an in-doubt distributed transaction?

1466


What is a trigger and what are its types?

613


How to load a large xml file?

580


What is ADDM Advisor in Oracle?

656


What are the major difference between truncate and delete?

515


How to delete a user account in oracle?

549


What do you know about normalization? Explain in detail?

495


Can we call procedure inside function in oracle?

604