Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: import with direct=y
Monique van Daal wrote:
>
> Does anybody know if it is possible to do an import with direct = Y
> (Oracle 7.3.3)
Nope - but some ways of speeding up import are:
When Unloading:
exp file1 rows=y constraints=n grants=n direct=true compress=n exp file1 rows=n
When reloading:
imp file1 - just data goes in
grep file2 to grep out the following sql's
and run the five files thru sql plus...
I think thats about as good as you can get in terms of exploiting the "speed up" features
HTH
--
![]() |
![]() |