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

Thread: Combining PL/SQL Scripts into an EXE !!???

  1. #1
    Join Date
    Jul 2001
    Location
    Houston
    Posts
    1

    Question

    Hi,

    I had to generate PL/SQL scripts to generate the output files in my company on a daily basis.I have used .Bat files to include .sql files and run them as a group , step-by-step.

    Now the questions is whether i can generate a kind of .exe file which points to all these .Bat and .sql files so that we don't need to worry about the code tampering.

    Please advice.

    Thanks,
    Vasu

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Sure. Write a c++ or VB program to execute the sql statements.
    Jeff Hunter

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