Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 define an oracle cursor variable?

1090


How many types of tables supported by oracle?

1118


How would you best determine why your MVIEW couldnt FAST REFRESH?

1932


what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?

2519


is there a tool to trace queries, like profiler for sql server?

1196


How to count groups returned with the group by clause in oracle?

1122


How to create an oracle database manually?

1129


How to load data through external tables?

1188


What is an oracle table?

1031


Does oracle partitioning improve performance?

1051


how to convert .db (extention) database file into .dmp (extention ) for oracle database ?

2599


How to start a new transaction in oracle?

1136


How do I limit the number of oracle database connections generated by weblogic server?

1115


What is a lookup table in oracle?

1024


What is the Tune Query

2345