Pages
Home
About Paul
Education
Experiences
Educational Projects & Papers
Training
Technology Skill Matrix
Projects & Works
Products
Showing posts with label
Oracle SQL Developer
.
Show all posts
Showing posts with label
Oracle SQL Developer
.
Show all posts
Thursday, July 28, 2016
Create ER Diagram using Oracle Sql Developer
To create a diagram for existing database schema or its subset:
File → Data Modeler → Import → Data Dictionary → select DB connection (add if none) → Next → last few steps intuitive.
(SQL Developer version 3.2.09.23.)
Thursday, November 27, 2014
SQL Developer Shotcuts
ctrl-enter
: executes the current statement(s)
F5 : executes the current code as a script (
think
SQL*Plus)
ctrl-space : invokes code insight on demand
ctrl-Up/Dn
: replaces worksheet with previous/next SQL from SQL History
ctrl-shift+Up/Dn : same as above but appends instead of replaces
shift+F4
: opens a Describe window for current object at cursor
ctrl+F7 : format SQL
ctrl+/ : toggles line commenting
ctrl+e
: incremental search
--
Configuring Keyboard Shortcuts in SQL Developer
Tools > Preferences > Shortcut Keys
Older Posts
Home
Subscribe to:
Posts (Atom)