db:11.2.0.3.0
Os:oracle-linux 5.7
Company Fortress machine in order to safely re-plan, each group can only access the Fortress machine disk space of the individual groups, so the disk space of the online Oracle group cannot be accessed, causing the Plsql developer to be unable to reconfigure the use, I have another client conflict.
So simple, the installation of the client, the direct compression configuration is OK, haha haha ha!
Download Instantclient-basic-win32-11.2.0.1.0.zip, put it in the Yoon directory, unzip and change the directory name to Oracle (this thing is based on your preference)
1) variable name: Oracle_home variable Value: h:\yoon\oracle
2) variable name: Tns_admin variable Value: h:\yoon\oracle
3) variable name: Nls_lang variable value: Simplified Chinese_china. Zhs16gbk
4) Modify the path variable and add h:\yoon\oracle later
5) Create Tnsnames.ora under directory to configure
ORCL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP) (HOST = Yoon) (PORT = 1521))
(Connect_data =
(SERVER = dedicated)
(service_name = ORCL)
)
)
6) Log in Plsql developer again to connect to the Oracle database!
Thin configuration plsql Developer Connect Oracle