How to revoke create session privilege from a user in oracle?
Answer / Shishir Saxena
To revoke the CREATE SESSION privilege from a user in Oracle, you can use the REVOKE command. For example: REVOKE CREATE SESSION FROM user_name;
| Is This Answer Correct ? | 0 Yes | 0 No |
Can anyone give me information about oracle certification
What is currency type in database ?
Can you use a commit statement within a database trigger?
What is forall Statement ?
3. Adapt your query in (2) above so that only post codes with more than twenty orders are displayed.
What is the difference between online and offline backups?
What are the differences between date and timestamp in oracle?
material view and view disadvantages?
What is the diff between Oracle and SQL Server
What are the oracle differences between nvl and coalesce
What are the major difference between truncate and delete?
what are Triggers?