The K Desktop Environment


Next Previous Table of Contents

3. The Menu Entries

The KDE Oracle Sql Communicator has several menu entries from where you can do different actions to view and change your Oracle database.

3.1 File

The file menu contains the following items:

Open

Here you can specify a file that contains Sql commands. It will load into your input area. From there you can execute the commands.

Execute

Executes the active Sql commands, that you can see inside your Sql input area.

End

Ends your KOra session.

3.2 Connection

The connection menu contains the item for a alternative reconnect to your Oracle database.

Reconnect to Oracle

This menu opens the startup dialog. There you can specify the new logon for your Oracle session.

3.3 View

This menu contains all the items from where you can view Oracle data like User Tables, Procedures and so on.

Sequences

Displays a dialog where you can see all sequences with their values.

Synonyms

Displays a dialog where you can see all the known synonyms to existing tables.

Tables

Displays a dialog where you can see all database tables with their descriptions that are valid to the user.

Packages

Here you can see a dialog with all the known packages that are valid to the user. From here you can edit and compile your packages. Compile error messages are displayed inside the GUI. So you can correct possible errors inside the package instantly.

3.4 Help

This is the help menu. It contains the following items:

Contents

Opens the online help that you are viewing right now.

About KOra

Displays a dialog where copyright and version informations of KOra are presented.

Next Previous Table of Contents