How to grant create session privilege to a user in oracle?
Answer / Preeti Pawar
To grant the CREATE SESSION privilege to a user in Oracle, use the `ALTER USER` command:n`ALTER USER user_name GRANT CREATE SESSION;`
| Is This Answer Correct ? | 0 Yes | 0 No |
What is meant by joins?
How to update values on multiple rows in oracle?
Anyone have the Latest Oracle Dumbs?While u have please forard to narain1411@gmail.com
without using count(*) and rownum how can we count total record in a table
What are the attributes of cursor?
What is the use of oracle?
4. Display the order number and client number from the ORDER table. Output the result in the format. Client <clientno> ordered <orderno>
Describe varray?
What is the purpose of tables, private synonyms and public synonyms in Oracle?
What is forall Statement ?
How to transfer database(500 gb) of oracle enterprise edition to standard edition downtime is only 1 hour not using exp/imp option ?
Is oracle a relational database?