473,395 Members | 1,583 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

exceptional handling

q:- What is the maximum number of handlers processed before the PL/SQL block is exited when an exception occurs? and how can explain ???
1. Only one
2. All that apply
3. All referenced
4. None





thanks in advanse
Deepak
Feb 4 '08 #1
2 1253
amitpatel66
2,367 Expert 2GB
q:- What is the maximum number of handlers processed before the PL/SQL block is exited when an exception occurs? and how can explain ???
1. Only one
2. All that apply
3. All referenced
4. None





thanks in advanse
Deepak
This question seems to be an assignment question which is not allowed in this forum. Please refer POSTING GUIDELINES before posting in this forum.

MODERATOR
Feb 4 '08 #2
only one at time.
first error occurs, catch it and solve it.
then move ahead. again same process.
Feb 5 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: makuchaku | last post by:
Hi all I'm facing a strange problem in C++ exceptions. If an error occurs in a class, throw() is used. But whenever that happens, the object is destroyed. In a nutshell, accessing the...
0
by: LongRunner | last post by:
Hihi, i am writing utilities classes using C#. The utilities contain my own exceptional classes. Until now, my design about the exceptional classes is that: I have my expceitonal class and...
9
by: Henry | last post by:
I am puzzled by something. I have a program foo.cs it has a reference to an assembly bar.cs. The latter intentionally performs a divide by zero. The former has a try/catch pair for the offending...
0
by: kendf | last post by:
As a beginner, I using .Net SDK v1.1 for command line compilation. I have a problem to compile the source code of MS Exceptional Management Application Block, downloaded from MS official web...
6
by: kids_pro | last post by:
Hi there, using(StreamWriter wr = new StreamWriter(filename,false,Encoding.UTF8,1024)){} Will the line above throw any exception when it can't create file? What is the best way to capture it...
3
by: clintonb | last post by:
Some programmers, and even Microsoft documents, say you should only throw exceptions for exceptional situations. So how are others handling all the other unexceptional errors? How are you...
1
by: psbasha | last post by:
Hi , Whether we have to write the try/catch for each method of the class or it is sufficient to write in the main execution of the functionality call. Is Error Handling and Exceptional...
4
by: lovecreatesbea... | last post by:
Is the following code (without any code at lines x and x + 3) correct? Is it better to call exit() or re-throw the exceptions at line x and line x + 3?. What is the better code should we place at...
1
by: Hicham Mouline | last post by:
Hello, I am looking for an example of a constructor, I think, which took the type itself for integral or floating types, and a const-ref for a user-defined non primitive type. I saw this in...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.