If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > exp from oracle9i 9.2.0.1.0, imp to oracle9i 9.0.1.1.1

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-20-03, 21:56
windboxdb windboxdb is offline
Registered User
 
Join Date: Jun 2003
Posts: 2
exp from oracle9i 9.2.0.1.0, imp to oracle9i 9.0.1.1.1

hi,all! I exp a table from Oracle9i Enterprise Edition Release 9.2.0.1.0, then imp the table to Oracle9i Enterprise Edition Release 9.0.1.1.1,but it returns the following error

IMP-00003: Óöµ½ ORACLE ´íÎó 922
ORA-00922: ȱÉÙ»òÎÞЧѡÏî
³É¹¦ÖÕÖ¹µ¼È룬µ«³öÏÖ¾¯¸æ¡£

how can I resolve it?

thanks!
Reply With Quote
  #2 (permalink)  
Old 07-21-03, 00:00
mickykt mickykt is offline
Registered User
 
Join Date: Mar 2003
Location: Singapore
Posts: 200
This does not have anything to do with 9.0.2 and 9.0.1,if i am correct.

Either check whether u used the correct options for the exp command.

Also check whether the table columns are defined correctly as defining Not Null if column cannot contain nukk values.Specifying a maximum length on a DATE or LONG datatype also causes this error.

Correct the syntax. Remove the erroneous option or length specification from the column or storage specification.


...mickykt
Reply With Quote
  #3 (permalink)  
Old 07-21-03, 10:04
aruneeshsalhotr aruneeshsalhotr is offline
Registered User
 
Join Date: Jul 2003
Location: US
Posts: 314
Arrow Corrupt EXP file

Hi
It seems like export file is somewhat corrupt.
Did u transfer the export file to some other server. If yes, could you confirm if the transfer happened in binary mode. That is first possibility.

Thanx and Regards
Aruneesh
Reply With Quote
  #4 (permalink)  
Old 07-21-03, 11:01
The_Duck The_Duck is offline
Registered User
 
Join Date: Jul 2003
Posts: 2,292
yup, looks like it was transferred in ASCII instead on Binary.
__________________
- The_Duck
you can lead someone to something but they will never learn anything ...
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On