Re: Oracle Backup

From: Jerry Gitomer <jgitomer_at_ictgroup.com>
Date: 1998/02/26
Message-ID: <34F5B355.813_at_ictgroup.com>#1/1


Hi Anurag,

The easiest way to do this:

spool <file_name>
select * from <table_name_1>;

     .
     .

select * from <table_name_n>;
spool off

Regards

Jerry

Anurag Bansal wrote:
>
> I am working in Oracle 7.3 I want to copy the contents of tables to a
> text file. Is there any command which can do this?
>
> Anurag
 

-- 
Jerry Gitomer         	ICT Group
jgitomer_at_ictgroup.com	Langhorne PA
jgitomer_at_p3.net 	Opinions are mine not those of ICT Group
Received on Thu Feb 26 1998 - 00:00:00 CET

Original text of this message