Answer Posted / hr@tgksolutions.com
The PL/SQL compilation process involves:
• Parsing: The PL/SQL code is checked for syntax errors.
• Compilation: The code is converted into a format the Oracle Database can execute.
• Storage: The compiled code is stored in the database.
• Execution: When the PL/SQL code is called, it is executed by the database engine.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what does the t-sql command ident_incr does? : Transact sql
What is join view in sql?
What is primary key and foreign key with example?
What is sql integrity?
what is normalization? : Sql dba
What is a parameter query?
When is the update_statistics command used?
What is the use of count (*) in sql?
Where can I learn sql for free?
how to drop an existing view in mysql? : Sql dba
What is the use of desc in sql?
What is numeric function sql?
Explain correlated query work?
How to place comments in pl/sql?
How does a covering index work?