views:

35

answers:

3

I'm looking for oracle admin tool like SQL Buddy (here). I just want to use the browser to test my querys.

A: 

Hi! For just to test querys you can try iSQL (but it is deprecated in 11g) or may be look to http://www.oracletool.com/

walla
A: 

You could try using APEX. It isn't specifically an admin tool (more for power-users/developers), but it is built-in on newer databases. You can write SQLs, build packages and procedures, view and filter data, etc.

Adam Hawkes
A: 

While not web based I would suggest Oracle's (free) Sql Developer http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html or (also free/OSS) Squirrel: http://squirrel-sql.sourceforge.net/

Joe
i'm currently using both - sqldeveloper and squirrel :) but I'M not happy with them...
cupakob