Free desktop client for Oracle? [closed]

2020-05-24 21:20发布

Which is the best Open Source free client for querying an Oracle database? It may additionally support other databases (MySQL, Postgres etc), since our development environment often requires switching between different databases.

7条回答
放荡不羁爱自由
2楼-- · 2020-05-24 21:24
啃猪蹄的小仙女
3楼-- · 2020-05-24 21:30

SQLTools is free and clean light weight client. www.sqltools.net

查看更多
地球回转人心会变
4楼-- · 2020-05-24 21:37

Well Oracle provide SQL Developer for free, which is basically an Oracle IDE - lets you browse tables, code editor for PLSQL, SQL query window etc ...

查看更多
贼婆χ
5楼-- · 2020-05-24 21:39

One answer (for any platform and database) is just use ODBC. E.g. on POSIX, unixODBC. Oracle of course supports the standard with their own drivers.

查看更多
一夜七次
6楼-- · 2020-05-24 21:41

What kind of "client" do you mean? Do you mean the actual drivers, or just an application you can get SQL results from? eg, SQuirrel SQL

查看更多
迷人小祖宗
7楼-- · 2020-05-24 21:45

I have been using the Oracle SQL Developer (because it's free) and at first hated every minute spent with it. I am still having weird problems with graphics, as it's running on Vista and there seems to be some sort of graphics driver problem (luckily, no-one can get it to run properly on Vista, so I am not alone in this), which makes its use quite cumbersome.

Nevertheless I had to learn how to cope with it and now I must admit it's a neat and very useful tool (NOT ONLY) for querying an Oracle database. I suppose you could query other DBs from it as well, for instance I have used it to query some legacy MS Access DBs, and so I believe you could query SQL Server as well.

You can do data migrations, imports/exports, see OWA output, and allegedly also DEBUG (step through, set breakpoints, etc...) PL/SQL code, but I haven't tried this. I have been fine with sqlplus command-line so far :) Do give it a try, and don't let the Vista-related graphics problems give you a wrong impression :)

查看更多
登录 后发表回答