- Linked Server Name:CBSLINKED //Oracle 10g
- Name of Database if oracle : CBSIVRDB
- Name of Stored Procedure : FIU_INSERT
- having parameter as (FromDate,ToDate)
- My DB: SQL server R2
execute ('call CBSIVRDB.FIU_INSERT ('' TO_DATE(''01-JUN-2014'',DD-MMM-YYYY) '',''TO_DATE(''30-JUN-2014'',DD-MMM-YYYY)'') ') at CBSLINKED
Error:
OLE DB provider "MSDAORA" for linked server "CBSLINKED" returned message "ORA-00907: missing right parenthesis"