20 pts.
 db_link in Oracle 9i
Why I solve this problem?This error is 'ORA-06401: NETCMN:Invalid Driver Designator.'The error occurs when I am trying to insert record through database link.

Software/Hardware used:
Oracle 9i
ASKED: April 26, 2010  5:38 AM
UPDATED: May 18, 2010  3:20 PM

Answer Wiki:
If you ftp configuration files from a working client or server machine in binary mode, the last character on each line is ^M. This is considered an illegal character in a configuration file (similar to using a tab character instead of indenting with blank spaces). These ^M characters can be removed all at once by invoking the following command in the Unix editor vi while still in command mode: <pre>:%s/.$// <enter></pre>
Last Wiki Answer Submitted:  May 18, 2010  3:20 pm  by  ITKE   16,755 pts.
All Answer Wiki Contributors:  ITKE   16,755 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

A bit more information could help.

Are both databases version 9i ?
Was this working before ?
Is this a new database link ?
If you perform other operations through the db link, do they work (updates,selects, etc.) ?

 63,535 pts.