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 |
When you have to use a default "rollback to" savepoint of plvlog?
while loading data into database how can u skip header and footer records in sql*loader
What is a column in a table?
What are the new features in Oracle 10g. Compared to Oracle 9i?
what are properties of a transaction? : Sql dba
How many types of triggers are there in pl sql?
how to convert numeric values to character strings? : Sql dba
What is ON DELETE CASCADE?
Is mariadb nosql?
What are the operators in sql?
What is insert command in sql?
What is an Exception ? What are types of Exception ?
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)