当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- DB-Engines 11月数据库排名:PostgreSQL坐稳同期涨幅榜冠军宝座
- How to implement LRU algorithm
- PHP - curl copy paste access SMS verification code example
- LeetCode 50 Pow(x,n)
- Operation! Nested JSON second change dataframe!
- Modify the files in the jar package
- 探访2020 PG技术大会
- 【QT】子类化QObject+moveToThread实现多线程
- Leetcode 49 letter heterotopic word grouping
- 那么当下的行情投资者该怎么办呢? 现在新的投资风口来了!
猜你喜欢
嘉宾专访|2020 PostgreSQL亚洲大会阿里云数据库专场:王健
eleven point nine
Jingtao project Day10
How to gracefully prevent switch switching of view UI?
手把手教你使用容器服务 TKE 集群审计排查问题
[QT] subclass QObject + movetothread to realize multithreading
asp.net core中使用Serilog以及自定义Enricher
2018中国云厂商TOP5:阿里云、腾讯云、AWS、电信、联通 ...
DB-Engines 11月数据库排名:PostgreSQL坐稳同期涨幅榜冠军宝座
lvgl 库 V7版本相关应用
随机推荐
Kubernetes-18: installation and use of dashboard
PL/SQL Developer临时用户和新手的功能指南
【科创人】Rancher江鹏:从清华工程物理学硕士到云计算开源创业者
Leetcode 49 letter heterotopic word grouping
From master of Engineering Physics of Tsinghua University to open source entrepreneur of cloud computing
Operation! Nested JSON second change dataframe!
The movie theater booking system based on micro Service Framework
Postman(一)---功能介绍
[graffiti Internet of things footprint] graffiti cloud platform interface description
Formal class D25
LeetCode 50 Pow(x,n)
毕业即失业?大学生如何分配学习时间比例,拥有完整计算机知识体系?
[best practice] learn how eolinker helps Telecommuting
【科创人】Rancher江鹏:从清华工程物理学硕士到云计算开源创业者
sql 截取数据中 ‘.’的前后数据
Operation and design of rights management in ERP
ES6, ES7, es8 Learning Guide
How to implement LRU algorithm
配置ng-zerro的nz-date-picker时间选择组件
Brief analysis of LinkedList source code