Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Unload data to ascii files using pl/sql
Hi All ,
Solaris 8 on 220R
Oracle 8i
I am quite new Oracle and PL/SQL and need some help. I have been asked to
unload some data ...well quite a lot of data from the Oracle instance I
have.
My question is does PL/SQL or Oracle have an unload statement i.e
unload to /tmp/xx.unload
select * from tab1 , tab2
where tab1.id = tab2.id
and tab1.customer_stake > 100
If not can someone point me in the right direction as how I can achieve this without using any third party tools.
Cheers
Pankaj
![]() |
![]() |