oracle oracle有“phpmyadmin”吗?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/7705937/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 00:21:32  来源:igfitidea点击:

is there "phpmyadmin" for oracle?

databaseoracle

提问by nick

I mean a php online script that connects to Oracle? Or should I use navicat? Is navicat that good? Any other alternative? I secretly hope that I will not be forced to use command line interface for a product that costs $40k (Well I am using the Express Edition. But anyway).

我的意思是连接到 Oracle 的 php 在线脚本?还是应该使用 navicat?navicat 有那么好吗?还有其他选择吗?我暗中希望我不会被迫使用命令行界面来购买价值 4 万美元的产品(好吧,我使用的是 Express 版。但无论如何)。

回答by APC

Check out Oracle SQL Developer. It's free, and it is a fully featured IDE. Find out more.

查看 Oracle SQL Developer。它是免费的,并且是一个功能齐全的 IDE。 了解更多。

回答by GolezTrol

I use PLSQL Developer. It's not online, but it beats command line interfaces. :)

我使用PLSQL 开发人员。它不是在线的,但它胜过命令行界面。:)

回答by Wolf

As others have posted, I use SQL Developer for my IDE. However, if you are looking for a fully functional web interface like PHPMyAdmin, check out Oracle's Application Express (Apex).

正如其他人发布的那样,我将 SQL Developer 用于我的 IDE。但是,如果您正在寻找像 PHPMyAdmin 这样功能齐全的 Web 界面,请查看 Oracle 的Application Express (Apex)

It's free, and although it's meant as a rapid web development tool, it has great tools to manage your schema, tables, and other objects.

它是免费的,虽然它是一个快速的 Web 开发工具,但它有很好的工具来管理您的架构、表和其他对象。

回答by Ollie

In addition to SQL Developer and PL/SQL Developer, you could use TOAD (Tool for Oracle Application Developers). It has both a paid for version and a free version.

除了 SQL Developer 和 PL/SQL Developer,您还可以使用 TOAD(Oracle Application Developers 工具)。它有付费版和免费版。

In my experience the free version is easy to use and powerful enough for most users.

根据我的经验,免费版本对于大多数用户来说易于使用且功能强大。

http://www.quest.com/toad/

http://www.quest.com/toad/