Home > Managing Database Objects w... > Managing Views > Browsing a View
When you access a view in Object Browser, the Detail pane displays a report listing the columns in that view.
To browse a view:
On the Workspace home page, click SQL Workshop and then Object Browser.
Object Browser appears.
From the Object list, select Views.
From the Object Selection pane, select a view.
The view definition appears displaying the appropriate columns.
Click the tabs at the top of the page to view different reports. Table: Available Views for Views describes all available views.
Available Views for Views
View | Description |
---|---|
View |
(Default) Displays the columns in the current view. Actions you can perform include:
See Also: "Editing a View", "Compiling a View", and "Dropping a View" |
Data |
Displays a report of the data in the columns in the view. Actions you can perform include:
|
Grants |
Displays a list of grants associated with the columns in the view. Grant details include grantee, privilege, and grant options. Actions you can perform include Grant and Revoke. |
UI Defaults |
Displays user interface defaults for forms and reports. User interface defaults enable developers to assign default user interface properties to a table, column, or view within a specified schema. Click Edit to edit existing user interface defaults. Click Create to initialize user interface defaults for views that do not currently have user interface defaults defined. See Also: "Managing User Interface Defaults" in Oracle Application Express Application Builder User's Guide.. |
Dependencies |
Displays a report showing objects referenced by this view, objects this view references, and synonyms for this view. |
SQL |
Displays the SQL necessary to re-create this view. |