Common text and code-editing actions.
Menu Icon | Menu Name | More Information | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Undo | Reverse the previous editing action. | ||||||||||||||||
Redo | Reapply the previous editing action | ||||||||||||||||
Cut | Remove selected text and place it on the clipboard | ||||||||||||||||
Copy | Copy selected text to the clipboard | ||||||||||||||||
Paste | Insert the clipboard contents at the cursor location. | ||||||||||||||||
Select All | Select all text in the item being edited | ||||||||||||||||
Indent |
Indent the current line To increase or decrease the indent of selected text in the editor | ||||||||||||||||
Unindent |
Unindent the current line To increase or decrease the indent of selected text in the editor | ||||||||||||||||
Comment | Enclose the selected text inside PL/SQL comment marks | ||||||||||||||||
Uncomment | Remove the PL/SQL comment marks from the selected text | ||||||||||||||||
Upper Case | Convert selected text to upper case | ||||||||||||||||
Lower Case | Convert selected text to lower case | ||||||||||||||||
Convert Keywords to Upper Case | Convert all keywords and reserved words in the program to uppercase | ||||||||||||||||
Convert Keywords to Lower Case | Convert all keywords and reserved words in the program to lowercase | ||||||||||||||||
Open Selected Text in Code Editor | Place selected text in the Code Editor | ||||||||||||||||
Nil | Insert |
| |||||||||||||||
Got to Line | Move to a specific line number in the editor. | ||||||||||||||||
Jump to Matching Bracket | Move to the other bracket within a given pair of brackets | ||||||||||||||||
Toggle Bookmark |
Place a bookmark at the current line. You can set up to ten bookmarks (identified numerically 0-9). | ||||||||||||||||
Go to Bookmark |
Return to a bookmarked line in the code. Example Scenario: Set bookmark number 1 in the DECLARE section and bookmark number 2 at your current editing location. To return to the DECLARE section press Ctrl+1. After looking at your variable or cursor declarations, return to your editing location by pressing Ctrl+2. | ||||||||||||||||
List Bookmarks |
View / Go to / Delete bookmarked lines in the code. | ||||||||||||||||
Open Object at Cursor |
Open the database object referenced at the current cursor location. Use to instantly find objects from stored programs or scripts, and open them in the Visual Object Editors. | ||||||||||||||||
Describe Object at Cursor |
Show DESCRIBE information for the database object referenced at the current cursor location. See also Describe. |
Find text, code and database objects.
Menu Icon | Menu Name | More Information |
---|---|---|
Find |
Find a text string. | |
Replace |
Find a text string and replace it with another. | |
Find Next |
Find the next occurrence as per Find and Replace | |
Find previous |
Find the previous occurrence as per Find and Replace | |
Code Search |
Find source code in the database. | |
Find Objects |
Find one or more database objects matching a search argument. | |
Find Recycle Bin Objects |
Find Recycle Bin Objects Dialog Requires Oracle 10g or later. |
Control what is displayed in the main application area.
Menu Icon | Menu Name | More Information | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DB Navigator | Open / Focus DB Navigator | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Code Editor | Open / Focus Code Editor | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Visual Object Editor |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Project Manager Window | Show / Hide Project Manager | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Task Manager | Show / Hide Task Manager | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Output Window | Show / Hide Output Window | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Code Assistant | Show / Hide Code Assistant | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Code Templates | Show / Hide Code Templates | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Auto-Describe Tool | Show / Hide Auto Describe Tool | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Source Preview | Show / Hide Source Preview | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Preferences | Set SQL Navigator Preferences: View | Preferences | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Screen Layout |
Save up to ten layouts of dockable windows and recall them. For more information, see Customize The Screen Layout.
|
Manage and configure your connection to the database.
Menu Icon | Menu Name | More Information | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
New Session |
Connect to an Oracle database instance / Open a new Oracle session. Manage your database connections, including to create a database connection. | |||||||||
Select |
Switch between open Oracle Sessions. Show the current Oracle session. You can set up multiple sessions with one or many database instances. | |||||||||
Server Output |
Toggle On / Off Server Output | |||||||||
Capture Web Output |
Start/Stop Capture Web Output | |||||||||
Include Debug Info |
Watch, evaluate or modify a stored program variable.
See also: PL/SQL Debugger | |||||||||
Web Configuration |
Set up Oracle Web development support. | |||||||||
Wallet Operations |
Features to decrypt the table keys to encrypt or decrypt application data
| |||||||||
Suspend |
Suspend execution of the stored program. | |||||||||
Stop |
Terminate execution of the stored program. | |||||||||
Commit |
Commit all pending changes in all open editors for the current Oracle session. Release any row or table locks held by the session. | |||||||||
Rollback |
Undo some or all of the changes made to the database during the current Oracle session. Release any row or table locks held by the session. | |||||||||
Change Password |
Modify the logon password of the current Oracle session. | |||||||||
Empty Recycle Bin | Empty the recycle bin for the current Oracle session. | |||||||||
Reconnect | Re-establish the database connection. | |||||||||
Close |
Close the current session. Close the Oracle connection. Disconnect from the Oracle instance. You can disconnect from an Oracle instance and remain connected to other instances. | |||||||||
Close All | Close all open sessions. |
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center