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

how to analyze tables with 'mysqlcheck'? : Sql dba

717


What is varchar sql?

811


Is join same as left join?

751


What is a constraint? Tell me about its various levels.

837


How can you create an empty table from an existing table?

797






How would you pass hints to the sql processor?

704


How can the performance of a trigger be improved?

772


what are integrity rules?

754


Why do we create views in sql?

774


What is foreign key and example?

702


How to run pl sql program in mysql?

681


Explain the the delete statements in sql?

754


What is sharding in sql?

736


How to change the order of columns in Oracle SQL Plus ?

788


Name the operator which is used in the query for pattern matching?

682