What is different bet native dynamic sql and Dbms_Sql?

Answer Posted / amrit paul-genpact

Normally we would write codes using Native Dynamic SQL(NDS).
This is because NDS heps writing clear, understandable code
where trouble shooting is apparently very easy.
However there might be situations when the input to a
EXECUTE IMMEDIATE code might use a SQL Text which is
greater than 32KB, thus over-ruling the max specified size
of PL/SQL VARCHAR2 limits. This is a clear situation where
we could use the DBMS_SQL package.

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by group by clause?

553


What are the oracle differences between nvl and coalesce

511


i wrote a pl/sql procedure. it must run every sunday 4.40 How can i schedule it with the help of dbms_jobs (or another other procedure with out creating bat file,exe file)

1801


What are the most common interview questions on ETL Testing for experience?

589


How to insert multiple rows with one insert statement in oracle?

566






What is ASM (Automatic Storage Management) in Oracle?

707


How to pass parameters to procedures?

551


How many categories of data types in oracle?

600


How to rename an existing table?

605


Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.

1354


what is the scripts in data base?

1598


How many types of synonyms in Oracle?

591


what is the dual table in oracle?

549


What is where clause in oracle?

526


How do I spool to a csv formatted file using sqlplus?

542