Import problem - Need help [message #147647] |
Fri, 18 November 2005 14:52 |
pzlj6x
Messages: 107 Registered: May 2005 Location: Louisville
|
Senior Member |
|
|
I am trying to do an import to 9i database. The export is taken on 10g database using 9i client.
I am getting the following error
IMP-00033 : Warning : Table X not found in the export file. Checked to make sure the export has the table.
Used the following command to do the import.
imp user/pass@dbname FILE=filename.exp FROMUSER=a TOUSER=b TABLES=x log=test.log
Any idea as to what should I look into. It seems to be simple yet not able to figure out.
Thanks
R.
|
|
|
|
Re: Import problem - Need help [message #147916 is a reply to message #147647] |
Mon, 21 November 2005 13:29 |
pzlj6x
Messages: 107 Registered: May 2005 Location: Louisville
|
Senior Member |
|
|
I have the export file log which says me that table x is exported with the number of rows exported.
However, I have resolved this problem. It's basically a work around solution. I created a user in the import environment with same privs. used the imp method. I got it worked but never figured out why I got the error.
Thanks
Ravi
|
|
|