Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: imp-00015 for PK constraint

Re: imp-00015 for PK constraint

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 9 Aug 2006 06:18:03 -0700
Message-ID: <1155129483.564907.171320@h48g2000cwc.googlegroups.com>

Ben wrote:
> running 9.2.0.5 on AIX 5.3, LMT's
> I'm trying to duplicate a schema within an instance. I used OEM to
> create a user "like" the user/schema I want to duplicate. Then I
> revoked unlimited tablespace from that new user DP2 and gave it
> unlimited quota on a tablespace that I created for that user.
> When I run the imp using the following params I get an imp-00015 on
> certain primary key constraints. The odd thing is I don't get this for
> all pk constraints. How can I get around this? Just build the pk
> manually after the imp?
> Here are the params:
> fromuser=dp
> touser=dp2
> ignore=n
> full=n
> grants=y
> rows=y
> indexes=y
> commit=y
>
> Thanks for any help,

Ben, we ran 9.2.0.5 on AIX 5.2 I do not remember encountering this problem, but you should be able to extract the PK DDL off the original tables and modify it to point to the new owner version of the table as a work around solution.

Check to see if the failing PK definitions have a common theme such as system generated names. Finding the common thread will allow you to identify problem objects in advance for future import activity.

HTH -- Mark D Powell -- Received on Wed Aug 09 2006 - 08:18:03 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US