Navigating within the Data Dictionary tool in UNIX
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation

In UNIX, you can use the character-based user interface Data Dictionary tool to perform database administration tasks. Because the Data Dictionary tool is character-based, you use the Tab and arrow keys to move around and the Enter key to accept inputs.
The following table describes how to launch and navigate within each phase of the Data Dictionary tool.
Phase |
Description |
|---|---|
Launch the Data Dictionary tool |
At the UNIX command prompt, launch Proenv:
Launch the Data Dictionary tool using this command:
The Data Dictionary window opens, with the Database menu active. Note: The PRO command is used to launch a character-based
single-user interactive client session. You will learn more
about using the PRO command in Lesson 4, “Starting Up and
Shutting Down a Database.”
|
Connect to a database |
Press Enter on the Database menu, navigate to Connect, and then press Enter. The Connect Database window opens. In the Physical Name field, navigate to Files and then to the directory where your database resides. Navigate to the .db file of the database and then press Enter to select it. The Data Dictionary window opens.
You are connected to the database as indicated by the database’s status in the lower-left corner. |
Manage a database |
The Data Administration tool has two menus:
|
Disconnect from a database |
Navigate to Database > Disconnect and then press Enter on Yes and press Enter on OK to disconnect from the database. |
Exit the Data Dictionary tool |
Navigate to Database > Exit and then press Enter to exit from the Data Dictionary tool. |