You should add in "OCI_ASSOC" flag

Code:
 while ($row = oci_fetch_array($stid, OCI_ASSOC+OCI_RETURN_NULLS))
This function was changed because of a php bug. http://bugs.php.net/bug.php?id=3748 7

gl