Is there a free GUI management tool for Oracle Database Express?

How to Microsoft SQL Server Management Studio for MSSQL?

+49
oracle
Aug 16 '10 at 20:12
source share
9 answers

Yes, there is Oracle SQL Developer , which is supported by Oracle.

Oracle SQL Developer - A free graphical database development tool. With SQL Developer, you can view database objects, run SQL statements and SQL scripts, and edit and debug PL / SQL statements. You can also run any number of reports provided, as well as create and save your own. Improved SQL Developer productivity and simplifies database development tasks.

SQL Developer can connect to any Oracle Database version 10g and later and runs on Windows, Linux, and Mac OSX.

+59
Aug 16 '10 at 20:13
source share

There are several options:

  • Database.net is a Windows GUI for connecting to many different types of databases, including the oracle.
  • Oracle SQL Developer is a free tool from Oracle.
  • SQuirreL SQL is a Java client that can connect to any database using JDBC drivers.

I am sure there are others you could use ...

+23
Aug 16 '10 at 20:19
source share
+10
Aug 16 '10 at 20:14
source share

you can always use the web management tool that comes with oracle express db .. have you tried using it? you can access it through http: // host: port / apex , if I remember correctly ...

Alternative solutions are Oracle SQL Developer, TOAD, etc.

+9
Aug 16 '10 at 20:19
source share

SQLTools is an almost fully functional and free Oracle GUI:

http://www.sqltools.net/

+4
Nov 18 '12 at 17:52
source share

You can try this: it is a very good tool, very fast and efficient.

http://code.google.com/p/oracle-gui/

+3
May 31 '13 at 6:06
source share

Try odbTools at http://odbtools.software.informer.com - it's free.

odbTools is a set of built-in GUI tools for managing, administering, monitoring and tuning an Oracle database.

+2
Jan 23 '13 at 16:05
source share

Try the following: https://code.google.com/p/oracle-gui/

Not used it yet, but it looks good.

+2
Mar 20 '13 at 6:02
source share

VSQL ++ for Oracle simplifies database management for oracle.

+1
Sep 24 '12 at 5:22
source share



All Articles