Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

if i have a procedure with 1000 line.when i run this in 61 line i got the error but i want to continue the programe without error.can anyone tell me how to handle that error.

Answer Posted / ana

Enclose the 61th line in a begin-exception-end block and in exception block have
when others then null;

so that when exception is raised in 61th line it will do nothing and continue with other lines of the 1000 line procedure.

eg:

Begin

Select * from emp ;

Exception

when others then
null;

End;

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.

1892


What is a table index in oracle?

1185


How remove data files before opening a database?

1133


How to select some rows from a table in oracle?

1125


How to use "out" parameter properly?

1123


How to Truncate Table in Oracle

1210


How many types of cluster table in Oracle?

1080


interview questions with answer for cts

2635


can u plz provide me oca sql dumps please i need them

1996


How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?

1991


Explain user account with reference to oracle.

1028


How can we view last record added to a table?

1104


What is a user role in oracle?

1183


Explain about your project and its relation to the current job position you are applying to?

1075


How to use "startup" command to start default instance?

1100