Home > Managing Database Objects w... > Managing Indexes > Creating an Index
Previous |
Next |
To create an index:
On the Workspace home page, click SQL Workshop and then Object Browser.
Object Browser appears.
Click Create.
From the list of object types, select Index.
Select a table and select the type of index you want to create. Available index types include:
Normal - Indexes one or more scalar typed object attributes of a table
Text - Creates a text index (Oracle Text)
Click Next.
Create the index definition. Specify an index name, select one or more columns to be indexed, and click Next.
A confirmation page appears. To view the SQL used to create the index, click SQL.
Click Finish.