import not importing [message #73774] |
Fri, 09 July 2004 06:41 |
jimbob
Messages: 20 Registered: April 2004
|
Junior Member |
|
|
I have just ran into an issue using imp that I have never seen before. I imported a .dmp file...I get the message:
import terminated successfully without warnings
however, the table was not created and thus the data was not loaded. Any suggestions?
The export was run via user OPS$ORACLE, since I was not involved in the export, I logged into my db and performed the following steps:
1) created the user OPS$ORACLE
2) granted DBA role to OPS$ORACLE
3) ran import via: imp 'OPS$ORACLE'@mydb file=file.dmp log=imp.log fromuser='OPS$ORACLE' touser='OPS$ORACLE' rows=Y
Let me reiterate that there are no errors in my imp.log file...thanks
|
|
|
|