Operations on database objects.
Menu Icon | Menu Name | More Information | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Create DB Object |
Create a database object. | |||||||||||||
Open DB Object |
Locate and open a database object. | |||||||||||||
Open |
Open the selected database object for editing. Not all database objects can be altered. You may need to drop the object and create a new one. | |||||||||||||
Describe |
Show attributes, methods and arguments of the selected procedure, function, package, synonym, table, index or cluster. Ensure the required database connection is active. See also Auto Describe Tool | |||||||||||||
Rename |
Rename the selected object. | |||||||||||||
Drop |
Remove the selected object from the database. To disable the Drop command: View | Preferences | General | "Drop" and "Truncate" safety options (Oracle 10g and later): A recycle bin is available for handling and restoring dropped objects. You can use DB Navigator to retrieve objects dropped from the database. See also Find Recycle Bin Objects Dialog. | |||||||||||||
Drop with Purge |
Remove the selected object from the database permanently. Do not place the object in the Recycle Bin. | |||||||||||||
Flashback |
Restore the selected object from the Recycle Bin. Use DB Navigator to select an object in the Recycle Bin. You can type a new name for the object in the New Name column if required. | |||||||||||||
Extract DDL |
Extract the DDL or other SQL statements that define the selected object or access control. On requesting Extract DDL the SQL Navigator Preferences open: View | Preferences | Extract DDL | General. SQL Navigator encloses non-alphanumeric and mixed-case object names inside double-quotes You may like to use DB Navigator to select object(s). Extract DDL runs as a background task. See Task Manager. | |||||||||||||
Get Metadata | Get the metadata of the selected object(s). | |||||||||||||
Publish Java to PL/SQL |
Create a PL/SQL package from the selected Java class stored in the database. | |||||||||||||
Import Table |
Import objects from a DMP file. | |||||||||||||
Export Table |
Export objects to a DMP file. | |||||||||||||
Compile |
Compile/Rebuild the selected object.
See also Task Manager, Code Editor. Watch for feedback in the Output Window. If the object compiles with errors, open it in the Code Editor and compile to make use of the Code Editor's error handling facilities. If the object has been modified, you will need to save it before you can compile it. This is to ensure that the changes in the object have been applied to the database. | |||||||||||||
Execute |
Execute the selected stored program and display the results in the PL/SQL Execution Console. | |||||||||||||
SQL Modeler |
Open the selected object in SQL Modeler. Scenario Example: Select a table in DB Navigator. Open the table in SQL Modeler. Build a query by selecting and dragging columns. | |||||||||||||
Quick Browse |
Execute the SQL query for the selected table object in the Code Editor to view chained rows information. | |||||||||||||
Edit Data |
Execute the SQL query for the selected table object in the Code Editor with Updateable switched on. | |||||||||||||
Analyze |
View and collect statistics, validate structure and list chained rows for database structures such as tables, clusters and indexes. | |||||||||||||
Truncate |
Remove all rows from a table and reset the STORAGE parameters to the values when the table or cluster was created. See also Task Manager. To disable the Truncate command: View | Preferences | General | "Drop" and "Truncate" safety options | |||||||||||||
Storage |
Oracle allocates space to objects in segments. Segments consist of contiguous sections called extents.
For more information, see the Oracle documentation on the ALTER TABLE and ALTER INDEX commands. | |||||||||||||
Enable |
Enable/Disable the selected constraint object. If a constraint is enabled, Oracle automatically enforces it. If a constraint is disabled, Oracle does not enforce it. See also Constraint Editor. See also Task Manager. Locate objects of type Constraint using Find objects Dialog. | |||||||||||||
Disable | ||||||||||||||
Grant | Grant object privileges for the selected object. | |||||||||||||
Revoke | Revoke object privileges for the selected object. | |||||||||||||
Locate in Tree |
When an object is open in an editing window, and you want to see where that object resides in the schema, you can use Locate in Tree to jump to that object’s node in DB Navigator. | |||||||||||||
Properties | Show the properties of the selected object | |||||||||||||
Add to Project | Add the selected object to the Project Manager |
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center