Welcome to the Oracle community forum and interact with 2 million technical staff. 1. Download the simple package from ORACLE and compress it to any directory on the disk. For example, E: utilityOracleWin322: add the PATH to the system environment variable PATH, and then import the following registry file to the Registry.
Welcome to the Oracle community forum and interact with 2 million technical staff> 1. Download the client's simple package from ORACLE and compress it to any directory on the disk, such as E: \ Utility \ Oracle \ Win32 2. Add the PATH to the system environment variable PATH, and then import the following Registry file to the Registry.
Welcome to the Oracle community forum and interact with 2 million technical staff> enter
1. Download the client's simple package from ORACLE and compress it to any directory on the disk. For example, E: \ Utility \ Oracle \ Win32
2. Add the PATH to the PATH of the system environment variable, and then import the following registry file to the Registry.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Wow6432Node \ ORACLE]
"NLS_LANG" = "SIMPLIFIED CHINESE_CHINA.ZHS16GBK"
"TNS_ADMIN" = "E: \ Utility \ Oracle"
[HKEY_LOCAL_MACHINE \ SOFTWARE \ ORACLE]
"NLS_LANG" = "SIMPLIFIED CHINESE_CHINA.ZHS16GBK"
"TNS_ADMIN" = "E: \ Utility \ Oracle"
3. Add the tnsnames. ora file in the E: \ Utility \ Oracle directory. The file content is as follows:
DB_CENTER =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP) (HOST = DB_SERVER) (PORT = 1521 ))
)
(CONNECT_DATA =
(SERVICE_NAME = DB_CENTER)
)
)
4. Use the P/l SQL Developer tool for normal access