TOraclePackage.GetParameter(0) -> parString returns max. 1000 chars

GPav

Member
Can somebody answer me how to set up DOA to be able return more than 1000 characters in the GetParameter function?

Thx

Pavel
 
This is not possible with the TOraclePackage interface. You will need to call a PL/SQL Block and declare an otPLSQLString variable for this parameter, which is limited to 32KB.
 
Back
Top