When using "Oracle Provider for OLEDB", can Oracle's message display only be in English?
The "Oracle Provider for OLEDB" is used in the Windows Japanese system to connect to the database. When an error occurs, the messages reported from the database are all displayed in English. For example, when the password has expired, the reported message is "ORA-28001: the password has expired", but I want it to be displayed in Japanese "ORA-28001:パスワードが期限切れです". In addition, when I use sqlplus to connect, the displayed message is in Japanese, so it is speculated that it should be caused by the "Oracle Provider for OLEDB" problem. Excuse me, is there any solution?
0