SQLDeveloper CheatSheet
SQLDeveloper CheatSheet
for Developers
Useful Features
Change the GUI language:
Add AddVMOption -Duser.language=en
Duser.language=en to <SqlDeveloper-root-folder>\sqldeveloper\bin\sqldeveloper.conf
sqldeveloper.conf
Where en is the language code for English. Available languages are defined in the
oracle.translated.locales parameter in <SqlDeveloper-root-folder>\ide\bin\ide.boot.
Exporting tables:
In the Connections panel expand Tables, right
right-click
click on the desired table, select Export. Uncheck Export
DDL if you only want the data.
sql.standout-dev.com
Method 3: Go to File->Data
>Data Modeler
Modeler->Import->Data Dictionary and follow the wizard.
Display Gauges:
Include this expression in your query: 'SQLDEV:GAUGE:<min>:<max>:<low
'SQLDEV:GAUGE:<min>:<max>:<low-trheshold>:<high
trheshold>:<high-
threshold>:<gauge-value>'.
sql.standout-dev.com