Double client configuration
Hi,Here's a summary of my problem.
We've got databases from 8i to 10g. Some of our databases use WE8ISO8859P1 and some use WE8MSWIN1252 character sets.
Currently, to avoid character set conversion we use NLS_LANG=WE8ISO8859P1with 8i client and NLS_LANG=WE8MSWIN1252 with 10g client.
We have two clients per PC and we want to get rid of 8i client (without correcting the character set of our databases).
Is it possible to have two 10g clients per PC (one with NLS_LANG=WE8ISO8859P1 and one with and NLS_LANG=WE8MSWIN1252) ?
We've got databases from 8i to 10g. Some of our databases use WE8ISO8859P1 and some use WE8MSWIN1252 character sets.
Currently, to avoid character set conversion we use NLS_LANG=WE8ISO8859P1with 8i client and NLS_LANG=WE8MSWIN1252 with 10g client.
We have two clients per PC and we want to get rid of 8i client (without correcting the character set of our databases).
Is it possible to have two 10g clients per PC (one with NLS_LANG=WE8ISO8859P1 and one with and NLS_LANG=WE8MSWIN1252) ?
0