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


Please Help Members By Posting Answers For Below Questions

What is raw datatype in sql?

558


What are the events on which a database trigger can be based?

598


what are sequences

1098


how to shut down the server with 'mysqladmin'? : Sql dba

549


What are pl sql data types?

551






Is pl sql a scripting language?

592


What does <> sql mean?

542


What is thread join () in threading?

542


How to create an array in pl/sql?

584


What are character functions?

630


what is a primary key? : Sql dba

554


What does count (*) mean?

530


Is join an inner join?

536


How do I run sql profiler?

588


How do I restart sql?

526