Elements of the main window

The main window in TOra has the following elements as shown below. It is assumes you know how to handle a normal windows interface and no explanation about how to press buttons, select menus will be presented. If you are administrating Oracle you probably know how to handle a mouse.

Menubar

If you've ever used a windows program you will recognize most of the menus hopefully.

File menu

New connection This will pop up the new connection dialog which is used to open new connections to oracle.
Close connection Will close the current connection to Oracle. If uncommitted data exists it will also ask if you want to commit or rollback the changes. Observe that any tools associated with this connection will also be closed when closing a connection.
Commit connection Commit the changes currently made to the database.
Rollback connection Rollback any changes made in the current connection.
Current connection Set focus to change the current connection.
Reread object cache Clear the object cache and read it again from the database.
Load This command will open a dialog asking you for a filename to load into the editor that currently holds the focus.
Save This command will open a dialog asking you for a filename to save the contents of the editor that currently holds the focus. If the editor already has a filename this will be used and no dialog displayed.
Save As This command will open a dialog asking you for a filename to save the contents of the editor that currently holds the focus.
Print Will print the contents of the list or editor that currently holds the focus
Quit Close all connections and exit TOra

Edit menu

Undo Undo the latest change in the editor that currently holds the focus.
Redo Redo a previous undo of the latest change in the editor that currently holds the focus.
Copy Copy the current selection in the editor that currently holds the focus.
Cut Cut the current selection in the editor that currently holds the focus.
Paste Paste the contents of the clipboard into the editor that currently holds the focus.
Search & Replace Display the search & replace dialog.
Search Next Make another search with the current search settings.
Select All Select all rows in the current editor.
Read All Items Read all items available for a list. Normally TOra doesn't read all available rows for a query, just enough to fill the screen. Scrolling down will read more. Selecting this will read all available rows from the query, this could take a very long time and consume a lot of memory if selected for a large query result.
Options Displays the options dialog where all aspects of TOra are configured.
Edit SQL This may not be available because it is actually a tool plugin. Can be used to customize SQL used by TOra to determine the state of a database. See SQL editor for more info.

Tools menu

The entries of this menu start up new tools for the current connection (See connection management for more information about current connections). The contents of the menu may vary depending on which plugins are loaded.

Tool specific menu

There may be a tool specific menu entered between the Tools and Windows menus (In the screenshot it is called Worksheet). These are described in connection to the tools that display them.

Windows menu

Close Close the current tool window.
Close All Close all open windows. This will not close any database connections, only windows.
Cascade Cascade the open windows over the workspace
Tile Tile the open windows over the workspace
Open windows Here windows will line up in a list in the same order as you open them.

Help menu

Current Context This will display a help page on the context you are currently in. If no specific context is found the table of contents is shown.
Content Open the help window displaying the contents of the TOra help.
About TOra Display information about TOra copyrigh.
License Display the license under which TOra is distributed.
Quotes Food for thought.

Application toolbar

Using the toolbar you can perform the most common editing operations, handle your connections and open tool windows.

Editor buttons

Load This command will open a dialog asking you for a filename to load into the editor that currently holds the focus.
Save This command will open a dialog asking you for a filename to save the contents of the editor that currently holds the focus. If the editor already has a filename this will be used and no dialog displayed.
Print Will print the contents of the list or editor that currently holds the focus
Undo Undo the latest change in the editor that currently holds the focus.
Redo Redo a previous undo of the latest change in the editor that currently holds the focus.
Copy Copy the current selection the in editor that currently holds the focus.
Cut Cut the current selection the in editor that currently holds the focus.
Paste Paste the contents of the clipboard into the editor that currently holds the focus.

Tools

The buttons in this section can vary depending on which plugins were loaded at startup, they are described in the tools section of the help. What is notable here is that when a button is pressed it is started for the currently selected connection available at the end of the application toolbar.

Connection management

All the buttons in this section have one thing in common. Except for the new connection they all operate on the currently selected connection. The currently open connections are available in a drop down list at the right of the toolbar. The selected item in this list is the connection that new tools will be working on and also any commit, rollback or close connection command.

The numbers behind the actual connection is the version of the Oracle server that this connection is made to.

New connection This will pop up the new connection dialog which is used to open new connections to oracle.
Close connection Will close the current connection to Oracle. If uncommitted data exists it will also ask if you want to commit or rollback the changes. Observe that any tools associated with this connection will also be closed when closing a connection.
Commit connection Commit the changes currently made to the database.
Rollback connection Rollback any changes made in the current connection.

Other items in the workspace

There are a few other items on the workspace that are worth taking notice of.

Statusbar

This will display any messages that TOra need to inform the user of. TOra generally takes the path of not bothering the user with pop ups when something goes wrong, but simply display it in the statusbar. Or at least that was my intention. Due to the fact that many people had problems understanding this the default behaviour of TOra is now to pop up a dialog displaying the error. However this dialog contains a checkbox to revert back to the old productive manner. So if something isn't working, make sure you check the statusbar if something went wrong.

There is an up button available to the right of the toolbar which when pressed can display a history of the contents of the status bar. This is also useful since the statusbar usually clears after certain amount of time but the information is always available here. Both the time until a message disappears and the amount of backlog to keep is configurable from the option dialog. If you select an item in the popup menu the contents of the entry will be opened in a memo editor where you can read them more easily and also copy the text more easily.

Next to the right is the coordinates of the editor that currently has the focus.

Fursthest to the right is swirling logo which will move whenever TOra is doing something in the background to indicate that the database is still busy performing some kind of operation in the background. The speed of the animation will reflect the number of background tasks that are currently running.

Tool windows

These are the tools that actually let you interact with Oracle. For more information check out the tools section of the help. One thing to note about tool windows is that if the caption ends with a < digit > this is the digit that you can use together with the control modifier to select this window.

Workspace

The part of the main window that contain the tool windows.

Editors

For more information about key bindings etc. in editors check out the dedicated section.

Result List

These mean every kind of list displayed in TOra. For information about how to interact with these check out the dedicated section.

Charts

Used to visualize data, usually some kind of database statistics. There are no charts in the example window above and they are described in a dedicated section.

Object Cache

When TOra opens a new connection to a database the database connected to is queried for all its objects and the synonyms available. This data is then used in most places when lists of objects are displayed. The thing to understand is that this data is cached so that any objects modified during the connection will not be visible unless you clear the cache and reread it from the database. As long as the object cache is read you can see the background activity swirling in the right part of the status bar.