What can be a size of a pl/sql block? Is there any limit?
Answer Posted / 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 |
Post New Answer View All Answers
What is a string data type in sql?
Why cross join is used?
How many unique keys can a table have?
Can a varchar be a primary key?
How global cursor can be declare with dynamic trigger ?
What are all the common sql functions?
Is merge a dml statement?
How is data stored on a disk?
Why do we need databases?
How many databases can sql express handle?
What is sql rowcount?
what is the difference between undefined value and null value? : Sql dba
Define commit?
How do you delete data from a table?
How do I access sql anywhere database?