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

What are crud methods?

0 Answers  


what are the advantages a stored procedure? : Sql dba

0 Answers  


Cite the differences between execution of triggers and stored procedures?

0 Answers  


what does it mean to have quoted_identifier on? : Sql dba

0 Answers  


What is the difference between nvl function, ifnull function, and isnull function?

0 Answers  






How many disk partitions should I have?

0 Answers  


how do you know if your mysql server is alive? : Sql dba

0 Answers  


What is the difference between union and union all command?

0 Answers  


In a table only one column how to update rows

5 Answers   Microsoft,


What is difference between table and view?

0 Answers  


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

0 Answers  


Can i use Commit inside the Trigger? Suppose i use commit what will be happy (it's complied /executed/work)

6 Answers  


Categories