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 are the differences between number and binary_float in oracle?

0 Answers  


Difference between join and a subquery?

8 Answers   Base Automation, NMDC,


What are the benefits of ordbms?

0 Answers  


How to create id with auto_increment on oracle?

0 Answers  


how to find the n'th highest salary from emp ?

10 Answers  






How to start an oracle instance?

0 Answers  


difference between truncate and delete ,drop?

3 Answers  


hello friends Im doing my final year engineering in B.Tech.. one of uncle said he can provide job in his company if im good in database management. but i have only basic knowledge about database, so like to join database management course in good intuition. so friends kindly help me to get good intuition because its my future.

0 Answers  


What is Read-Only Transaction ?

3 Answers  


I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?

0 Answers   Mastek,


How to call a trigger inside a stored procedure?Give an example.

2 Answers  


What do you mean by merge in oracle and how can you merge two tables?

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)