Answer Posted / glibwaresoftsolutions
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 clause? : Sql dba
Is subquery faster than join?
Does google use sql?
What is interval partition?
Which sql statement is used to return only different values?
What is %type in pl sql?
What are packages in pl sql and also explain its advantages?
how to rename an existing table in mysql? : Sql dba
What is difference between stored procedures and application procedures?
what is 'mysqlcheck'? : Sql dba
how to fetch alternate records from a table? : Sql dba
What is a constraint?
Why do we use procedures in pl sql?
Explain what is dbms?
Can we call dml statement in function?