what is the difernece between named and anonymous pl/sql
blocks??

Answer Posted / debi

annonymous blocks are the blocks of code executed on the
client server where as the named block such as(stored
procedure and functions) are the block of code executed on
the database server.so once the code is executed on the
server so no need to compile it again when the user wants
to run it again.So the program execution is faster in case
of executing the named block.

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the two different parts of the pl/sql packages?

778


What is materialized view. What are different methods of refresh?

1060


Differentiate between pl/sql and sql?

798


Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?

764


What is the size of partition table?

733






What is coalesce sql?

686


How do you go back in sql?

688


Can we use two order by clause in query?

734


What is sqlservr exe?

678


What is oracle sql called?

667


Can you rollback after commit?

713


Do triggers have restrictions on the usage of large datatypes, such as long and long raw?

888


What is trigger point?

728


how to rename an existing table in mysql? : Sql dba

718


State some properties of relational databases?

749