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

Thread: Os command in pl/sql(urgent)

  1. #1
    Join Date
    May 2001
    Location
    India
    Posts
    2

    Angry

    Hi all,
    How do I run a Os command in my Pl/SQL Procedure.
    I want run sqlldr from a procedure. How do I do that. I am using Oracle 8i.

    Pls help me in this regard

    Thank You
    Jaggy

  2. #2
    Join Date
    Aug 2000
    Posts
    462
    what specifically do you want to do? Check into:

    java stored procedures
    HOST command
    DBMS_FILE

  3. #3
    Join Date
    Jun 2000
    Posts
    417
    Check out external procedures, you can write a wrapper to a C (or some other language) program and make the system calls from there.

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