Re: PROBLEM : Compressed Export Import With Named Pipes !!

From: Harri Kaukovuo <hkaukovu_at_us.oracle.com>
Date: 1996/07/16
Message-ID: <4sggvv$msd_at_inet-nntp-gw-1.us.oracle.com>#1/1


Ashish Trivedi <Ashish.Trivedi_at_medaphis.com> wrote:

> Hi Anton !
> Thanks for the reply,
 

> Unfortunately its still not working, I would like to add two more things
> in reply to your suggestions. First of all full export itself was done by
> user system ( its export of whole database every single object thereof)
> and second of all the table I wanted to import was owned by user sysadm
> so when I tried the import I tried it as sysadm but still it was not
> successful.. here is the log file output :
 

> Connected to: Oracle7 Server Release 7.1.4.1.0 - Production Release
> With the distributed and parallel query options
> PL/SQL Release 2.1.4.0.0 - Production
> Export file created by EXPORT:V07.01.04
> Warning: the objects were exported by SYSTEM, not by you
> Import terminated successfully without warnings.
> uction
> Export file created by EXPORT:V07.01.04
> Warning: the objects were exported by SYSTEM, not by you
> Import terminated successfully without warnings.
 

> desc ps_act_archive_med
> object does not exist.
 

> once again, thanks for your help :)
> ashish :))

Are you sure you used syntax:
imp system/password fromuser=sysadm touser=sysadm file=<filename> tables=ps_act_archive_med

Note that you cannot use
imp sysadm/password file=<filename> tables=ps_act_archive_med because you exported the tables using system -username.

  • Harri hkaukovu_at_us.oracle.com ** The statements and opinions expressed here are my own and ** do not necessarily represent those of Oracle Corporation.
Received on Tue Jul 16 1996 - 00:00:00 CEST

Original text of this message