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



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

Answer / 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

More Oracle General Interview Questions

What is difference between UNIQUE constraint and PRIMARY KEY constraint ?

3 Answers  


How to find the duplicate rows count from employees table in oracle?

0 Answers  


How to use fetch statement in a loop?

0 Answers  


Can a field be used in a report without it appearing in any data group ?

4 Answers   Oracle,


How many types of table in Oracle?

0 Answers   MCN Solutions,






How to load a large xml file?

0 Answers  


i want department wise maxmum salary and empolyee name

9 Answers  


What is the data pump import utility?

0 Answers  


How to display row numbers with the records?

0 Answers  


How to generate query output in html format?

0 Answers  


What are the type of Synonyms?

1 Answers  


if you update view? where we store the data?

5 Answers   Cap Gemini,


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)