| Thread | Last Post | Replies |
|
| Tasks not found in version 8.2 | 16 Apr 2006 03:22 GMT | 3 |
We are in the process of migrating from version 7, running on an OS/2 server to version 8.2, running on a Windows 2003 server. I did not do the install on the Windows server. When I try to schedule a job, such as backing up a database, and I save it as a task, it does not run. If
|
| can i use load terminate with cursor for select * from table name? | 15 Apr 2006 07:19 GMT | 1 |
I wanted to know if i always have to use 1..load from /dev/null/ of del terminate into tablename nonrecoverable or can i do something like 2...declare cur cursor for select * from tablename ...........( the
|
| Running multiple SQL scripts in the background ... no longer possible? | 15 Apr 2006 05:50 GMT | 2 |
Just noticed something rather annoying after upgrading my test box (a Linux server running DB2 UDB v8 for LUW) to fixpak 11 (for reference it was previously on fixpak 7). In the past I've relied heavily on the ability to start multiple
|
| SQL stmt to find if table is in load pending state? | 15 Apr 2006 05:08 GMT | 10 |
How can i find the load state of the table using SQL, i can do "load query table tablename" but i cannot execute this as a sql statement. What i want to do is, i m using a java stored priocedure to load a table, now after loading, i want to make sure load completed
|
| How to locate the static SQL fired by an application in DB2 | 15 Apr 2006 04:46 GMT | 3 |
We are migrating an application that uses DB2 UDB 8.1.3 as its database. It's an old application and the code is missing as usual. We are trying to find out the SQL the application is firing by attaching a statement level event monitor to DB2 and looking at the
|
| partioned table or partioned index | 14 Apr 2006 22:23 GMT | 10 |
I have a table that I would like to partition. It has a column c1 which has 100 distinct values. I was planning to partition the table on column c1 using a partioned index, and then apply data partitioned secondary indexes on the table.
|
| Truncate Table | 14 Apr 2006 14:16 GMT | 6 |
I know we can truncate a table in DB2 by first creating it with NOT LOGGED INITIALLY option. and when we need to truncate it, run the following command alter table <table name> activate not logged initially with empty table
|
| redistribute nodegroup | 14 Apr 2006 08:22 GMT | 4 |
DB2 v7.2 EEE on AIX I am trying to redistribute the data for a table that is skewed and wondering if the output of db2gpmap is optimized or is it just displaying the current information? I also read some where that LOAD
|
| identity-alteration RESTART option | 13 Apr 2006 23:25 GMT | 4 |
Can anyone explain in greater (and more comprehensive) detail what the RESTART option does in the ALTER TABLE table ALTER COLUMN statement. This is the description in Info Center: RESTART or RESTART WITH numeric-constant
|
| DB2 Connect returning data in HEX? | 13 Apr 2006 21:58 GMT | 3 |
I am using DB2 Connect on AIX 5.3 to access DB2/400 data. I can see and return data from some libraries/tables as you would expect but when I access some JD Edwards data (e.g. library.F0902) the columns are being returned as HEX values.
|
| Rename a database? | 13 Apr 2006 16:30 GMT | 3 |
Can a database be renamed? DB2 V8.1 AIX V5.2
|
| HADR and failed tablespace creation | 13 Apr 2006 08:54 GMT | 4 |
DB2 V8.2 FP10 on Windows I tested the following HADR scenario: - a new tablespace on a new filesytem is created on the primary System - the replay on standby fails because of lacking permissions
|
| IGNORE NULLS possible fro CREATE INDEX? DB2 UDB v8.1.9 Linux | 13 Apr 2006 07:56 GMT | 3 |
I am creating an index on a column which is 40% NULLS. The process seems to run forever, though a count of the number of values runs in milliseconds. This leads to the subject question: is there a way to ignore those rows with nulls in index creation?
|
| Help performace question DB2 UDB v 8.1.9 Linux | 13 Apr 2006 07:49 GMT | 5 |
The following query runs very slowly compared to other queries on my system. If I read the explain plan and its data correctly, it is due to a table scan on animals caused by the join separated from the others by space. There is an index on both dam_bhid and recip_bhid. I have ...
|
| Syntax question DB2 UDB v8.1.9 Linux | 12 Apr 2006 20:48 GMT | 6 |
The following query gives a syntax error if the 't1' is omitted, even though it is never referenced. Could someone explain wy to me? select count(*) from ( select distinct birth_date
|