ORA-01002 error returned by PHP web page

puffo1981

New member
Hi all,
during the execution of a PHP code inside a web page, the web page randomically shows no results (blank) and returns the error:

ORA-01002: cursore non valido

As I said the issue appears randomically beacuse other times the results appears on the browser as expected.

Attached you'll find the PHP code that returns the random error message.

Our environment:
PHP 7.4 (but we have the same issue with 7.1)
Oracle client: 12.2 (on the application server)
OCI8
DB Server: Oracle 19c (19.22)

No errors reported in the database log. The error is returned only on client side

Thanks
 

Attachments

  • PHP_Code.jpg
    PHP_Code.jpg
    60.8 KB · Views: 0
Back
Top