Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Dynamic SQL
> Since Oracle 8i dbms_sql is obsolete and you should use native dynamic sql
I absolutely agree with one caveat. When executing SQL statements larger than 32K it is still necessary to use the DBMS_SQL package as it has the ability to write the statement to a SQL table and then execute it no matter what the size.
This ability does not exist inside of Native Dynamic SQL.
And lest you think no sane person would pass more than 32K into a procedure you are correct. But that is not stopping my current employer. <g>
Daniel A. Morgan Received on Sat Mar 31 2001 - 03:43:40 CST
![]() |
![]() |