Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Can Oracle call a batch file from a procedure???
Yes. There are several ways to do this.
1. Write a C routine and have it poll a pipe. 2. Write an external C routine and have it make a system call. 3. Write a Java routine that resides within the database. Search Metalinkfor this. They have a nice example with code. #3 is probably the quickest and fastest to do. Jim
![]() |
![]() |