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's the difference between inner join and left join?

606


What are the two types of cursors in pl sql?

630


what is meant by urlencode and urldocode? : Sql dba

675


What is the difference between in and between in sql?

669


What is sql used for?

743






What is rowid in sql?

590


what is a join? : Sql dba

666


Explain the rollback statement?

671


what is a foreign key ? : Sql dba

696


What is range partitioning?

605


Can you have a foreign key without a primary key?

589


Is sql procedural language?

649


What is informix sql?

613


What are procedures used for?

609


Name three sql operations that perform a sort.

680