Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Export/Import from 8.x to 7.x problem

Export/Import from 8.x to 7.x problem

From: Jason Ladew <jal_at_esc188.expansion.com>
Date: Mon, 15 Mar 1999 11:13:09 -0800
Message-ID: <36ED5BC5.4388C014@esc188.expansion.com>


Hello,

I am exporting a schema owner user from an Oracle8 DB on a Linus box and importing the user to an Oracle7 DB on AIX (7.3.4). On the import I get the following errors:

IMP-00010: not a valid export file, header failed verification IMP-00021: operating system error - error code (dec 2, hex 0x2)

Does anyone know why? When I export, should I export it using some special flag for 8 to 7 conversion? Is there a special EXP or IMP for loading ver8.x to ver7.x dumps?

here are the commands I use:

Export cmd line:
exp user/pw buffer=100000 file=<dump filename> compress=y grant=n log=log.log

Import cmd line:
imp user/pw buffer=200000 file=<filename> grants=n log=log.log fromuser=train touser=train3

please reply to devdewboy_at_hotmail.com

Thanks,

jasonl Received on Mon Mar 15 1999 - 13:13:09 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US