Topic: SQL*Plus and PL/SQL >> Spooling a clean .lst or .tst file
|
Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property.
You may review the entire Oracle Certification Program Candidate Agreement online Here.
|
|
|
|
| Title: Spooling a clean .lst or .tst file |
| prasad |
Posted: Jun 10, 2008 05:22:16 AM |
Total Post: 35
Joined: Jan, 2007
|
Hi friends,
I have one table which contains few thousand records (filenumbers).
I want to spool the records from tht table into one .txt file. I am able to spool the file through SQL scipt....but the problem that I am facing is....the spool file contains other information like "Total Records selected" & "Elapsed Time" which I do not want.
I want absolute clean file which should only contains the filenumbers from table & nothing else.
Can anyone help me out with the solution....?
Is there any other command to spool the file Or to filter out unwanted information..?
Thanks in advance. |
|
|
Azaz |
| Posted: Jun 10, 2008 06:24:03 AM | |
|
Total Post: 84
Joined: Mar, 2008
|
Use this parameters
To remove header
set head off
set feedback off /* for removing Number of rows selected*/
|
|
|
|
|
prasad |
| Posted: Jun 10, 2008 06:50:28 AM | |
|
Total Post: 35
Joined: Jan, 2007
|
Thank you very much Azaz.
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |
|
|
|
|
Forum Rules & Description
Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user
|
| |
Get FREE Magazines
|
Top 10 Forum User
|
| Murtuja Khokhar | 857 |
| Mohammed Taj | 746 |
| positive fanatic | 483 |
| Jayanta Sur | 479 |
| Vigyan Kaushik | 386 |
| Gopu Gopi | 334 |
| Gitesh Trivedi | 322 |
| Vinoth Kumar | 264 |
| neeraj sharma | 258 |
| Ramesh Jois | 246 |
|
|