| Thread | Last Post | Replies |
|
| Multiple Instances and their corresponding entries in the services file | 30 Apr 2006 21:54 GMT | 7 |
I have approximately 5 instances on my test server that are identical to my prod server. On the prod server, when I look at the services file, there is a single entry per instance and everything seems to be working fine. However, on the test server, after creating each
|
| Execution plans and temporary tables | 29 Apr 2006 22:07 GMT | 12 |
Is there recommended way to get the execution plan for queries involving global temporary tables (from the UNIX command line or within a script)? I run the queries in Perl scripts, and the only way that comes to my mind is creating permanent tables that look like the temporary ones ...
|
| Slow stored procedure after upgrade to 8.2 | 29 Apr 2006 21:58 GMT | 7 |
going from 8.1.2 to 8.1.11, make our stored procedures very slow, here is an example: select a, b from t1 a join t2 b on a.bkr=b.bkr
|
| How to join those 2 char columns? | 29 Apr 2006 05:27 GMT | 4 |
I have create table table1 (col1 varchar(50)); insert into table1 values ('abc'), ('defg'); create table table2 (col2 varchar(50));
|
| SUM(double_value) is not deterministic? | 28 Apr 2006 23:30 GMT | 8 |
I'm using predefined SUM(() function on DOUBLE column. Surpisingly the sum can give different results depending on the order of values in my table. Is that correct?
|
| Performance of load from a cursor .... federated cursor? | 28 Apr 2006 16:36 GMT | 7 |
Sorry for quoting an old post and probably I am reading out of context so my concern is unfounded. But I would appreciate if I can get someone or Serge to confirm. Also unlike the question asked in the post below, my question involves non-partitioned table loads.
|
| SQL error | 28 Apr 2006 16:28 GMT | 5 |
i get this error SQL30020N when selecting data from a table . I altered this table earlier today when i do it a select * from the table query runs OK, but when i join this table with 10 other tables (in a scheduled job) i get this error. The job has been running fine untill
|
| db2 connection error while running script | 28 Apr 2006 15:22 GMT | 1 |
hi people, i am facing problems during the process of running my script for db creation. i am using AIX5.2 OS with db2v8.1. During the process of db creation i am getting the following error that i am
|
| SQL1247 | 28 Apr 2006 04:01 GMT | 2 |
I get this error SQL 1247 when trying to load data into tables from DataStage. I have attached the error description below but am unable to understand. Any suggestions highly appreciated.
|
| set variables to be used in creation of result set. | 28 Apr 2006 01:41 GMT | 10 |
I was wondering if there is a way to create a stored procedure that I can DECLARE Variables then set these variables using a select statment -- up to here works.
|
| createin privilege | 27 Apr 2006 20:05 GMT | 6 |
I have a requirement such that "user1" should be able to create tables (or any db objects) only on a particular schema say "etl" so I tried the following 1) Revoked createtab authority from public
|
| Data Conversion in DB2 | 27 Apr 2006 18:45 GMT | 2 |
Can someone point to a good source of information for converting data types in DB2? i.e. string to integers, etc
|
| Parsing arrays parameters in DB2 | 27 Apr 2006 17:24 GMT | 1 |
Hi, I am working on creating reports for which I want to make a single stored procedure call to the DB. In order to do so, I need to be able to parse an array of parameters containing elements as follows: '20-30, 100--200, 400-500'
|
| Storing Japanese characters in UTF-8 database | 27 Apr 2006 16:17 GMT | 13 |
I am having some data reject on an insert of Japanese characters to a Varchar column in my DB2 UTF-8 database. I am trying to understand how big to make the Varchar column for the inesert to work successfully for all of my data. I would also like ot understand if Vargraphic is a
|
| Bad magic number for shared library: libdb2.so | 27 Apr 2006 15:15 GMT | 2 |
Hi, I am trying to run my application (32-bit) on HP-UX 11.22i (64-bit) and am getting the above message while dynamically loading libdb2.so from my application. I am using dlopen as follows: dlopen(libName, RTLD_NOW);
|