dbTalk Databases Forums  

sql plus setting

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss sql plus setting in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
CogitoErgoDigito
 
Posts: n/a

Default sql plus setting - 07-16-2003 , 09:18 AM






i'm exporting data from a table to a txt file
but in the top of the file is written the sql statement
i need that in the file are written only data
have u any suggestion?
tnx
(sorry for the english ...)

Reply With Quote
  #2  
Old   
Alan Mills
 
Posts: n/a

Default Re: sql plus setting - 07-16-2003 , 09:45 AM







"CogitoErgoDigito" <XSAMUELE (AT) HOTMAIL (DOT) COM> wrote

Quote:
i'm exporting data from a table to a txt file
but in the top of the file is written the sql statement
i need that in the file are written only data
have u any suggestion?
tnx
(sorry for the english ...)
Do you have any parameters in you SELECT. i.e, &variables?

This may cause the SQL to appear again when running (or parts of it anyway).

Can't reproduce a SQL statement appearing from a script that reads

SELECT *
FROM user_taboles
/

Remember, though, that if you only want data from SQL*Plus to remove
headings and stuff with

SET PAGES 0
SET FEEDBACK OFF
SET VERIFY OFF

as well.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.