"Mark A" wrote
> 1. If you acutally using 10.1.0 (GA code) please upgrade to Fix Pack 4
> before proceeding.
I'm running the Express edition on Power Linux, so I don't know if it is
possible to upgrade it. If it is possible, could you explain how to do
that?
>2. DB2 is not case senstive, so don't use any double-quotes. You will reget
>it if you continue that.
Well, I'm actually writing a program that converts SQL table from other DBs
into DB2. Since the source tables could possibly contain strange characters,
I thougt to quote these names.
So, my question is: is quoting tables and indexes names admitted in DB2? If
it is, why shouldn't I use it?
> 3. db2 list tables for all
> 4. db2 describe indexes for table x.x (copy and paste name from step 3).
Command at step 3 shows table s.t, but it is not found by command at step 4.
Anyway, if I select data with
db2 "select * from syscat.indexes where tabname = 't'"
I can see my index.
By the way, have you tried my script? Does it work on your DB2?
Thank you.