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

How to pronounce postgresql?

0 Answers  


How do I copy a table in sql?

0 Answers  


What can you do with pl sql?

0 Answers  


how to concatenate two character strings? : Sql dba

0 Answers  


define primary key & secondary key?

2 Answers  






What is the difference between delete and truncate statement in sql?

0 Answers  


what are the methods using performance tunning in sql and pl/sql

2 Answers  


Enlist some predefined exceptions?

0 Answers  


if a string is there like s1,s2,s3,s4.How to find count of commas in this.

4 Answers  


Does asenumerable execute the query?

0 Answers  


What is trigger types of trigger?

0 Answers  


What is bulk compiling in pl/sql.?

0 Answers   MCN Solutions,


Categories