Hi Friends,

Is there a problem or bug for database link from 8i db connecting to 10g ?

I created a db link like this:

on 8i db (system)

sql> create public database link 10g_pub_lnk connect to scott
identified by tiger using 'ora10g';

database link created.

sql> select * from tab@10g_pub_lnk;

ERROR at line 1:
ORA-02068: following severe eror from 10g_pub_lnk
ORA-24365: error in character conversion


Is there a work-around here?

Thanks a lot