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 |
What is procedure in pl sql?
Talk about views
What does pl sql developer do?
If a procedure within a package is invalidated whether the entire package will be invalid and has to be recompiled again?
What is a scalar value in sql?
how many ways to get the current time? : Sql dba
how to use in conditions? : Sql dba
how to retrieve the top 2 salaried persons from a database?
What sql does db2 use?
Types of backups ?
What is materialised View?
What is scalar data type in pl sql?
Oracle (3253)
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)