Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Export-Import Questions
Use the executable from the target version for export and import.
This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery. NOTE: Regardless of content, this e-mail shall not operate to bind CSC to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose.
"SARKAR, Samir" <Samir.SARKAR To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> @nottingham.sema cc: .slb.com> Subject: RE: Export-Import Questions Sent by: root 05/09/2003 08:46 AM Please respond to ORACLE-L
Thanks so much for the info, Stephane.....I wonder if there will be
problems
arising about compatibility issues
between export from 9.2.0.3 database using the 9.2.0.3 export utility to
import onto 9.2.0.2 database
using the 9.2.0.2 import utility.
Any ideas about this ??
Regards,
Samir
-----Original Message-----
Sent: 09 May 2003 12:22
To: Multiple recipients of list ORACLE-L
>All,
>
>Our client needs to have a copy of their 9i
>production database onto another
>machine which has Oracle 8i installed.
>What they have already done is create a separate 8i
>database on another
>machine. Now is it possible to take
>an export of the 9i production database and import
>the data onto the test 8i
>database ?? Our client at the
>moment is not really concerned with the version of
>the test database.
>
>Also, can we use the Oracle 8i export utility to
>export a 9i database or
>vice versa ?? And if so, can we
>import the data of the 9i database onto a 8i
>database ?? Do we necessarily
>have to use the highest
>version of the export utility and the import
>utility ??
>
>I shall be grateful for any help on this.
>
>Thanks,
>
>Samir
>
>Samir Sarkar
>Oracle DBA
>SchlumbergerSema
>Email : ssarkar2_at_slb.com
>Phone : +44 (0) 115 - 957 6028
>EPABX : +44 (0) 115 - 957 6418 Ext. 76028
>Fax : +44 (0) 115 - 957 6018
>
Samir,
The general rule concerning this common problem is that you can import
into a database version n data exported from version n - 1, but that
importing into version n-1 data extracted from version n requires using
export of version n-1 against the database at version n (otherwise imp
screams). It assumes of course that you havn't made an extensive use of all
the novelties from version n, either in terms of structure, or in terms of
calls to arcane SYS packages which don't exist in version n-1. This doesn't
seem to be your case however.
There is an additional glitch, which is that exp makes use of tables
(dictionary tables) which evolve over time. Before running export of
version
n-1 against a database at version n, you may have to run (as SYS) a special
catalog script, usually called catexpsomething.sql, where something
represents the version of the export utility you want to use (n-1) and
which
you will find under the usual $ORACLE_HOME/rdbms/admin.
HTH,
Stephane Faroult
Oriole
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Stephane Faroult INET: sfaroult_at_oriolecorp.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: SARKAR, Samir INET: Samir.SARKAR_at_nottingham.sema.slb.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Thomas Day INET: tday6_at_csc.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri May 09 2003 - 08:31:43 CDT