Give the different types of rollback segments.
No Answer is Posted For this Question
Be the First to Post Answer
what r tyhe major differences between oracle 9i & 10g?
What is an external table?
what is the scripts in data base?
what is the syntax of DELETE command?
How to use "for" statements in oracle?
How to use subqueries in the from clause in oracle?
what is null value?
what is a Nested Loop join?
How to create a new user account in oracle?
How do I find the database name in oracle?
How to use group functions in the select clause using oracle?
two tables are there emp(eno,ename,sal,deptno),dept(deptno,dname).how form the query in deptno,ename,max(sal)