Err: Deleting data in a linked table is not supported by this ISAM.
JUPSApr 9 2009 — edited Apr 10 2009Hi,
while deleting the excel data from sql:
SQL> DELETE FROM EMP$@DBLINK2;
DELETE FROM EMP$@DBLINK2
*
ERROR at line 1:
ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
[Microsoft][ODBC Excel Driver] Deleting data in a linked table is not supported
by this ISAM.
ORA-02063: preceding 2 lines from DBLINK2
can any one tell me the workaround how to delete the data in excel file using sql.
regards,
Sreekanth.