Re: import/export
From: joe <fischauto333_at_yahoo.de>
Date: Fri, 17 Oct 2008 06:03:23 -0700 (PDT)
Message-ID: <e490f715-cc62-4c66-b268-a77c23a282dc@m36g2000hse.googlegroups.com>
Date: Fri, 17 Oct 2008 06:03:23 -0700 (PDT)
Message-ID: <e490f715-cc62-4c66-b268-a77c23a282dc@m36g2000hse.googlegroups.com>
Hi,
now it works! Didnt started impdp as user oracle, but as root.
here the corrected impdp call(forget the schema paramter in one of the
last postings)
./impdp user/pass SCHEMAS=name DIRECTORY=dmpdir NETWORK_LINK=dblink
the dmpdir was defined in this way:
CREATE DIRECTORY dmpdir AS '/home/oracle/product/10.2.0/dump'; GRANT read, write ON DIRECTORY dmpdir TO user;
thx for your help. Received on Fri Oct 17 2008 - 08:03:23 CDT