Answer Posted / nashiinformaticssolutions
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 is trigger and stored procedure in sql?
what is a unique key ? : Sql dba
What jobs use sql?
Can we edit a view in sql?
What is the difference between a query and a report?
What is secondary key?
What is package in pl sql?
What is acid property in a database?
Is join same as left join?
Why do we use procedures in sql?
how to write date and time literals? : Sql dba
What is sql injection vulnerability?
How delete all data from table in sql?
What does select count (*) mean in sql?
Which normal form is best?