时间:2021-07-01 10:21:17 帮助过:4人阅读
如:C:\Users\小白\Documents\新建文件夹\PLSQL\PLSQL Developer
点击下一步,之后弹出的对话框都点击下一步直到结束,重启PLSQL。
设置PLSQL关键字大写:
Tools -->Preferences --> User Interface --> Editor --> Keyword case -->Uppercase.
如果oracle是安装在linux系统中,配置完PLSQL后可能会出现ora-12170错误,
解决方法:
关闭linux系统防火墙:service iptables stop
在/etc/sysconfig/iptables 文件中添加以下内容:
-A RH-Firewall-1-INPUT -p tcp -m state--state NEW -m tcp --dport 1521 -j ACCEPT
重启防火墙:service iptables start
如果出现以下错误:
iptables: Applying firewall rules:iptables-restore: line 13 failed
[FAILED]
则执行:/etc/rc.d/init.d/iptables save
保存修改后再重启服务:/etc/rc.d/init.d/iptablesrestart
查看1521端口是否开放:lsof -i:1521(有信息返回则为开放成功)
本文出自 “天黑顺路” 博客,请务必保留此出处http://mjal01.blog.51cto.com/12140495/1981257
PLSQL配置
标签:plsql配置