After working with MSSQLServer2000 I am finding difficulties in using Oracle SQL*Plus interface. I like the MSSQLServer2000 Query Analyzer very much especially bcoz it shows query results in rows/columns.
Is there any similar free tool available for Oracle 8i? Thank You
Adeel Ansari
Ranch Hand
Joined: Aug 15, 2004
Posts: 2874
posted
0
search for "Aqua Data Studio" or "TOAD". i found both nice.
Just to clarify, TOAD is licensed software that you would need to purchase, but as I understand there is an angreement in place where Toadsoft always have to provide a free version. This is the one you'd be looking for.
Depending on you requirements, any free database client may be sufficient. I tend to default to SquirrelSQL, it's written in Java and and makes JDBC connections to the database, so it's also handy for testing connections external to code.