I need a exceptoin in pl/sql block so that if any errors
occur in the block then no exception should errors should
raise?
Answer / joseph p v
I think your question is as follows.
I need an exception in pl/sql block so that if any errors
occur in the block then no exception should raise?
For that see the below code part :-
exception
when others then
null;
--Example
declare
cha char(5):='TEST';
num number;
begin
num := cha;
exception
when others then null;
end;
| Is This Answer Correct ? | 5 Yes | 0 No |
How to find only %th Highest Sal
Could you please provide oca (oracle 10g) dumps for my certification ?
Which is faster joins or subqueries?
What are the disadvantages of file system?
what are the tunnig tables you used for tuning a query and tell me some of coloumns in that tuning tables?
what is the difference between join and union? : Sql dba
SQL Tuning, Oracle Server 10g: Why is the following hint invalid? SELECT /*+ first_rows parallel(table_name,paral_number)*/
How to set up sql*plus output format in oracle?
What is scalar and vector?
while loading data into database how can u skip header and footer records in sql*loader
What is a variable in sql?
what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)