English 中文(简体)
Tools for Informix [closed]
原标题:
  • 时间:2009-11-23 06:39:40
  •  标签:
  • informix
问题回答

We needed a Query Analyzer-like tool for an Informix project some time ago, and settled on RazorSQL, which is Java based, so it s completely platform independent (Windows, MacOS, Linux, etc). About half of the development team at our company uses Macs, so that was a requirement. On top of that, it can connect to any database through JDBC (29 different databases, according to the website).

I ve used it extensively on MySQL, SQLServer and Informix, and can confirm it works great on all of them. Before RazorSQL, I was using MySQL tools, and SQLServer Management Studio on a VM, but having a single tool to work with any DB you can throw at it is pretty nice. Also, for accesing Informix from a Mac, it s one of the few options available.

Not knowing anything about Query Analyzer for SQL Server, I could be being misled by its name, but...

  • The Open Admin Tool has support for analyzing query performance in a number of ways.
  • Server Studio (SSJE) has some support for query analysis and performance monitoring.
  • The basic server provides SET EXPLAIN to describe a query plan.
  • There are numerous performance analysis tools - such as ON-Stat and the pseudo-tables in the SysMaster database.
  • There are also some ancient tools such as ON-Perf distributed with IDS that may help too.

We use Aqua Data Studio, a nice tool which supports different databases.

Jonathan s answer is excellent so I ll just confirm that Server Studio is a great albeit overpriced product.

Also to simply (and freely) run Informix Queries you could use Eclipse SQL Explorer





相关问题
Bulk import from Informix into Oracle

We need to pull some tables from an Informix SE database, truncate tables on Oracle 10g, and then populate them with the Informix data. Does a bulk import work? Will data types clash? I d like to ...

Informix with NHibernate

I am trying to get Informix working with NHibernate on windows 7. I have a connection string that works fine with informix now, it is this, Database=db;Server=server:port;uid=username;password=...

update data from one table to another (in a database)

DB gurus, I am hoping someone can set set me on the right direction. I have two tables. Table A and Table B. When the system comes up, all entries from Table A are massaged and copied over to Table ...

SQL query to get the "latest" value for each location

What I thought would be a simple thing to solve has now bugged for quite some time. Now I need help from you guys. In Informix I have a table "temperatures" like this: locId dtg ...

Tools for Informix [closed]

Are there any tools available for Informix, similar to Query Analyzer for SQL Server?

Informix: Fifo valuation with SQL/Stored procedures

I am using IDS 10 and I have a simple transaction table with the inventory changes with product ID, transaction time, volume, quantity and price. Is it possible to determine the FIFO valuation solely ...

Informix ODBC Connection Help

I have a development project that requires us to be able to support informix data sources via ODBC. I ve downloaded the prebuilt Informix Virtual Appliance from the IBM website and am able see the ...

热门标签