+ Reply to Thread
Results 1 to 6 of 6




  

Thread: What is spool command?

      
  1. #1
    Jedi Master deveshraigniit is on a distinguished road
    Join Date
    November 19, 2010
    Location
    Delhi
    Posts
    33
    Rep Power
    2
    Feedback Score
    0

    Default What is spool command?

    Hi,
    I have problem,please give the solution my problem.


    Thank you for Advance..

  2. #2
    Jedi Master Curtis80 is on a distinguished road Curtis80's Avatar
    Join Date
    December 13, 2010
    Posts
    38
    Rep Power
    2
    Feedback Score
    0

    Default Re: What is spool command?

    Hi,
    Spool is an Oracle based command. It is useful to save all your statements in any text file. You can create this file on your drive. This is the procedure to use it:
    - First of all define the “txt” file location on the drive:
    SQL> spool C:\temp.txt (temp file will be created in C drive)
    - Run some statement:
    SQL> select * from tablename1 (Output will be generated)
    SQL> select * from tablename2 (Output will be generated)
    - If you want to stop the spool then run another command:
    SQL> spool off
    This text file will contain all records after your file is created with errors/messages/outputs/results etc.

  3. #3
    The Force is Strong! minfo is on a distinguished road
    Join Date
    July 27, 2011
    Posts
    76
    Rep Power
    1
    Feedback Score
    0

    Default Re: What is spool command?

    The SPOOL command is used to echo Server Manager's output to a text file. Spooling output to a file is a good thing to do whenever you run a script, or any other command that produces a lot of output.

  4. #4
    I'm New! sakthi is on a distinguished road sakthi's Avatar
    Join Date
    March 28, 2011
    Posts
    10
    Rep Power
    2
    Feedback Score
    0

    Default Re: What is spool command?

    Spool Command in ORACLE is used to transfer data from oracle tables into other files.

    ....................................
    list management service |list management software |

  5. #5
    I'm New! gaurav467 is on a distinguished road
    Join Date
    February 24, 2012
    Posts
    6
    Rep Power
    0
    Feedback Score
    0

    Cool Re: What is spool command?

    SPOOL command in itself is a simple command. The issues are usually due to
    the incorrect SQL*Plus environment setting (like linesize, heading, echo etc).

  6. #6
    Jedi Master RezwanKabir is on a distinguished road
    Join Date
    July 10, 2011
    Posts
    331
    Rep Power
    1
    Feedback Score
    0

    Default Re: What is spool command?

    Go to the following site, it may help you:


    SPOOL Command Usage and Related Issues in SQL*Plus
    BLAM Ads makes me over $7,000 a month, read my comment here!
    I switched my traffic from the others and I'm making more!!!!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Review: C&C4U please A command and conquer fan site.
    By master412160 in forum Website Reviews
    Replies: 1
    Last Post: Sep 11th, 2010, 1:33 am
  2. using link command
    By bardy in forum SEO Forum
    Replies: 7
    Last Post: Jul 6th, 2009, 2:45 am
  3. FS Command
    By netproint in forum Graphics & Multimedia
    Replies: 0
    Last Post: Apr 1st, 2008, 1:24 pm

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
WebTalkForums
WebTalkForums
Recent Forum Threads