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
difference between anonymous blocks and sub-programs.
what are the drivers in mysql? : Sql dba
What is error ora-12154: tns:could not resolve the connect identifier specified?
What are different types of sql commands?
What is integrity in sql?
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
What is the difference between clustered and non-clustered index in sql?
What is a relationship and what are they?
What is the basic form of sql query?
how to rename an existing column in a table? : Sql dba
What is difference between primary and secondary key?
What is database sql?
How do you rank data in sql?
Can you selectively load only those records that you need? : aql loader
What does the argument [or replace] do?