Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Import questions
Doing a full import from a 'exp full=y'
I pre-created my tablespaces.
Now I want to import everything except the indexes, run the indexfile and then edit the indexfile to add (parallel, nologging, compress) and create indexes.
I did the following
'imp full=y indexes=n'
Strangely, this seems to have created some indexes also. Looking closer, they seem to be the indexes associated with unique/pk constraints.
Questions:
Do I then need to run 'imp full=y indexes=n constraints=y' to create all my constraints? Will the PK/unique constraints automatically use the existing indexes to enforce the constraints?
Would appreciate help from someone who has done this sort of thing before.
Thanks for your help. Received on Thu May 24 2001 - 12:01:17 CDT
![]() |
![]() |