What is different bet native dynamic sql and Dbms_Sql?
Answer Posted / s.gousalya
Native Dynamic sql:
Directly we can include sql code into our query or
procedure using EXECUTE IMMEDIATE
DBMS_SQL it offers an API that execute SQL statement
dynamically.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Explain the use of show option in imp command.
State and explain about oracle instance?
What are the ansi data types supported in oracle?
Explain the use of owner option in exp command.
What to do if the binary spfile is wrong for the default instance?
does the query needs a hint to access a materialized view?
What is oracle rowcount?
What is partitioned table in Oracle?
What is the difference between truncate & delete command?
Explain cascading triggers.
How to create a new table in oracle?
what is the difference between substr and instr function in oracle?
What are the most common interview questions on ETL Testing for experience?
What are the execution control statements?
How to use "while" statements in oracle?