How to find out what privileges a user currently has in oracle?
Answer Posted / abc
Select * from user_sys_privs;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the string concatenation operator in oracle?
What is the minimum client footprint required to connect c# to an oracle database?
How to work with data objects interactively?
What is redo log?
What is data type in oracle?
What is a parameter file in oracle?
What is oracle sid?
When do you get a .pll extension in oracle? Explain its importance
what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?
How to define an oracle sub procedure?
Can you have more than one content canvas view attached with a window ?
What is transaction control statement and how many types of transaction control statement in Oracle?
What is null value in oracle?
What is archive log in Oracle?
What is the difference between substr & instr functions?