View Single Post

  #1 (permalink)  
Old 01-22-2004
Dung Nguyen
 
Posts: n/a
Default Running PL/SQL scripts from PHP

Hi.

Is there a way to execute PL/SQL scripts from PHP? I have PL/SQL scripts
that utilizes the DBMS_xxx packages. Is it possible to shell out a command
that will run the PL/SQL?

-DN


Reply With Quote