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 |
Explain the the update statement in sql?
What is package in pl sql with an examples?
How to test for null values?
Show the two pl/sql cursor exceptions.
What is sql procedures and functions?
What is right join sql?
Can we join two tables without common column?
What are user defined functions?
Explain the purpose of %type and %rowtype data types with the example?
What is a unique key and primary key and foreign key?
1. what is the exact use of hint in sql. 2. How we can avoid index scan in sql even though index is there in the table.
What is sql stand for?
Oracle (3253)
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)