logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology See What Others Are Saying!
  • Question
  • Explain how to debug PL/SQL program.


  • Correct Answer
  • One can debug PL/SQL program by printing the output using DBMS_OUTPUT package Put_line can be used to display a line as shown below: BEGIN dbms_outputput_line(?Sample line'); END; 


  • More questions

    • 1. What is recovery/error testing?
    • Discuss
    • 2. Which design patterns benefit from the multiple inheritance?

    • Options
    • A. Adapter and observer pattern
    • B. Code pattern
    • C. Glue pattern
    • D. None of these
    • Discuss
    • 3. What is Binary Portability Testing?
    • Discuss
    • 4. What is the proper way of setting up an Android-powered device for app development?
    • Discuss
    • 5. What is PHP?s configuration file called ?
    • Discuss
    • 6. How will you launch an Activity within you application?
    • Discuss
    • 7. Whats the difference between a NSArray and a NSMutableArray?
    • Discuss
    • 8. Values that are used to end loops are referred to as _____ values.

    • Options
    • A. stop
    • B. sentinel
    • C. end
    • D. finish
    • Discuss
    • 9. What is Broadcast ?
    • Discuss
    • 10. What is multicast?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment