answersLogoWhite

0

sql>select * from user_tab_privs;

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

When should you create a role in Oracle?

I think role is for these two purposes. 1>to grant a group of related privileges to a user 2>to simplify the process of granting and revoking privileges


How do you create a user in oracle 10g?

To create a user in Oracle 10g, you can use the SQL command CREATE USER. For example, you can execute CREATE USER username IDENTIFIED BY password; to create a new user with a specified username and password. After creating the user, you typically need to grant privileges using the GRANT command, such as GRANT CONNECT, RESOURCE TO username;, to allow the user to log in and perform actions in the database.


Where can online users find Metalink Oracle support?

Online users can find Metalink Oracle support from DOAG, as well as the main Oracle support community. These options allow a user to ask questions through a forum, and have answers given to them by technical support.


Where can one find help for user provisioning?

One can find help for user provisioning software through a number of IT companies. One can find help from companies such as IBM, Microsoft, Oracle, Solaris and Linux.


What option must a user have to grand another user privileges on an object not owner by the user?

admin option


How do you undo a GRANT in Oracle?

Use the Oracle revoke command Example: revoke execute on procedure from user;


What are user privileges?

User privileges refer to the permissions and rights granted to users within a system, application, or network. These privileges determine what actions a user can perform, such as accessing files, modifying data, or executing specific commands. They are essential for maintaining security and ensuring that users can only perform tasks relevant to their roles. Proper management of user privileges helps prevent unauthorized access and protects sensitive information.


What does osdba mean?

OSDBA stands for "Oracle System Database Administrator." It refers to a role or set of privileges in Oracle Database environments, typically associated with managing and maintaining the database system. An OSDBA has the necessary permissions to perform critical tasks such as database creation, backup, recovery, and user management, often leveraging operating system-level access. This role is essential for ensuring the performance, security, and reliability of Oracle databases.


What windows 7 design improvement allows applications that require administrative privileges to run even when the user running the application does not have administrative privileges?

User account control settings.


Where can one learn about sorting an IT asset inventory?

When looking to find further information in order to learn about sorting an IT asses inventory then it might be possible to view the Oracle assets user guide that is available from the Docs Oracle website.


Why must create user in oracle todo your work in oracle?

A user in Oracle corresponds to a schema. Objects, such as table and indexes, must exist within a schema. Without creating a user/schema, use of the database will be limited to the built-in schemas and objects, such as the one-row DUAL table and standard PL/SQL packages.


Where can I find an Oracle database certificate program?

You can find an oracle database cirtification program from the education.oracle.com website. There you will also find other educational resources for oracle.