oracle10g - With clause does not work linked server -
I'm connecting to an oracle 10g server using the MS SQL Server Link Server feature and for some reason I Can I use this section only to work in pl / sql console, or can I do something to work with linked servers?
I get the error
Message 7357, level 16, state2, line1 object "
edit processed Can not be done: Just thought I was using openquery to query the linked server
SELECT * from OPENQUERY (LINKED_SERVER_ORACLE, with 'assignment_t (select' Select all from 1x "id, 2 type_id, 554 assign_id dual union '' 1x '', 3, 664 Select all from dual union '' 2x '', dual union since 299 Select all 'double, 2x', 4, 514), type_ty form (SELECT 1 type_id, DATE '' 2009-01-01 '' create_date FROM dual union select all 2, date '' 2009- Select a different one from 01-01 '' Select from all the dual federation 3, Date '' 2009-01-03 '' Select all from Dual Union 4, Date '' 2009-01-04 ''). According to an assignty_t a JOIN type_t (a.type_id = t.typ
, the target of OPENQUERY An OLE DB should be a data source; "This OLE is subject to the capabilities of the DB provider."
My guess is this Land that Oeli way that it does not know DB provider can Oracle database itself (since at least 9ir2).
Comments
Post a Comment