当前位置:网站首页>PLSQL Developer常用设置
PLSQL Developer常用设置
2020-11-09 22:20:00 【静风流云】
[TOC]
显示配置
My objects升到最顶
- Tools→User Interface→Object Brower→Filters, 把My objects升到最顶
Tables升到最顶
- Tools→User Interface→Object Brower→Folders, 把Tables升到最顶
数据库连接配置
登出默认事物回滚
- Tools→Preferences→Oracle→Connection, Logoff with open transacation, 选 Rollback;
检查连接
- Tools→Preferences→Oracle→Connection, Check connnection, 勾选;
保存登录信息
- Tools→Preferences→Oracle→Logon History, Store history是默认勾选的, 再勾选Store with password, 重新登录在输入一次密码则记住了
查询配置
语句自动选择
- 鼠标所在的那条SQL语句, 即执行当前SQL语句
- Tools→Preferences→Window types→SQL Window, AutoSelect Statement
语句执行热键(可选)
- 然后按Ctrl+Enter, 更改默认执行得快捷键F8为Ctrl+Enter(类同toad)
- Tools→Preferences→Key Configuration→Session/Execute
格式配置
关键字自动大写
- Tools→Preferences→Editor→Keyword case, 选择Uppercase
关键字自动大写, 大家都应该养成一种自己的编码习惯, 并保持下去
显示配置
数字类型 - 字符串格式显示
- Tools→Preferences→Window types→SQL Window, Number fields to_char, 勾选;
日期类型V1 - 字符串格式显示
- Tools→Preferences→Window types→SQL Window, Date fields to_char, 勾选;
查询出来的日期格式无法自定义显示
日期类型V2 - 字符串格式显示(自定义)
去掉Date用to_char转换的勾选
- Tools→Preferences→Window types→SQL Window, Date fields to_char, 不勾选;
自定义日期格式
- Tools→User Interface→NLS Options, 其中:
- Date设置为 : yyyy-MM-dd
- Time设置为 : HH:mm:ss
SQL Windows List显示
保持上次打开的SQL脚本
- Tools→User Interface→Options→Autosave desktop
显示文件完整路径
- Tools→User Interface→Options→Show complete file path in windows titles
版权声明
本文为[静风流云]所创,转载请带上原文链接,感谢
https://my.oschina.net/rox/blog/4710303
边栏推荐
- Jingtao project Day10
- win7+vs2015+cuda10.2配置TensorRT7.0
- 【科创人】Rancher江鹏:从清华工程物理学硕士到云计算开源创业者
- 以太网模块是什么,以太网模块的功能和特点
- 如何实现后台管理系统的权限路由和权限菜单
- Rabbitmq installation
- Daily page number style problems
- PHP - curl copy paste access SMS verification code example
- How to realize the authority route and authority menu of background management system
- dat.GUI Creating visualization tools (1)
猜你喜欢
Another comparison operator related interview question let me understand that the foundation is very important
如何运用二分查找算法
Configure the NZ date picker time selection component of ng zerro
Ultra simple integration of Huawei system integrity testing, complete equipment security protection
如何高效进行模幂运算
说说 C# 9 新特性的实际运用
毕业设计之 ---基于微服务框架的电影院订票系统
dat.GUI 打造可视化工具(一)
How to use binary search algorithm
关于生活,可能有用的40条建议
随机推荐
商品后台管理实现分析步骤
刚毕业都会迷茫,我经过7年总结,送给程序员的你们7点建议
Using powerful powerbi Sangji diagram to express complex operation business flow
【涂鸦物联网足迹】涂鸦云平台接口说明
Leetcode 49 letter heterotopic word grouping
JT-day10
财务管理系统如何帮助企业实现财务自动化管理?
From master of Engineering Physics of Tsinghua University to open source entrepreneur of cloud computing
Hand in hand to teach you to use container service tke cluster audit troubleshooting
Nine kinds of distributed primary key ID generation schemes of sub database and sub table are quite comprehensive
报错 Type interface *** is not known to the MapperRegistry. 的解决方案
Almost finished all the list titles, I found these things...
How can financial management system help enterprises realize financial automation management?
[QT] subclass QObject + movetothread to realize multithreading
LeetCode 48 旋转图像
input 与 button 的问题 (空隙/不等高/对不齐)及 解决办法
海外仓见证中欧跨境电商蓬勃发展
PHP - cURL复制粘贴性接入短信验证码示例
Abbyy finereader 15 added edit table cell function
如何k个一组反转链表