Quick Search:
 
 The Oracle NO_DATA_FOUND Exception- ORA-01403      [Return To Index] Jump to:  

Term: NO_DATA_FOUND

Definition:
The NO_DATA_FOUND Exception (ORA-01403) occurs when a SELECT INTO statement returns no rows, or your program references a deleted element in a nested table or an uninitialized element in an index-by table.

Because this exception is used internally by some SQL functions to signal that they are finished, you should not rely on this exception being propagated if you raise it within a function that is called as part of a query.

 
   Home |    Search |    Code Library |    Sponsors |    Privacy |    Terms of Use |    Contact Us © 2003 - 2024 psoug.org