Managing Tables
|
To view a table, click Tables on the Administration page of Enterprise Manager. Initially, Oracle DBA see the tables for the schema that Oracle DBA are logged into.
|
Creating Tables
|
Oracle DBA can use Enterprise Manager to create tables. Oracle DBA can do so as a system administrator or user with the CONNECT role.
|
| |
|
|
Modifying Table Attributes
|
Oracle DBA can use Enterprise Manager to modify tables, such as adding and deleting columns or adding constraints.
|
Managing Indexes
|
Indexes are optional structures associated with tables. They can be created to improve query performance. Just as the index in this book helps Oracle DBA to quickly locate specific information, an Oracle index provides a quick access path to table data.
|
| |
|
|