Developing Sun Master Indexes

ProcedureTo Define an Index

  1. Do one of the following:

    • Under the master index project in the Projects window, expand Database Scripts and then open create.sql in the NetBeans editor.

    • On your computer, navigate to project_home/src/DatabaseScript, where project_home is the location of the master index project files. Open create.sql in a text editor.

  2. Do any of the following:

    • Remove an existing index definition (not recommended).

    • Create new index definitions for the required fields.

    • Modify an existing index definition.

  3. Save and close the file.

  4. Continue to Step 4: Define Master Index External Systems.