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 the maximum length of a table name, database name, and fieldname in mysql? : Sql dba
What is compiled query?
What is a file delimiter?
How can you fetch first 5 characters of the string?
Explain what is dbms?
What is forward declaration in pl sql?
what is bcp? When is it used?
Is it possible to sort a column using a column alias?
How do you create a unique index?
What are the disadvantages of not performing database normalization?
What is clustered index in sql?
What is dml with example?
What are different types of sql?
What is the difference between nvl function, ifnull function, and isnull function?
What is the difference between sql, mysql and sql server?