What is different bet native dynamic sql and Dbms_Sql?
Answer Posted / thirupathi.l
using native dynamic sql we can directly use DML and DDL
statements.
ex:native dynamic sql
declare
a varchar2(1000);
begin
a:='create table <tname>(elements)
execute immediate a;
end;
where as in dbms_sql package also we can use dml and DDL
but here declare cursor
coding is so lenthy
thats why currently using native dynamic sql
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
what is port in oracle? how is it related to database application.
What are a collation and state the different types of collation sensitivity?
Explain table?
What do you mean by merge in oracle?
What's dateware house and what's clustor with practicle example
What is the difference between postgresql and oracle?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
What is the recommended interval at which to run statspack snapshots, and why?
How to insert a new row into a table in oracle?
How to use in conditions in oracle?
Can you have more than one content canvas view attached with a window ?
hello friends Im doing my final year engineering in B.Tech.. one of uncle said he can provide job in his company if im good in database management. but i have only basic knowledge about database, so like to join database management course in good intuition. so friends kindly help me to get good intuition because its my future.
Give the different types of rollback segments.
Explain parameter file in oracle.
Use of an integrity constraint is better to validate data. Explain