What can be a size of a pl/sql block? Is there any limit?

Answers were Sorted based on User's Feedback



What can be a size of a pl/sql block? Is there any limit?..

Answer / pavan_1981

not more 32KB

Is This Answer Correct ?    2 Yes 0 No

What can be a size of a pl/sql block? Is there any limit?..

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

Post New Answer

More SQL PLSQL Interview Questions

If there are 1 to 100 numbers in a table and in that 100 numbers some 10 numbers are deleted.I want to find out the missing numbers between 1 to 100 by pl/sql how?

9 Answers   JPMorgan Chase,


Is oracle and sql same?

0 Answers  


what is overloading procedure or overloading function ?

3 Answers   Genpact,


What are the types pl/sql code blocks?

0 Answers  


What is data types in sql?

0 Answers  






What do you understand by pl/sql cursors?

0 Answers  


What are different joins used in sql?

0 Answers  


List the ways to get the count of records in a table?

0 Answers  


How do I save a sql query?

0 Answers  


How do I view a sql database?

0 Answers  


What are pl/sql cursors?

0 Answers  


What sql database should I use?

0 Answers  


Categories