What can be a size of a pl/sql block? Is there any limit?
Answers were Sorted based on User's Feedback
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 |
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?
Is oracle and sql same?
what is overloading procedure or overloading function ?
What are the types pl/sql code blocks?
What is data types in sql?
What do you understand by pl/sql cursors?
What are different joins used in sql?
List the ways to get the count of records in a table?
How do I save a sql query?
How do I view a sql database?
What are pl/sql cursors?
What sql database should I use?