1.

Why Does Sql%isopen Always Returns The False Value?

Answer»

SQL is the name of the implicit CURSOR, which is always opened when the database executes the SQL statement. SQL%ISOPEN always EVALUATES to FALSE as ORACLE CLOSES the implicit cursor as SOON as it executes the query.

SQL is the name of the implicit cursor, which is always opened when the database executes the SQL statement. SQL%ISOPEN always evaluates to FALSE as ORACLE closes the implicit cursor as soon as it executes the query.



Discussion

No Comment Found