What is the difference between anonymous block and named
block or stored procedure?
Answer Posted / raji_4u
1. Anonymous blocks are compiled each time they are executed,
where as stored subprograms compile only one time when they
are created.
2. Anonymous blocks are not stored in the database so they
can not be called from other blocks, where as stored
subprograms are stored in the database they can be called
from other blocks many times.
| Is This Answer Correct ? | 25 Yes | 4 No |
Post New Answer View All Answers
How many subqueries can be nested in a statement?
What is indexes?
Is drop table faster than truncate?
What information is needed to connect sql*plus an oracle server?
Explain what is a column in a table?
What is the difference between a primary key and a clustered index?
How can I see all tables in sql?
how to analyze tables with 'mysqlcheck'? : Sql dba
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
How to read/write files from pl/sql?
How do I make my sql query run faster?
Why do we use sqlite?
Can unique keys be null?
Can cursors be part of a trigger body?
What is null in pl/sql?