Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to call an Oracle function from within PHP ?

444499Aug 11 2005 — edited Aug 23 2005
Hi,

I am new to PHP and Oracle.. and I need to call an oracle funtion.. I can call a procedure but for some reason I cant seem to call a function?

I wish to call: A function from a package..

$query = "BEGIN ORASSO.WWSSO_UTL.decrypt_ps_password('".$id."'); END;";

Any ideas.. basically what is the syntax to call a funtion from an oracle package within PHP??

Thanks and sorry for the newbie question.

Kind Regards

Sam
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 20 2005
Added on Aug 11 2005
4 comments
2,387 views