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

Explain oracle’s system global area (sga).

0 Answers  


How to restrict the duplicate records in table valuesets

2 Answers   IBM,


How to convert character types to numeric types?

0 Answers  


How to insert a record into a table?

0 Answers  


Can an Integrity Constraint be enforced on a table if some existing table data does not satisfy the constraint ?

2 Answers  






How to write date and time literals in oracle?

0 Answers  


Briefly explain what is literal? Give an example where it can be used?

0 Answers  


Can we create trigger on view in oracle?

1 Answers  


What is COST-based approach to optimization ?

5 Answers  


How many different types of indexes we have in oracle?

24 Answers   IBM, TCS,


Is it possible to split the print reviewer into more than one region ?

0 Answers   Oracle,


How to use null as conditions in oracle?

0 Answers  


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)