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

Thread: urgent spool file

  1. #1
    Join Date
    Jul 2000
    Location
    india
    Posts
    213
    hi everybody,

    i want to generate a spool file afer i run my report with some inputs. Can anybody help me out.

    Thanks in advance.

    Regards

  2. #2
    Join Date
    Dec 2000
    Location
    Brazil / São Paulo
    Posts
    97

    Question

    What reporter ?
    This reporter of Oracle develloper, or other ?
    What is inputs ?
    Specify.


    [Edited by marcio.68 on 12-07-2000 at 12:59 PM]
    Márcio de Souza Almeida
    DBA Oracle / SQLServer / PostgreSQL
    Rua Cupa, 139 Apto 85 A
    Penha - São Paulo - SP
    03640-000 - Brasil
    http://www.directory.com.br

  3. #3
    Join Date
    May 2000
    Location
    Portsmouth, NH, USA
    Posts
    378

    Talking question


    Do you want to spool your OUTPUT to a file?

    if so, just do this before you run your queries:
    "spool (file location and name like: D:\output\info.txt)"

    then add this at the bottom of your script:
    "spool off"

    that's it.
    If you JUST want to see the results in the file and no queries, then you can do that too. Lemme know.

    - Magnus

  4. #4
    Join Date
    Jul 2000
    Location
    india
    Posts
    213
    hi guy's

    i want to save my output of orcale/developer report builder
    in file.
    can any body tell me if i want to use The spool command from report builder any idea ..

    regards
    prashant

  5. #5
    Join Date
    Oct 2000
    Posts
    123
    Yes, do one thing:

    After you running the report, click "file"(I rember, if wrong, please correct me) tab, then you can find the submenu to spool your report to various format report.

    Take care

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