How toimport .dmp file in lower version of oracle from
higher version ?
Answers were Sorted based on User's Feedback
Answer / swapna
Export the higher version data using lower version Export
utility and import it to the lower version DB.
| Is This Answer Correct ? | 9 Yes | 3 No |
Answer / shai
Here's the answer straight from the Oracle Utilities guide:
Example:
You can create an Oracle release 7 export file from an
Oracle8 database by running Oracle release 7 Export against
an Oracle8 server. To do so, however, the user SYS must
first run the CATEXP7.SQL script, which creates the export
views that make the database look, to Export, like an
Oracle release 7 database.
Note: An Oracle8 Export requires that the CATEXP.SQL script
is run against the database before performing the Export.
CATEXP.SQL is usually run automatically when the user SYS
runs CATALOG.SQL to create the necessary views.
CATEXP7.SQL, however, is not run automatically and must be
executed manually. CATEXP7.SQL and CATEXP.SQL can be run in
any order; after one of these scripts has been run, it need
not be run again.
So, in order to import the data from 8.0 into 7.3, you must
create the export dmp file using the Oracle 7 release of
Export. Then when you use the Oracle 7 release of Import it
will understand the contents of the dmp file. If you tried
to just export from your 8.0 version and directly import
that using 7, it would fail.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
How are multiple column = value pairs delimited in the SET clause of an UPDATE statement? 1. With commas (SET price = 0, status = 'I') 2. With parentheses (SET (price = 0) (status = 'I')) 3. With double-pipes (SET price = 0 || status = 'I') 4. With square-brackets (SET [price = 0] [status = 'I'] 5. With single or multiple spaces (SET price = 0 status = 'I')
how many groups of data types? : Sql dba
What is on delete restrict?
i have doubt that any one tell ref cursor comes in sql pl/sql? pls clarify?
How do I start pl sql?
Is sql a backend?
How to test for null values?
Which is better join or subquery?
What is pl sql variable?
How can analyze query after generating explain plan ?
How to handle bulk data?
How do I run a sql query?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)