Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Maximum length of string sent to dbms_sql
You can use the overloaded PARSE call to supply a SQL statement as a pl/SQL
table where each row can contain max 256 chars. Thus you could have a SQL
statement to the limit that oracle an theoretically support.
For more information see $ORACLE_HOME/rdbms/admin/dbmssql.sql file ...
HTH
Raj
![]() |
![]() |