What are pl/sql exceptions and cursor exceptions?

Posted by silpa on Sep 11 2007

pl/sql exceptions
to_many_rows,no_data_found,value_error,zero_error

cursor exceptions
cursor_exception,cursor_already_open,invalid_cursor

Leave a Comment