1. 程式人生 > >PL/SQL的快捷鍵設置

PL/SQL的快捷鍵設置

oracl tools order images oracle數據庫 執行 設置 .cn user

PL/SQL用來連接Oracle數據庫的一種工具,它可以設置快捷方式,以便於我們快速的操作。

PL/SQL設置快捷鍵
tools->Preferences(首選項)->User Interface->Editor
將editor中的AutoReplace的Enabled選中,同時配置好文件路徑 C:\Program Files (x86)\PLSQL Developer\PlugIns\shortcut.txt ,自己可以在PlugIns下建立shoutcut.txt文件。

技術分享

編寫shortcut.txt文件, 如設置快捷鍵輸入s+空格,即可快速生成select * from。
s=select * from
w=where
u=update
se=select
i=insert into
ob=order by
gb=group by
dis=distinct
li=like ‘%%‘
inn=is not null
ct=create table
快速執行語句為F8(不打開新窗口),F5(會打開新窗口)

PL/SQL的快捷鍵設置