Results 1 to 2 of 2

Thread: SQL*Plus Questions

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2001
    Posts
    158

    SQL*Plus Questions

    I was wondering if anyone had any SQL*Plus sites marked (examples, tutorials, etc).

    I'm also wondering if there's a way in a .sql file to turn off the screen "echo" during a SPOOL. I have some .sql files that generate several thousand records and it seems like if it wasn't updating the SQL*Plus window with each record and only dumping to the txt file it would run much faster.

    Any tips, example, or anything else on SQL*Plus or SQL in general I would appreciate.

    ... I'm digging through all the forum posts and such now.

    Thanks!

  2. #2
    Fanatic Member ahara's Avatar
    Join Date
    Nov 2003
    Location
    Toronto
    Posts
    531
    Hello;

    got the following from a web site about sql*plus:

    To spool output generated by commands in a command file without displaying the output on the screen, use SET TERMOUT OFF. SET TERMOUT OFF does not affect output from commands run interactively.

    here is the link:

    http://rfhs8012.fh-regensburg.de/~or....html#off87240

    cheers
    "Knowledge is gained when different people look at the same information in different ways"

    - Louis Pasteur

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width