Problem with Import / Export [message #74298] |
Sun, 07 November 2004 22:54 |
karthik kumar
Messages: 5 Registered: November 2004
|
Junior Member |
|
|
Hi,
I am trying to export a database table from an oracle 9i client (Win 2k system). The oracle server is on a Solaris 2.6 system.
I telnet to the solaris system from my windows client and issue the following command, to get an error message. what could be wrong ?
$ imp help=yes
Message 100 not found; No message file for product=RDBMS, facility=IMP: Release
8.1.7.0.0 - Production on Mon Nov 8 14:19:56 2004
(c) Copyright 2000 Oracle Corpor
Invalid format of Import utility name
Verify that ORACLE_HOME is properly set
Import terminated unsuccessfully
IMP-00000: Message 0 not found; No message file for product=RDBMS, facility=IMPb
ash-2.03$
|
|
|
Re: Problem with Import / Export [message #74299 is a reply to message #74298] |
Mon, 08 November 2004 03:06 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
>>Message 100 not found; No message file for product=RDBMS, facility=IMP: Release
set your ORACLE_HOME, ORACLE_BASE and include the above in PATH. in the remote Unix machine.
then invoke your imp/exp utility
|
|
|