How exception is different from error?
Whenever an Error occurs Exception arises. Error is a bug whereas exception is a warning or error condition. In PL/SQL, an exception and an error are related concepts but have distinct meanings: Error: An error generally refers to any unexpected or undesirable event that occurs during the execution of a program. Errors can be of … Read more