Link to home
Start Free TrialLog in
Avatar of Caruso_eu
Caruso_eu

asked on

Calling PHP script from oracle procedure

Hello,

i have a script written in PHP ... i am running it from linux or windows cmd by entering command:

php.exe script_name.php parameter1 parameter2

Open in new window


I wonder if someone has an example how to implement that script call into an oracle procedure?

Thank you!
Avatar of Pratima
Pratima
Flag of India image

Avatar of Caruso_eu
Caruso_eu

ASKER

Well to make it clear(er). In sqlplus you can run it like this:

host('c:\php\php.exe e:\script_dir\script.php');

Open in new window


Now what would be same command for database stored procedure?
ASKER CERTIFIED SOLUTION
Avatar of Pratima
Pratima
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I've requested that this question be deleted for the following reason:

reopening new one