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 |
How to order siblings in oracle hierarchy queries?
How many sql statements are used? Define them.
Which is faster joins or subqueries?
Define commit?
What is difference between a Cursor declared in a procedure and Cursor declared in a package specification ?
What is RAC in oracle?
What is a .db file?
What is the clause we need to add in function body to return variable?
What is difference between inner join and cross join?
what is definer rights invoke rights?
how mysql optimizes distinct? : Sql dba
Can we create view in stored procedure?
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)