Main Page

From GEBORA

GEBORA is an administrative tool for the Oracle Relational Database Management System. It's an OpenSource alternative to TOAD.

Since beta-2, GEBORA uses native look-and-feel. This approach looks faster in Windows when huge tables are filled (something about 2000 or more rows).

Features

  • Send manually created SQL commands to server, showing the results in a table;
  • Browse thru all database schemas (users) and its tables and packages;
  • Display table's:
    • Data (with filter, ordering and printing);
    • Columns (can be printed, too);
    • Relations (foreign keys) in both directions (referenced tables and tables that references a table);
    • Statistics (with unique profile generation and print);
    • Creation script (without constraints);
  • Display stored procedures source code and parameters;
  • Run stored procedures, defining and viewing IN/OUT parameters.

Screenshots

  • Send SQL commands direct to server
  • Table/View data navigator
  • Table/View column navigator
  • Table/View foreign keys
  • Procedure/Function code viewer
  • Procedure/Function "runner"

How to install (quick and dirty)

  1. Windows
    1. Download and extract GEBORA (win32 package or both win32 executable and required libraries)
    2. Run GEBORA.EXE and have fun! If you don't have a virtual machine installed, GEBORA will send you to a download site
  2. Linux
    1. Install a Java Virtual Machine. How to do it may vary in your distribution, but you must install a 1.5 version (1.4 does not work anymore). Sun's JVM (JRE) is the best option if you want it simple and reliable.
    2. Download GEBORA libraries package and JAR version;
    3. Extract the package and run:
$ java -jar GEBORA.jar