Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: DIRECT=Y with EXP
It's not the default because setting direct=y causes the export to bypass
the net8 layer that performs character set conversions. So client and
database would both have to use the same characterset, or the export would
fail.
It also bypasses the SQL processing layer, and does (as the name suggests) direct grabs of rows. That means there's no chance to apply 'where' clauses to the rows being exported -which is what happens when you use the (8i) 'QUERY' parameter. Subsetting the export in this way is a very handy feature, and I wouldn't want it effectively switched off by default.
Regards
HJR
"Epicentre team A" <oracle_at_epicentre.fr> wrote in message
news:ai84lo$31i$1_at_wanadoo.fr...
> Hi
>
> Why this option is never the default option ?
> What are possible problems to export always with DIRECT=Y for bypass sql
> processing on SGA
>
>
> system configuration: Oracle 8.1.7, NT 2000 Server.
>
> Thanks
> Denis Jeanneret
>
>
Received on Wed Jul 31 2002 - 03:53:06 CDT
![]() |
![]() |