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

Does oracle charge for java?

800


What is the disadvantage of User defind function?

2021


What are the different types of failures that occur in Oracle database?

816


What are the types of trigger in oracle?

748


Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?

1668


How to shutdown your 10g xe server from command line?

751


What are the different editions of oracle?

816


How to write a left outer join with the where clause in oracle?

829


How to define an anonymous block?

819


What is the difference between "as" and "is" in an oracle stored procedure?

742


What happens in oracle commit?

759


How to connect to a local oracle 10g xe server?

714


What is MTTR advisor in Oracle?

827


How to enter a new row into a table interactively?

740


What is backup in Oracle?

764