1. 程式人生 > 實用技巧 >PLSQL Developer的相關配置說明

PLSQL Developer的相關配置說明

資料庫oracle連線工具PLSQL Developer的相關配置:

Tools->Preferences中進行個性化配置,主要有以下幾個地方:

1、儲存使用者名稱、密碼:

logon history

155434818.jpg

2、儲存窗口布局:Window->save layout

3、對objects物件以不同的顏色來進行標註及排序:


155853783.jpg

4、Object Browser->object type:double(view),drag&drop(edit)

5、Editor:可編輯各個關鍵字的顏色,AutoReplace:(AutoReplace.txt)

sf=select * from

scf=select count(*) from

s=select

f=from

w=where

d=delete

u=update

Keyword case:Uppercase

6、PL/SQL Buautifier 可自動對sql文字按所設定的進行美化

7、Key Configuration 可對某些操作進行快捷鍵設定。 ctrl+e ctrl+q ctrl+c ctrl+s

8、在for update視窗中,可以直接對時間進行修改,設定為:NLS Options->Date/Time修改為User defined(yyyy/mm/dd ------- hh:m:ss)

9、游標當前行自動選定:SQL Window中勾選AutoSelect statement


在預設的基礎上修改過的屬性,顏色會變為綠色。


可通過使用者匯出配置檔案的內容

170652434.jpg

轉載於:https://blog.51cto.com/heshw/1265391