当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
猜你喜欢
随机推荐
Nodejs: handwritten koa Middleware
[best practice] learn how eolinker helps Telecommuting
expect ':' at 0, actual = (JSON转化异常解决)
Open source project, private tool, rapid development
C + + game development
SSL证书和公网IP地址如何影响SEO
[best practice] learn how eolinker helps Telecommuting
Make a home page
公网IP地址和SSL证书可以提升SEO吗?
DB-Engines 11月数据库排名:PostgreSQL坐稳同期涨幅榜冠军宝座
如何实现LRU算法
The number of more than half of the array is printed by the sword
修改jar包里的文件
如何用代码上传头像,并添加自己的版权信息?
Application of V7 version of lvgl Library
Hot update scheme of Chrome extension program: 2. Based on double cache update function module
PLSQL Developer常用设置
Application of EMQ X in Internet of things platform of China Construction Bank
Software engineering in code -- source code analysis of menu project
Jingtao project Day10




