Results 1 to 2 of 2

Thread: Oracle Report (got no ansver from oracle)

  1. #1
    Join Date
    Oct 2005
    Posts
    2

    Exclamation Oracle Report (got no ansver from oracle)

    I have a problem with oracle reports. I run automatic paper report at night from a c++ program. It only run a shell command: rwrun +parameter1 + parameter2 etc.

    I now would like that the DB can run it from a job, procedure or a trigger. I need it automatic printed at night!! Is this possible at all??

    hope for some help here

    korwe

  2. #2
    Join Date
    Oct 2005
    Posts
    2,557
    You can call a procedure from a job. The procedure uses PL/SQL. Your script can use "host."

    http://download-west.oracle.com/docs.../jobq.htm#9499

Posting Permissions

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