SQL Navigator’s editing tools for database objects are visual: they give you a visual representation of a database object definition. Visual object editors allow you to view database object definitions and create or alter database objects via a point-and-click interface, eliminating the need to remember SQL syntax and write SQL statements manually .
SQL Navigator provides visual editors for the following objects:
Constraints
Indexes
Database Links
Indexes
Nested Tables
Profiles
Roles
Sequences
Stored Programs
Synonyms
Tables
Triggers
Users
Varying arrays
Views
Opening a visual object editor
The Visual Object Editor command on the View menu gives you quick access to all the object editors.
Opening objects
Common approaches to managing database objects in SQL Navigator are to:
Locate an object in the DB Navigator tree and then apply a toolbar or menu function, or double-click to open it in an editor.
Locate the object using the Find Objects dialog in the Search menu, which lets you specify a range of search criteria (name, owner, date last modified, and so on).
Open an editor of the appropriate type and then locate the object within the editing window.
|
|
|
|
|
You can use the SQL wildcard character % as part of your search for object names. The wildcard by itself will return all object names meeting the criteria.
|
To open a database object in a visual editor
Choose one of the following methods.
Double-click a database object in the DB Navigator tree, a workspace, or the Find Objects window.
From the View menu, choose Visual Object Editor and then pick an editor from the list.
From the Functions toolbar, you can open the Trigger editor or the Stored Program editor.
From the Object menu, choose Create DB Object, then choose the type of object you want to create.
From the Object menu, choose Open DB Object, then specify the schema, a name mask (% by default), and an object type.
To create a database object
From the Object menu, choose Create DB Object, and then choose the type of object you want to create.
Oracle Data Dictionary views
By default, SQL Navigator gives you USER object data dictionary views, meaning you can see only objects you own or for which you have been granted object privileges. You can select Enable using DBA dictionary views under View>Preferences>Session if you want to see all objects available under your DBA user privileges. DBA dictionary views are required for editing Profiles, Roles, and Users, or for viewing the following nodes of the DB Navigator tree:
Roles
some nodes under Users
Datafiles under Tablespaces
Redo Log Groups
Rollback Segments