How toimport .dmp file in lower version of oracle from
higher version ?
Answer Posted / sanjay
We can use the exp utility which was introduced in oracle 7 to export and we can use the imp utility to import the data.Because oracle always support the lower versions in the higher version.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does := mean in pl sql?
Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com
what's the difference between a primary key and a unique key? : Sql dba
How can we find duplicate records in a table?
Why we use joins in sql?
What is nosql db?
What is function and procedure?
What is the maximum size of sqlite database?
What is crud sql?
What is normalization sql?
What is trigger point?
What are the two virtual tables available at the time of database trigger execution?
Can we create a trigger on view?
Write a query to find the names of users that begin with "um" in sql?
How to handle bulk data?