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 |
What is sql procedures and functions?
What is NOCOPY?
What if we write return in procedure?
What is cursor in pl sql?
What is a sql select statement?
what is row? : Sql dba
Explain the difference between 'between' & 'and' operators in sql
What sql database should I use?
What is sqlerrd?
What is the best partition size for windows 10?
How many commands are in sql?
what is the difference between rownum pseudo column and row_number() function? : Sql dba
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)