We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31174d3 + 878dc77 commit df3aee5Copy full SHA for df3aee5
src/OM_TAPIGEN.pkb
@@ -345,6 +345,8 @@ CREATE OR REPLACE PACKAGE BODY om_tapigen IS
345
'TO_CLOB(''@@@@@@@@@@@@@@@'')'
346
WHEN p_data_type = 'BLOB' THEN
347
'TO_BLOB(UTL_RAW.cast_to_raw(''@@@@@@@@@@@@@@@''))'
348
+ WHEN p_data_type = 'RAW' THEN
349
+ 'UTL_RAW.cast_to_raw(''@@@@@@@@@@@@@@@'')'
350
WHEN p_data_type = 'XMLTYPE' THEN
351
'XMLTYPE(''<NULL/>'')'
352
ELSE
0 commit comments