当前位置:网站首页>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
边栏推荐
- Expect ':' at 0, actual = (JSON conversion exception resolution)
- day84:luffy:优惠活动策略&用户认证&购物车商品的勾选/结算
- 云数据库的本质是什么?探究华为云数据库的核心价值
- Using powerful powerbi Sangji diagram to express complex operation business flow
- 容器技术(三)镜像小结【16】
- How to realize the authority route and authority menu of background management system
- How to implement LRU algorithm
- Abbyy finereader 15 added edit table cell function
- Installation and deployment of Flink
- 在PHP7下怎么大幅度提升Laravel框架性能?安装Stone!
猜你喜欢
Modify the files in the jar package
SQL Server附加数据库拒绝访问解决方法汇总
EMQ X 在中国建设银行物联网平台中的应用
Just graduated will be confused, I after 7 years of summary, give programmers your 7 suggestions
JT-day10
How to carry out modular power operation efficiently
说说 C# 9 新特性的实际运用
Open source project, private tool, rapid development
技术点5:XML语言
Performance evaluation report of YoMo codec - Y3
随机推荐
How to page query after the 10 billion level data sub table?
东哥吃葡萄时竟然吃出一道算法题!
运用强大的 PowerBI 桑基图表示复杂运营业务流
PHP - cURL复制粘贴性接入短信验证码示例
Container technology (3) building local registry [15]
On the practical application of C 9's new features
It will be 2021. What is the modern C + + worth learning?
Git old bird search manual
配置ng-zerro的nz-date-picker时间选择组件
Leetcode 48 rotating image
Just graduated will be confused, I after 7 years of summary, give programmers your 7 suggestions
Open source project, private tool, rapid development
Container technology (3) mirror summary [16]
团灭 LeetCode 打家劫舍 问题
dat.GUI Creating visualization tools (1)
The basic principle of MRAM
Low power Bluetooth single chip helps Internet of things
容器技术(三)镜像小结【16】
LeetCode 48 旋转图像
day84:luffy:优惠活动策略&用户认证&购物车商品的勾选/结算