Hi ,
We are getting a character set conversion error while trying to access
our database(10g) using DBI/DBD through a db link created on a 10g
db(where the perl script runs).
The error doesnt occur while we access the database through sqlplus.And
doesnt occur if we change the db link to another 9i db.
The character set on the 9i and the 10g db where the link is created is
US7ASCII and the character set of the db which we are trying to access
is WE8ISO8859P1.
How can we possibly pass through the error?Howto/Can we recompile
DBI/DBD?
Regards
Praveen