在PLSQL Developer目录下建立如下bat文件,替换其快捷方式,启动PLSQL Developer:
@echo off
set path=C:\instantclient-basic-nt-11.2.0.2.0
set ORACLE_HOME=C:\instantclient-basic-nt-11.2.0.2.0
set TNS_ADMIN=C:\instantclient-basic-nt-11.2.0.2.0
set NLS_LANG=AMERICAN_AMERICA.ZHS16GBK
start plsqldev.exe
转载于:https://www.cnblogs.com/snzigod/p/8206658.html
本文介绍如何通过创建批处理文件来配置环境变量并启动PLSQL Developer,具体包括设置ORACLE_HOME、TNS_ADMIN等环境变量及指定NLS_LANG参数。
9318

被折叠的 条评论
为什么被折叠?



