Unable to Connect Oracle Database Server from Oracle Client - Change Oracle Database Character Set
Unable to Connect Oracle Database Server from Oracle Client - Change Oracle Database Character Set Applies to: Oracle Enterprise Linux – Version: 5 Oracle EBS R12 Description: I have installed a new VISION instance on Oracle Linux 5. All is going well, all configuration and setup completed successfully. All services of Database and Application started successfully. Application is also working fine from client side. I have a problem to connect database from client side. TNSNAMES.ORA file also configured on client side but unable to connect SQLPLUS. SQLPLUS session going to hang/close when trying to connect: CMD> Sqlplus apps/apps@VIS Solution: After some research I found that the character set of Database is default to “AL16UTF16” which create the problem to connect the database from a windows client. So that to fix the problem, change the character set from “AL16UTF16” to “WE8MSWIN1252” To fix the problem do the f