Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我安装了Oracle Database 11g Express Edition,安装后的默认语言不是英文
是否可以使用 SQL 命令行工具或其他东西来修改它的语言设置,所以它又会是英语?非常感谢
如果您设置 NLS_LANG 环境变量,SQL*Plus 应该选择它,例如:
SET NLS_LANG=English