1、 Directory structure
D:\install\PLSQL
|-- instantclient_11_2
|-- tnsnames.ora
|-- PLSQL Developer
|-- readme.txt
2、 Environment variables
you must configure environment variables, otherwise the database fields will be added with random comments
NLS_LANG = SIMPLIFIED CHINESE_CHINA.ZHS16GBK
TNS_ADMIN = D:\install\PLSQL\instantclient_11_2
3、 PL/SQL developer environment settings
1. Location
Tools -> Preferences -> Connections
2. Settings
Oracle home directory name = D:\install\PLSQL\instantclient_11_2
OCI library = D:\install\PLSQL\instantclient_11_2\oci.dll
4. Supplement
The tnsnames.ora file needs to be created manually and set up accordingly, refer to the online tutorial.
Problem: you need to modify the tnsnames.ora file to configure the database connection, but you can’t find the path of the file. Many online searches say that it’s in the app directory of disk D, but you still can’t find it.
Solution: open PL/SQL and find help – & gt; Support information
after opening, you will see the PL/SQL version information and other configuration information. If you pull down, there will be a “TNS file”, which is the tnsnames.ora file path of the PL/SQL you installed. After modification, you need to restart PL/SQL
Read More:
- How to release Oracle PLSQL data lock table
- Solve ERROR 1231 (42000): Variable’time_zone’ can’t
- Error creating bean with name ‘dataSourceScriptDatabaseInitializer‘ defined in class path resource [
- [Solved] Canal Error: Could not find first log file name in binary log index file
- RECEIVED ERROR PACKET: ERRNO = 1236, SQLSTATE = HY000 ERRMSG = COULD NOT FIND FIRST LOG FILE NAME IN BINARY LOG INDEX FILE
- [How to Fix] Database can’t open file (errno:24)
- [Linux Docker Mirror] MYSQL Run sql Script Error: Failed to open file ‘/home/mydatabase.sql‘, error: 2
- MySql Warning: The server quit without updating PID file error
- MySQL Error: Error writing file ‘/tmp/MY4WYVlC‘ (Errcode: 28 – No space left on device)
- [Solved] Starting MySQL… ERROR The server quit without updating PID file
- MYSQL 5.7 Error Code: 1290. The MySQL server is running with the –secure-file-priv option so it..
- MySQL Error: [ERROR] [FATAL] InnoDB: Table flags are 0 in the data dictionary but the flags in file
- [Solved] MYSQL Error: ERROR! MySQL server PID file could not be found!
- Failed to load file or assembly MySql.Web Solution
- [Solved] MySQL Startup Error: The server quit without updating PID file
- MySQL installation error: error while loading shared libraries: libaio.so .1: cannot open shared object file: No such
- Centos7 Initialize mysql Error: Could not open file ‘/usr/local/mysql/log/mysqld.log‘ for error logging: Per
- [ERROR] [FATAL] InnoDB: Table flags are 0 in the data dictionary but the flags in file ./ibdata
- MYSQL Error: Can‘t find error-message file [How to Solve]
- pymysql Error: File “/usr/local/lib/python2.7/site-packages/PyMySQL-1.0.2-py2.7.egg/pymysql/connections.py”, line 167 SyntaxError: invalid syntax