Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

oracle

Like Microsoft SQL Server Management Studio for MSSQL?

like image 482
Haoest Avatar asked Aug 16 '10 20:08

Haoest


People also ask

Is Oracle Database 21c Express edition free?

The free edition, Oracle Database 21c XE is available for download here.

Is Oracle Database Express Edition free?

Free Oracle Database for Everyone You get an Oracle Database to use in any environment, plus the ability to embed and redistribute – all completely free!

How do I access Oracle Express?

To connect to Oracle Database Express Edition from SQL*Plus: If you are on a Windows system, display a Windows command prompt. At the command prompt, type sqlplus and then press the key Enter. At the user name prompt, type your user name and then press the key Enter.

Is Oracle client software free?

Free, light-weight, and easily installed Oracle Database tools, libraries and SDKs. Oracle Instant Client enables development and deployment of applications that connect to Oracle Database, either on-premise or in the Cloud.


3 Answers

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

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

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

like image 194
D'Arcy Rittich Avatar answered Sep 16 '22 21:09

D'Arcy Rittich


There are a few options:

  • Database.net is a windows GUI to connect to many different types of databases, oracle included.
  • Oracle SQL Developer is a free tool from Oracle.
  • SQuirreL SQL is a java based client that can connect to any database that uses JDBC drivers.

I'm sure there are others out there that you could use too...

like image 24
Astra Avatar answered Sep 18 '22 21:09

Astra


Oracle SQL Developer

like image 35
It Grunt Avatar answered Sep 19 '22 21:09

It Grunt