1

I found out my servers, running Oracle 10g, were not initializing with the same NLS_SORT value when using the sqlplus binary.

Is there a way to set the default NLS_SESSION_PARAMETERS for every instance of sqlplus?

PS: The idea is not to do an ALTER SESSION at the beginning of every sql script.

4

2 に答える 2

0

ON LOGON トリガーを使用して ALTER SESSION を実行しますか?

その後、1 か所で行うことができ、すべてのクライアントを変更する必要はありません。

于 2009-08-20T10:29:41.083 に答える