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
Explain the use of tables option in exp command.
How to export your connection information to a file?
What is the quickest way to export a table to a flat file?
How to initialize variables with default values?
How to save query output to a local file?
How to check the server version in oracle?
How to use subqueries with the in operator using oracle?
What is partitioned table in Oracle?
Why cursor variables are easier to use than cursors?
What is logical backup in oracle?
What is the difference between "as" and "is" in an oracle stored procedure?
What is Segment Advisor in Oracle?
What is the data pump import utility?
How to login to the server without an instance?
What do database buffers contain?