IBM (NYSE: IBM) today unveiled a new version of its Informix Dynamic Server (IDS) software designed to help companies better manage and utilize the deluge of data generated from global operations while increasing effectiveness and reducing data management costs by one-third.
The new IDS 11.5, code-named “Cheetah 2,” is tuned to enable customers to enhance business [...]
Archive for April, 2008
IDS 11.5 Addresses Growing Global Data Access
Posted in INFORMIX, tagged Cheetah, ibm, IDS, INFORMIX on April 29, 2008 | Leave a Comment »
To truncate DB2 Table
Posted in DB2, tagged ALter, DB2, query, truncate on April 20, 2008 | Leave a Comment »
DB2 Truncate is not as straight forward as Oracle Truncate. If in Oracle you can use “truncate table “… You may use the below command to truncate table in db2.
alter table schema.table_name activate not logged initially with empty table
IBM Database Business Keeps Growing
Posted in DB2, tagged BI, business intelligence, cognos, database, DB2, db2 9.5, ibm on April 18, 2008 | Leave a Comment »
IBM officials said the company’s database business, bolstered by last year’s releases of DB2 9.5 and IDS 11, enjoyed a solid first quarter of 2008.
With all the talk surrounding IBM’s successful first quarter for 2008, the company’s data server business could get lost in the shuffle.
But the release of Big Blue’s DB2 9.5 database is [...]
SQL Doesn’t Like Logical Files
Posted in SQL Server, tagged Logical files, query, SQL on April 17, 2008 | Leave a Comment »
Today’s tip: Don’t put DDS-defined logical file names in your SQL statements.
To understand why, let me give you a little background. When you execute an SQL command, the system determines the best way to carry out your request. That is, you concentrate on the task that needs to be done, and the system figures out [...]
More about SQL and Logical Files
Posted in SQL Server, tagged Logical files, SQL on April 17, 2008 | Leave a Comment »
This week’s tip: In your QAQQINI file, set IGNORE_DERIVED_INDEX to *YES.
So what does that mean? First, QAQQINI is a file that you can use to control query processing. If you’re not familiar with it, follow the links at the end of this article to learn about it.
At this point, I assume you know what QAQQINI [...]
Killing the Oracle DBMS_JOB
Posted in Oracle DBA, tagged dbms, Oracle on April 10, 2008 | Leave a Comment »
while ago I published an article on Killing the Oracle DBMS_JOB. This was also a favorite of some of my readers and I still get questions on it today. So I thought I would post it here as it has surely been lost out in the web archives unless you search deep. Just remember the [...]
Using a Linked table
Posted in Tables, tagged alias, database, linked table, remote table, table on April 10, 2008 | Leave a Comment »
There are a couple of things you have to remember while using a linked table. The main one is how to reference the tables in the remote database. In the previous post, I mentioned that you have to assign a name to your linked table, and it didn’t have to be the actual name of [...]


