logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • 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; 


  • Technology problems


    Search Results


    • 1. Both PL/SQL and Java (or) .NET code can be used to create Oracle stored procedures and triggers. Which of the one should be used and why?
    • Discuss
    • 2. SQL vs. PL/SQL
    • Discuss
    • 3. What are the Advantages of PL/SQL?
    • Discuss
    • 4. Define PL/SQL. Explain its purpose
    • Discuss
    • 5. What is correlated query? Explain its uses.
    • Discuss
    • 6. How can we read and write operating system files from PL/SQL program?
    • Discuss
    • 7. How can we call DDL statements like CREATE, DROP, TRUNCATE, etc. from PL/SQL?
    • Discuss
    • 8. What is a Collection? Explain collection types.
    • Discuss
    • 9. What is a PL/SQL Record data type?
    • Discuss
    • 10. Define cursor attributes: %FOUND, %NOTFOUND, %ROWCOUNT, and %ISOPEN
    • Discuss


    Comments

    There are no comments.

Enter a new Comment