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
Inline the values in PL/SQL, what does it mean.?
What is the command used to fetch the first 5 characters of a string?
What is a join query?
What is the difference between the conventional and direct path loads? : aql loader
What does (*) mean in sql?
Can we insert data into view?
Can we alter stored procedure?
how to convert numeric values to character strings? : Sql dba
what is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba
Why select is used in sql?
where are cookies actually stored on the hard disk? : Sql dba
Explain table and field in sql?
How would you pass hints to the sql processor?
Why primary key is required?
Whis is not false in primary key?