i made linke server to oracle to schema "Ct2" with user dba .when i do openquery select = all work when i do update select * from openquery(LinkedSRV, 'update xfer_in_order set is_downloaded = 1 where is_downloaded = 0') i get this:Msg 7357, Level 16, State 2, Line 1Cannot process the object "update xfer_in_order set is_downloaded = 1 where is_downloaded = 0". The OLE DB provider "OraOLEDB.Oracle" for linked server "LinkedSRV" indicates that either the object has no columns or the current user does not have permissions on that object.if i run this update update xfer_in_order set is_downloaded = 1 where is_downloaded in oracle with the user like at linked server its work also. :(
↧