DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: sqlplus feedback question

  1. #1
    Join Date
    Aug 2000
    Location
    Chicago IL
    Posts
    586

    sqlplus feedback question

    I wanted to turn feedback off so when my report gets generated, i dont see the following..I turned feedback to off but yet i still see these messages...any ideas oracle docs says use feedback...

    any ideas?

    SP2-0103: Nothing in SQL buffer to run.
    SQL> set feedback off
    SQL> /
    SP2-0103: Nothing in SQL buffer to run.
    SQL> set echo off
    SQL> /
    SP2-0103: Nothing in SQL buffer to run.
    SQL> set pagesize 999
    SQL> /
    SP2-0103: Nothing in SQL buffer to run.
    SQL> set linesize 180
    SQL> /
    SP2-0103: Nothing in SQL buffer to run.
    SQL> col hostname format a15
    SQL> /
    SP2-0103: Nothing in SQL buffer to run.
    SQL> break on report
    SQL> /
    SP2-0103: Nothing in SQL buffer to run.
    SQL> compute sum of sessions on report
    SQL> /
    SP2-0103: Nothing in SQL buffer to run.
    "High Salaries = Happiness = Project Success."

  2. #2
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    These ...
    Code:
    set echo off
    set pagesize 999
    set linesize 180
    col hostname format a15
    break on report
    compute sum of sessions on report
    ... are all SQL*Plus commandfs. They don't need "/"
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

  3. #3
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    man after 5 years you still dont know how sqlplus works?!

  4. #4
    Join Date
    Aug 2000
    Location
    Chicago IL
    Posts
    586
    Pando, Thankyou for your comments...but I do know sqlplus...I have written a complex query which I didnt post but it was my silly mistake I didnt realize what I did with the formatting, I must have zoned out. I thank slimdave for pointime out.

    Thankyou for your ongoing support.
    "High Salaries = Happiness = Project Success."

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