Home » RDBMS Server » Networking and Gateways » ORA-02019: connection description for remote database not found
ORA-02019: connection description for remote database not found [message #141587] |
Tue, 11 October 2005 02:00  |
sanaafridi
Messages: 50 Registered: August 2005 Location: pakistan
|
Member |
 
|
|
hi all
i am trying to populate a table from another db server in LAN enviorment and i use the following statement.
insert into rg_ca_category (candidate_id,st_cat_code,session_id,cate_roll_no,cand_name,f_h_name,sex,dob,id_card_no,perm_address,curr_address,perm_phone,curr_pho ne,e_mail,remarks,user_id,user_dt)
select candidate_id,st_cat_code,
session_id,cate_roll_no,cand_name,f_h_name,sex,dob,id_card_no,perm_address,curr_address,perm_phone,curr_phone,e_mail,remarks,user_id, user_dt from nust.rg_ca_category@nustdb;
but it give the following error
ORA-02019: connection description for remote database not found
now what i know about this error is that to check the tnsnames.ora file whic is i checked and quite right and it must be as i am connected to that server but then why this error message.
the other server have oracle 8.1.5 and my machine have ora 9.2
so any clue ??
regards
sana
|
|
|
|
|
|
Goto Forum:
Current Time: Fri May 02 09:00:18 CDT 2025
|