Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How toimport .dmp file in lower version of oracle from
higher version ?

Answers were Sorted based on User's Feedback



How toimport .dmp file in lower version of oracle from higher version ?..

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

How toimport .dmp file in lower version of oracle from higher version ?..

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

How toimport .dmp file in lower version of oracle from higher version ?..

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 toimport .dmp file in lower version of oracle from higher version ?..

Answer / santu

it 'll show datafile block header not readable

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More SQL PLSQL Interview Questions

write a query filter the null value data following source? name age john 30 smith null null 24 sharp 35 i want output name age john 30 sharp 35

1 Answers   TCS,


How many postgresql users are there, worldwide?

0 Answers  


What are the two characteristics of a primary key?

0 Answers  


Is trigger a stored procedure?

0 Answers  


What is on delete set null?

0 Answers  


Create a procedure to delete certain records from a table and display the total number of records deleted in this process. (Condition for deletion can be of ur choice, for instance delete all records where eid='')

2 Answers  


How can I make sql query run faster?

0 Answers  


Is sql a backend?

0 Answers  


How do I count rows in sql query?

0 Answers  


What are the two types of cursors in pl sql?

0 Answers  


Can a composite key be null?

0 Answers  


What are system versioned tables?

0 Answers  


Categories