how to convert .db (extention) database file into .dmp
(extention ) for oracle database ?
No Answer is Posted For this Question
Be the First to Post Answer
What is a parameter file in oracle?
How to execute a stored program unit?
What are the types of Database Links ?
I have one table :EID,Depid,ename,sal I want to have max(sal) in each department.
5 Answers Microsoft, Oracle, TCS,
What is meant by redo log buffer ?
What is MTTR advisor in Oracle?
How do I limit the number of oracle database connections generated by weblogic server?
How do you recover a datafile that has not been physically been backed up since its creation and has been deleted. Provide syntax example.
What are the different types of partitions in oracle?
What is a schema in oracle?
write a sql query following source looking like below column1 column2 101,102,103 abc,def,ghi 1001,1002,1003 a,b,c i want the output column1 column1 101 abc 102 def 103 ghi 1001 a 1002 b 1003 c
Can multiple cursors being opened at the same time?