Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

Is there a limit on the size of a PL/SQL block?

6 like 0 dislike
Hello

Is there a limit on the size of a PL/SQL block?

Please give me your feedback......
asked 1 year ago by rad_joshep (19,390 points) edited 1 year ago by rad_joshep

1 Answer

2 like 0 dislike
 
Best answer
Currently, 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'
answered 1 year ago by daneim (127,080 points)

Related questions

5 like 0 dislike
1 answer
4 like 0 dislike
1 answer
3 like 0 dislike
1 answer
3 like 0 dislike
1 answer
9 like 0 dislike
1 answer
asked 2 years ago by eagles11 (179,830 points)