是否有适用于 Oracle Database Express 的免费 GUI 管理工具?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/3496948/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Is there a free GUI management tool for Oracle Database Express?
提问by Haoest
Like Microsoft SQL Server Management Studio for MSSQL?
像 Microsoft SQL Server Management Studio for MSSQL?
回答by RedFilter
Yes, there is Oracle SQL Developer, which is maintained by Oracle.
是的,有Oracle SQL Developer,它由 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.
Oracle SQL Developer 是用于数据库开发的免费图形工具。使用 SQL Developer,您可以浏览数据库对象、运行 SQL 语句和 SQL 脚本,以及编辑和调试 PL/SQL 语句。您还可以运行任意数量的提供的报告,以及创建和保存您自己的报告。SQL Developer 可提高生产力并简化您的数据库开发任务。
SQL Developer 可以连接到任何 Oracle 数据库版本 10g 及更高版本,并在 Windows、Linux 和 Mac OSX 上运行。
回答by Bryan Rehbein
There are a few options:
有几个选项:
- Database.netis a windows GUI to connect to many different types of databases, oracle included.
- Oracle SQL Developeris a free tool from Oracle.
- SQuirreL SQLis a java based client that can connect to any database that uses JDBC drivers.
- Database.net是一个 Windows GUI,用于连接到许多不同类型的数据库,包括 oracle。
- Oracle SQL Developer是Oracle提供的免费工具。
- SQuirreL SQL是一个基于 Java 的客户端,可以连接到任何使用 JDBC 驱动程序的数据库。
I'm sure there are others out there that you could use too...
我敢肯定还有其他的你也可以使用......
回答by It Grunt
回答by Abdel Raoof
you can always use the web based management tool that comes with oracle express db.. have tried using it? you can access it through http://host:port/apexif i remember correctly...
您可以随时使用 oracle express db 附带的基于 Web 的管理工具。是否尝试过使用它?如果我没记错的话,您可以通过http://host:port/apex访问它...
Alternative solutions are Oracle SQL Developer, TOAD etc...
替代解决方案是 Oracle SQL Developer、TOAD 等...
回答by rustyx
SQLTools is an almost fully functional and freeOracle GUI:
SQLTools 是一个几乎功能齐全且免费的Oracle GUI:
回答by Soma Sarkar
You could try this: it's a very good tool, very fast and effective.
你可以试试这个:这是一个非常好的工具,非常快速和有效。
回答by Michel
Try odbTools at http://odbtools.software.informer.com- it is free.
在http://odbtools.software.informer.com 上试用 odbTools - 它是免费的。
odbTools is set of integrated GUI tools to manage, administer, monitor and tune the Oracle database.
odbTools 是一组集成的 GUI 工具,用于管理、管理、监视和调整 Oracle 数据库。
回答by Raul
Try this : https://code.google.com/p/oracle-gui/
试试这个:https: //code.google.com/p/oracle-gui/
Haven't used it yet, but looks good though.
还没用过,不过看着还不错。
回答by Hymanet
VSQL++ for Oracleis a simplify database management for oracle.
VSQL++ for Oracle是一个简化的 oracle 数据库管理。