logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Explain some of the commonly used Predefined PL/SQL Exceptions.


  • Correct Answer
  • 1)Divide by zero ? This is raised when any number is attempted to divide by zero 2)TOO MANY ROWS - A SELECT INTO statement returns more than one row 3)CASE_NOT_FOUND - No choice in the WHEN clause of a case statement is selected 4)LOGIN_DENIED - An attempt to login with an invalid username or password 5)PROGRAM_ERROR - An internal PL/SQL problem 


  • Technology problems


    Search Results


    • 1. Define cursor attributes: %FOUND, %NOTFOUND, %ROWCOUNT, and %ISOPEN
    • Discuss
    • 2. What is a PL/SQL Record data type?
    • Discuss
    • 3. What is a Collection? Explain collection types.
    • Discuss
    • 4. How can we call DDL statements like CREATE, DROP, TRUNCATE, etc. from PL/SQL?
    • Discuss
    • 5. How can we read and write operating system files from PL/SQL program?
    • Discuss
    • 6. Explain how PL/SQL exceptions are raised.
    • Discuss
    • 7. What is a PL/SQL package? what are its Advantages ?
    • Discuss
    • 8. Define PL/SQL sequences and write syntax for a sequence
    • Discuss
    • 9. What does cache and no cache options mean while creating a sequence?
    • Discuss
    • 10. What is an Index? Explain how to create an Index.
    • Discuss


    Comments

    There are no comments.

Enter a new Comment