When the below mentioned query is executed , it gave the error " Period missing for last statement" , So I tried giving it inside EXEC ENDEXEC. Then it again dumped with ORA-00900: invalid SQL statement. Please correct me if I am wrong anywhere. I do not have much exposure in wr...
一、错误现象 SQL> select * from scanfilename@dss.m85; select * from scanfilename@dss.m85 ORA-02019: 未找到远程数据库的连接说明 SQL> select * from xdoc_file@DSS.M85; select * from xdoc_file@DSS.M85 ORA-02019: 未找到远程数据库的连接说明 1. 二、分析与解决 1.当前数据库版本 SQL> select...