[PHP-DB] oracle functions: dbms_output

2004-07-11 Thread jon
I like to know if it is posible to use (using php oracle functions) dbms_output oracle package to display some information on screen without having to previously stored it in a temporal table and then retrieving it thanks, -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, vis

[Fwd: [Fwd: [PHP-DB] Oracle functions]]

2001-12-03 Thread Daniel Barton
t; > Terrestrial Program Biologist > > Asst. Data Manager > > Point Reyes Bird Observatory > > http://www.prbo.org > > [EMAIL PROTECTED] > > [EMAIL PROTECTED] > > > > > > > > Subject: Re: [PHP

Re: [Fwd: [PHP-DB] Oracle functions]

2001-12-03 Thread John Kolvereid
gt; ooops, forgot to reply to list too. > > -- > -- > Dan Barton > Terrestrial Program Biologist > Asst. Data Manager > Point Reyes Bird Observatory > http://www.prbo.org > [EMAIL PROTECTED] > [EMAIL PROTECTED] > > -------------

[Fwd: [PHP-DB] Oracle functions]

2001-12-03 Thread Daniel Barton
ooops, forgot to reply to list too. -- -- Dan Barton Terrestrial Program Biologist Asst. Data Manager Point Reyes Bird Observatory http://www.prbo.org [EMAIL PROTECTED] [EMAIL PROTECTED] --- Begin Message --- Hola, Check out the php manual for an explanation of resources and arrays

[PHP-DB] Oracle functions

2001-12-03 Thread John Kolvereid
Hi, I am relatively new to Oracle PHP and trying to figure out the Oracle functions. I am able to connect and open a db. But that's the extent of what I can do w/o further explanation. Within the PHP docs I can view all the Oracle functions, but their explanations are sparse to say the leas

[PHP-DB] Oracle functions and procedures via OCIParse and OCIExecute

2001-03-05 Thread Jarek Holgersson
Hi! I wonder if you have had the same problems with invoking oracle functions and procedures via OCIParse, OCIExecute functions? When I am trying to invoke a function or execute a procedure I receive an OCIStmtExecute error. The same statements works perfrectly direct in sqlplus. It't waird!