Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is there "phpmyadmin" for oracle? [closed]

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).

like image 430
nick Avatar asked Oct 09 '11 19:10

nick


People also ask

How do I install phpMyAdmin on Oracle Linux?

This article describes two methods of installing phpMyAdmin on Oracle Linux 6.5. Related articles. The simplest way to get phpMyAdmin on a Linux box is to install it from the software repository. Unfortunately, this is a significantly older version of phpMyAdmin than is available for manual installation.

What is phpMyAdmin and phporacleadmin?

PhpMyAdmin and PhpOracleAdmin PhpMyAdmin is a very helpful tool that can be used to browse existing tables, select, insert, and update rows, and add and drop columns.

Can I use PhpMyAdmin to run SQL queries?

You can also use it to run SQL queries against your database: you simply dump the creation SQL and the data from the table to a flat file, separated by commas or some other delimiter. This is certainly a very useful bunch of features; however, the original PhpMyAdmin can only be used only with the MySQL database.

What can I use instead of phpMyAdmin?

SIDUis another GUI-based database management tool that you can use to replace phpMyAdmin. This tool also runs on web browser and was written in PHP. Compared to phpMyAdmin, this tool also comes with simpler features and interface. SIDU supports MySQL, PostgreSQL and SQLite.


1 Answers

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

like image 172
APC Avatar answered Sep 25 '22 05:09

APC