Who owns the data dictionary?
Answers were Sorted based on User's Feedback
Answer / prakash0106
The SYS user owns the data dictionary. The SYS and SYSTEM
users are created when the database is created.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / nasir
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.
| Is This Answer Correct ? | 2 Yes | 0 No |
How to trace any process background processing?
How do display error messages instantly when command fails?
When you install RedHat what is the kernel mode ? What is kernel compilation / upgrade ?
In Linux(RHEL) server have two users with same name. one is local user and second one is NIS user. if you login the server which user will login (local or NIS)
cups stands for..?
tell me some of the Linux HotKeys do you know?
How to convert an IP address to a Domain name using Unix ?
What is the difference between an argument and an option/switch?
what is NIS Server...?
what is difference between TFTP abd FTP?
What command can you use to review boot messages?
Who owns the data dictionary?