oraoledb

Oracle connections broken in SSIS after uninstalling 32bit version of oracle client

元气小坏坏 提交于 2020-01-04 10:05:09
问题 I get the following error message when I try to test my connections: Test connection failed because of an error in initializing provider. The 'OraOLEDB.Oracle.1' provider is not registered on the local machine I originally had 32 bit and 64 bit version of Oracle 12 client installed on my work machine. I uninstalled the 32bit version, because it was causing some conflicts with another application, but now after uninstalling I can no longer use my oracle connections in SSIS. I'm using Visual

Classic ASP/OraOLEDB - how to define OUT param containing TABLE?

和自甴很熟 提交于 2019-12-24 00:32:06
问题 A classic ASP script migrated from msdaora to OraOLEDB will no long execute an Oracle SP it used to. The SP looks like this : TYPE tbl_CONSOLIDATED_ID IS TABLE OF VARCHAR2(32) INDEX BY BINARY_INTEGER; TYPE tblSAM_DD_TEXT IS TABLE OF VARCHAR2(50) INDEX BY BINARY_INTEGER; TYPE tblSAM_TYPE IS TABLE OF NUMBER INDEX BY BINARY_INTEGER; -- PROCEDURE Get_Associated_Samples( EMPID_IN IN MAS_EMPLOYEE.EMP_AUTOID%TYPE, ID_OUT OUT tbl_CONSOLIDATED_ID, SAMDDTEXT_OUT OUT tblSAM_DD_TEXT, SAMTYPE_OUT OUT