[PHP-DB] OCINewCollection

2004-02-26 Thread MARKOV Todor RO/DRSA/DIP
Hi I am looking for some help with the OCINewCollection function. My pb is that I whant to get a PLSQL stored procedur OUT parameter of TYPE my_type of collection( TABLE ...) back in my PHP script as array Please help me ... P.S. I am very newby in the list so if my question is stupid so

Re: [PHP-DB] ocinewcollection recursive call

2003-10-29 Thread Ludányi Levente
Hello! I tried to use OCINewCollection with PHP 5 beta, but I got the same results. Has anybody used this function with Oracle8i (8.1.7) on Windows? What kind of (oracle or php) settings can result this behaviour? > I'm trying to use the OCINewCollection function, but if I don't specify the 'sche

Re: [PHP-DB] ocinewcollection recursive call

2003-10-28 Thread Ludányi Levente
Thanks, Chris! I've already tried to use upper case letters in Oracle names everywhere, but it didn't solve the problem in my environment. I use Oracle 8i (8.1.7.0.0) and IIS on a single WinXP computer. My PHP version is 4.3.3. I tried this with Apache web server (1.3.12.0.1a) on WinXP too. Perh

Re: [PHP-DB] ocinewcollection recursive call

2003-10-28 Thread Christopher Jones
Ludányi Levente wrote: Hello I'm trying to use the OCINewCollection function, but if I don't specify the 'schema' parameter for this function, then I get the 'ocinewcollection(): OCI8 Recursive call!' error message, and the page never appears (I must restart IIS). If I give a typename, that do

[PHP-DB] ocinewcollection recursive call

2003-10-28 Thread Ludányi Levente
Hello I'm trying to use the OCINewCollection function, but if I don't specify the 'schema' parameter for this function, then I get the 'ocinewcollection(): OCI8 Recursive call!' error message, and the page never appears (I must restart IIS). If I give a typename, that does not exsits on the Orac

[PHP-DB] OCINewCollection and Oracle9i Client

2003-07-10 Thread gdelvec
During an upgrade to Oracle 9.2.0 from 8.1.7, we encountered the following error with php 4.2.3 when using the OCINewCollection function and the Oracle 9i Client: PHP Unkown error type: [2] OCITypeByName: ORA-21301: not initialized in object mode /home/httpd/sites/manager/vxmlEditSubmit.php line:3

Re: [PHP-DB] ociNewCollection and package

2001-12-12 Thread Olaf Taesch
air [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 22, 2001 4:37 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP-DB] ociNewCollection and package > > > Hello, > > I found your email id on phpBuilder on your posting for [PHP-DB] > ociNewCollect

RE: [PHP-DB] ociNewCollection and package

2001-12-06 Thread Sumesh Nair
nding arrays to oracle. Any info would be helpful. Thanks regards Sumesh -Original Message- From: Olaf Taesch [mailto:[EMAIL PROTECTED]] Sent: 03 December 2001 18:09 To: 'Sumesh Nair' Subject: RE: [PHP-DB] ociNewCollection and package hello sumesh, no, we solved our p

[PHP-DB] ociNewCollection and package

2001-09-26 Thread Olaf Taesch
Hi, following the example in conf.php.net/oci with declaring the typ outside a package is runs! trying in php $arr = OCINewCollection($conn,"TEST.ARR_CHAR"); only brings: Warning: OCITypeByName: OCI-22303: type ""."TEST_OLE.ARR_CHAR" not found but the type ARR_CHRR declared in the pa