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 的表列中添加注释,但它们不会以我输入的内容以日语显示。(只是 (')
任何人都可以帮忙吗?
确保为添加注释的程序都设置了 NLS_LANG 环境变量,以正确显示注释。
例如。如果您从 Windows 命令提示符开始:
SET NLS_LANG=JAPANESE_JAPAN.JA16SJIS
并在 SQL Developer 中(如果您使用它来查看评论)转到 Tools > Preferences > Database > NLS 并进行相应调整。