Home  >  Article  >  Database  >  How to check Oracle character set?

How to check Oracle character set?

Guanhui
GuanhuiOriginal
2020-06-16 13:21:139753browse

How to check Oracle character set?

How to check the Oracle character set?

First open the DOS window and enter "SQLPLUS";

How to check Oracle character set?

Then use the SYS user to log in to the Oracle database as DBA;

How to check Oracle character set?

Finally query the value of "NLS_CHARACTERSET" in the "nls_database_parameters" table.

How to check Oracle character set?

Recommended tutorials: "PHP" "Oracle Tutorial"

The above is the detailed content of How to check Oracle character set?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:How to start Oracle?Next article:How to start Oracle?