Hello, > see > http://conf.php.net/slides/oci/paper.txt > not working :( I got a sample of what I must run on php. In SQL it looks like: DECLARE TYPE tbl IS TABLE OF NUMBER INDEX BY BINARY_INTEGER; TYPE cref IS REF CURSOR; t tbl; c cref; PROCEDURE p(ot OUT tbl, oc OUT cref) IS BEGIN NULL;END; BEGIN p(t,c); END; So I need to declare this types of parameter in php, pass them to procedure and fetch back that table with data. Regards, A.K. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php