OraOLEDBProvider cannot derive parameter information and SetParameterInfo has not been called.select object_name,argument_name,data_type,data_length,decode(data_type, 'NUMBER',131, 'VARCHAR2',200, 'DATE',135, 'RAW',128, 'BLOB',205, 'CLOB',204, 0) data_type,decode(data_type, 'NUMBER',decode(data_precision, null, 38, data_precision), 'VARCHAR2',decode(data_length, null, 2000, data_length), 'DATE',19, 'RAW',decode(data_length, null, 2147483647, data_length), 'BLOB',decode(data_length, null, 4000, data_length), 'CLOB',decode(data_length, null, 2147483647, data_length), 0) data_size From ALL_ARGUMENTS where owner='REG_PROCESOS' and package_name='PKU_ESTADISTICAS_RESUMEN' and object_name='LEVEL2' order by owner,package_name,object_name,position
|