Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Transitioning from Informix to Oracle
Hi Jorge,
Oracle does not have a direct equivalent to Informix's UNLOAD command. Just use SQL*Plus and do a SET COLSEP '|' followed by a SELECT * FROM <tablename>;
regards
Jerry Gitomer
jorget_at_e4dc.hf.intel.com wrote in message
<374EDA60.26B1BB3F_at_e4dc.hf.intel.com>...
>Just started working with Oracle after working with Informix for many
>years. I understand Oracl has a sql loader which is similar to
>Informix's High Performance Loader. However, I cannot seem to find a
>way to unload the data in Oracle as I can with the Informix HPL Is
>there another tool ?
>
>Thanks,
>
>Jorge
>
Received on Tue Jun 01 1999 - 09:07:57 CDT
![]() |
![]() |