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 are character functions?
What is difference between hql and native sql?
Does oracle use sql?
what are properties of a transaction? : Sql dba
How does a self join work?
What if we write return in procedure?
What is a data definition language?
How do you declare a user-defined exception?
What is primary key and foreign key with example?
What is the difference between delete and truncate commands?
Explain constraints in sql?
How to change the order of columns in Oracle SQL Plus ?
What are the different types of joins in sql?
What is consistency?
What trigger means?