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

Can you have more than one key in a database?

0 Answers  


What is consistency?

0 Answers  


How many row comparison operators are used while working with a subquery?

0 Answers  


What are the different dcl commands in sql?

0 Answers  


Who is the owner of mysql database?

0 Answers  






while loading data into database how can u skip header and footer records in sql*loader

1 Answers   Oracle,


Difference between DBMS and RDBMS...CODD's rules

4 Answers   Polaris,


How does cross join work?

0 Answers  


What does fetching a cursor do?

0 Answers  


How do I view stored procedures?

0 Answers  


Are subqueries faster than joins?

0 Answers  


What is the use of triggers?

0 Answers  


Categories