Creating a customization script

  1. Before you make any customizations, inspect the content of the RT_MD_VIEWDICTIONARY table, using the following SQL:
    SELECT * FROM RT_MD_VIEWDICTIONARY WHERE VIEWTYPE='RD' ORDER BY
        VIEWNAME
  2. Create a SQL file with a text editor, such as Notepad.
  3. Add SQL statements to customize the RD views.

    Note:

    Remember to commit at the end.

  4. Save the file to your local directory. You can assign the file any name. For example, MyCustomizeRDE.sql.