What can be a size of a pl/sql block? Is there any limit?
Answers were Sorted based on User's Feedback
Answer / akshata kamat
The maximum parsed/compiled size of a PL/SQL block is 64K
and the maximum code size is 100K.You can run the following
select statement to query the size of an existing package or
procedure. SQL> select * from dba_object_size where name =
'procedure_name'
Is This Answer Correct ? | 2 Yes | 1 No |
How is indexing done in search engines?
Is sql a case sensitive language?
What is the example of procedure?
Can we edit a view in sql?
What are two virtual tables available during database trigger execution ?
How does postgresql compare to "nosql"?
Can We write bulk collect statement in triggers?
what is normalization? : Sql dba
What is a sql schema used for?
What is delimiter sql?
What is trigger and how to use it in sql?
Why are aggregate functions called so?