(oci8):  
:
   ADODB_oci8.ExecuteCursor(BEGIN adodb.open_tab(:RS,'A%'); END;) % line   73, file: testoci8cursor.php
   ADOConnection._Execute(false, false) % line  832, file: adodb-oci8.inc.php
ADODB_oci8.Execute(false) % line  900, file: adodb-oci8.inc.php
ADODB_oci8.ExecuteCursor(BEGIN adodb.open_tab(:RS,'A%'); END;) % line   73, file: testoci8cursor.php
Error in using Cursor Variables 1

Testing Stored Procedures for oci8

OutParameter($stmt, $php_var='', $name='myov', $maxLen=4000, $type=false);

(oci8):  
:
ADOConnection._Execute(false, false) % line  832, file: adodb-oci8.inc.php
ADODB_oci8.Execute(false) % line   85, file: testoci8cursor.php

Error with myproc

InParameter($stmt, $php_var='Malaysia', $name='a1', $maxLen=4000, $type=false);
OutParameter($stmt, $php_var='', $name='a2', $maxLen=4000, $type=false);

(oci8):  
:
ADOConnection._Execute(false, false) % line  832, file: adodb-oci8.inc.php
ADODB_oci8.Execute(false) % line   94, file: testoci8cursor.php
Error in using Stored Procedure IN/Out Variables

InParameter($stmt, $php_var='A%', $name='tablename', $maxLen=4000, $type=false);


(oci8):  
:
ADOConnection._Execute(false, false) % line  832, file: adodb-oci8.inc.php
ADODB_oci8.Execute(false) % line  107, file: testoci8cursor.php

Bad $rs in rs2html. Connection or SQL invalid. Try using $connection->debug=true;