issue with import (merged 2) 10.1.0.2.0 windows [message #409294] |
Mon, 22 June 2009 00:20 |
oradba123
Messages: 86 Registered: June 2009 Location: india
|
Member |
|
|
Hi all,
i am having our test database on windows which i migrate from IBM-AIX machine oracle database 4 months back, but my manager say he needs the latets data from ibm unix machine.i did the full export and ftp the export file and try to import on windows server but it gives below error while i execute import.please check the errors and give me any idea about that.thanks in advance.
IMP-00058
ORA-12560
IMP-00000
|
|
|
Re: issue with import [message #409309 is a reply to message #409294] |
Mon, 22 June 2009 02:06 |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
Since you provide no usefull information the only "idea" that would come to mind would be to actually look up the actual error messages you were to lazy to post:
oracle ~ $ oerr IMP 00058
00058, 00000, "placeholder for OCI error "
// *Document: NO
// *Cause: filler
// *Action: filler
oracle ~ $ oerr ORA 12560
12560, 00000, "TNS:protocol adapter error"
// *Cause: A generic protocol adapter error occurred.
// *Action: Check addresses used for proper protocol specification. Before
// reporting this error, look at the error stack and check for lower level
// transport errors. For further details, turn on tracing and reexecute the
// operation. Turn off tracing when the operation is complete.
oracle ~ $ oerr IMP 00000
00000, 00000, "Import terminated unsuccessfully\n"
// *Cause: Import encountered an Oracle error.
// *Action: Look up the accompanying Oracle message in the ORA message
// chapters of this manual, and take appropriate action.
oracle ~ $
|
|
|