1753898 Members
7749 Online
108809 Solutions
New Discussion юеВ

Re: SQL testing program

 
Son dam bi
Advisor

SQL testing program

I have a winsql program that run on windows to query the data on the databse via ODBC , can advise is there samiliar program that is running on linux ? what I want to use sql command to query the data on the database .
4 REPLIES 4
Modris Bremze
Esteemed Contributor

Re: SQL testing program

Son dam bi
Advisor

Re: SQL testing program

thx reply ,

the tools suggests is for mysql db , can advise if I am not use mysql database , I use other database like oracle and some sql-like database ( made by our company ) , what tools that I should use ? thx
Matti_Kurkela
Honored Contributor

Re: SQL testing program

A typical Oracle installation includes "sqlplus", a command-line-based SQL interface program. Modern versions of Oracle also have an optional web-based GUI interface.

There are also "universal" SQL user interface tools like RazorSQL:
http://www.razorsql.com/

MK
MK
Ivan Ferreira
Honored Contributor

Re: SQL testing program

You could also use Oracle Swing Bench or HammerOra.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?