当前位置:网站首页>Common settings of PLSQL developer
Common settings of PLSQL developer
2020-11-09 22:20:00 【Calm wind and clouds】
[TOC]
Display configuration
My objects To the top
- Tools→User Interface→Object Brower→Filters, hold My objects To the top
Tables To the top
- Tools→User Interface→Object Brower→Folders, hold Tables To the top
Database connection configuration
Log out of default and roll back
- Tools→Preferences→Oracle→Connection, Logoff with open transacation, choose Rollback;
Check connections
- Tools→Preferences→Oracle→Connection, Check connnection, Check ;
Save login information
- Tools→Preferences→Oracle→Logon History, Store history It is checked by default , Check again Store with password, Log in again and enter the password once and remember
Query configuration
Statement automatic selection
- The one where the mouse is SQL sentence , That is to execute the current SQL sentence
- Tools→Preferences→Window types→SQL Window, AutoSelect Statement
Statement execution hotkey ( Optional )
- Then press Ctrl+Enter, Change the default execution shortcut key F8 by Ctrl+Enter( similar toad)
- Tools→Preferences→Key Configuration→Session/Execute
Format configuration
Keywords are automatically capitalized
- Tools→Preferences→Editor→Keyword case, choice Uppercase
Keywords are automatically capitalized , Everyone should develop a coding habit of their own , And keep it going
Display configuration
Numeric type - String format display
- Tools→Preferences→Window types→SQL Window, Number fields to_char, Check ;
The date type V1 - String format display
- Tools→Preferences→Window types→SQL Window, Date fields to_char, Check ;
The query date format cannot be customized display
The date type V2 - String format display ( Customize )
Get rid of Date use to_char Check for conversion
- Tools→Preferences→Window types→SQL Window, Date fields to_char, Don't check ;
Customize the date format
- Tools→User Interface→NLS Options, among :
- Date Set to : yyyy-MM-dd
- Time Set to : HH:mm:ss
SQL Windows List Show
Keep the last open SQL Script
- Tools→User Interface→Options→Autosave desktop
Show the full path of the file
- Tools→User Interface→Options→Show complete file path in windows titles
版权声明
本文为[Calm wind and clouds]所创,转载请带上原文链接,感谢
边栏推荐
- 商品后台系统实现
- Low power Bluetooth single chip helps Internet of things
- LeetCode 49 字母异位词分组
- 商品后台系统优化
- From master of Engineering Physics of Tsinghua University to open source entrepreneur of cloud computing
- 【QT】子类化QObject+moveToThread实现多线程
- JS深拷贝
- How to implement LRU algorithm
- [最佳实践]了解 Eolinker 如何助力远程办公
- 剑指offer之打印超过数组一半的数字
猜你喜欢
随机推荐
当我们开发一个接口时需要注意些什么
JT-day10
恒讯科技浅谈:出现服务器宕机的处理方式
[最佳实践]了解 Eolinker 如何助力远程办公
低功耗蓝牙单芯片为物联网助力
AQS源码深入分析之条件队列
Analysis steps of commodity background management
C/C++编程日记:逻辑井字棋(圈叉)游戏开发
京淘项目day10
爱康国宾怒斥国信证券报告失实,已发律师函
Apache Hadoop的重要组成
技术点5:XML语言
磁阻式随机存储器MRAM基本原理
如何高效进行模幂运算
eleven point nine
Can public IP address and SSL certificate improve SEO?
商品后台系统优化
必看!RDS 数据库入门一本通(附网盘链接)
2020-11-09:谈谈布隆过滤器和布谷鸟过滤器的相同点和不同点?
PLSQL Developer常用设置