Gossamer Forum
Home : General : Databases and SQL :

perl equivalent to phpMyAdmin for Oracle?

Quote Reply
perl equivalent to phpMyAdmin for Oracle?
I'm just starting to setup a site which has access to an Oracle database server, and only perl installed. PhP/MySQL are not available.

I was just wondering whether there's something like an equivalent to phpMyAdmin for perl, which allows access to oracle and, preferably, is not too complicated to install (read: you don't need to install a bunch of perl modules).

Advice greatly appreciated,
kellner
Quote Reply
Re: [kellner] perl equivalent to phpMyAdmin for Oracle? In reply to
Its a bit ugly but....

http://www.oracletool.com/
Quote Reply
Re: [Paul] perl equivalent to phpMyAdmin for Oracle? In reply to
Thanks. I've already taken a look at it; it doesn't seem to let you edit tables (add columns, import data from flat files, and so on), which is one thing I'm looking for.

Perhaps I'm just spoiled by phpmyadmin ...
kellner
Quote Reply
Re: [Paul] perl equivalent to phpMyAdmin for Oracle? In reply to
There are a few on SourceForge that might be worth a look:

http://sourceforge.net/search/

- wil
Quote Reply
Re: [kellner] perl equivalent to phpMyAdmin for Oracle? In reply to
I'd recommend using TOAD from Quest Software. I use it to manage our Oracle databases (that are hosted remotely in another state) and it works really well. It's interface is pretty slick and it includes MANY different tools for managing your Oracle databases.

It is a client app, so you wouldn't be able to access it from the web, but a really good tool, IMO.
========================================
Buh Bye!

Cheers,
Me