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
How do I remove all records from a table?
Does execute immediate commit?
what are rollup and cube in t-sql? : Transact sql
What is the difference between delete and truncate statement in sql?
Can we insert in view in sql?
Explain mutating table error.
How many types of triggers are there in pl sql?
describe mysql connection using mysql binary. : Sql dba
How do I install sql?
what happens if null values are involved in expressions? : Sql dba
What is sql integrity?
What is the difference between alter trigger and drop trigger statements?
What is scope and visibility in PL/SQL?
how to get a list of columns in an existing table? : Sql dba
how tsql statements can be written and submitted to the database engine? : Transact sql