Pragma

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20.

What is pragma? Mutating trigger? Material view? Nested tables examples? Dbms_shared_pool Write a procedure for inserting data into a table? Dbms_pipe? For sending and receiving Which package is used for sending mails? UTL_SMTP, UTL_TCP How do u tune a query? Using explain plan Diff b/w package and procedure? 2 programs o/p total? Name 5 hints to write a query? What are optimizer hints? Write steps to read or write a file? Parameter setup for util package? Init.ora Which oracle tool will u use to insert data from text file? Oracle job scheduler? Set feedback, set pagesize, break on UTL_HTTP is used for communicating with web server Diff b/w snapshot and synonym? Answers

1. Pragma is a keyword in Oracle PL/SQL that is used to provide an instruction to the compiler. Pragmas are defined in the declarative section in PL/SQL. Ex: AUTONOMOUS_TRANSACTION, EXCEPTION_INIT 2.

You might also like