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
Is join same as left join?
How to use sql*plus built-in timers?
What are the ddl commands?
What is anonymous block in sql?
Mention what does the hierarchical profiler does?
how to fetch alternate records from a table? : Sql dba
What is the basic structure of an sql?
Are stored procedures faster than dynamic sql?
Can a commit statement be executed as part of a trigger?
Which data type is a composite type?
Is sql a backend?
how to drop an existing view in mysql? : Sql dba
how is myisam table stored? : Sql dba
How to call a javascript function from pl sql?
What are the uses of merge?