In Exception handling if we are using the when others first
then what happens . whether it will show the compiler error
Answer Posted / subba
When Others exception needed to be handled last. If we use
When Others first, and then other exceptions, following
error will be prompted:
ORA-06550: line 8, column 3:
PLS-00370: OTHERS handler must be last among the exception
handlers of a block
ORA-06550: line 0, column 0:
PL/SQL: Compilation unit analysis terminated
| Is This Answer Correct ? | 38 Yes | 1 No |
Post New Answer View All Answers
Explain the use of control file?
What is oracle latest version?
How to assign a tablespace to a users in oracle?
HI ALL, CAN ANYONE TELL ME THE DIFFERENCES BETWEEN SQL CLUSTURS,MSQL CLUSTERS,ORACLE CLUSTERS.......THANKS IN ADVANCE
How to login to the server without an instance?
Name the three major set of files on disk that compose a database in Oracle?
What are internal user account in oracle?
hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards
When do you get a .pll extension in oracle?
What is the difference between post-database commit and post-form commit?
Differentiate between pre-select and pre-query?
Is there a function to split a string in plsql?
what is the difference between restoring and recovering?
Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
How to write date and time interval literals in oracle?