List the various oracle database objects?
No Answer is Posted For this Question
Be the First to Post Answer
What is a cluster Key ?
How to find out what privileges a user currently has in oracle?
Display those managers salary greater than the average salary of his employees?(Based on oracle standard Emp table)
What is bulk load in oracle?
I have my backup RMAN script called backup_rman.sh. I am on the target database. My catalog username/password is rman/rman. My catalog db is called rman. How would you run this shell script from the O/S such that it would run as a background process?
How to connect ms access to oracle servers?
Explain alias?
what are archived logs?
How to recover a dropped table in oracle?
What is a package in oracle?
If I have a select statment which retrives 2 rows, & that rows have the same data in all the fields except the last field and I want to merge the 2 rows to be in 1 row with concatenating the last field which have the different data.... eg: the 1st row has these fields: A-B-C the second row has: A-B-X ........ i want to merge the two row to be in one row like ----> A- B- C,X
Explain the use of indexes option in exp command.