| Thread | Last Post | Replies |
|
| slow connection to DB2/LINUX 8.2.3 | 17 Nov 2006 22:14 GMT | 3 |
after installing DB2 V8.2.3 on OpenSuse 10.1 (in vmware) we have created a database instance with the restore command: db2 "restore database $OLD_DB user db2inst1 using db2inst1 from $BACKUP_DIRECTORY taken at $TS into $DB".
|
| DPSIs: Materialisation of column values for DPSI use | 17 Nov 2006 18:03 GMT | 1 |
I am looking in to utilising the new functionality of DPSIs on zOS UDB (DB2 v8), but I have a question regarding the following scenario. - The first table is an Account table whose columns are Account, Invoice Date, Partition#. This is a NPSI table.
|
| how to convert clob to other data type ? | 17 Nov 2006 15:38 GMT | 3 |
I have database db2 udb 7.2 with following table and datatype CREATE DISTINCT TYPE APP.NOTEPAD AS SYSIBM .CLOB(4096); CREATE TABLE APP.AP_NOTE_PAD (
|
| index on global temp table | 16 Nov 2006 22:47 GMT | 1 |
anyone knows if i can create index on global temp tables if yes, will i use session schema for indexes also ? if yes, can i create all kinds like unique, clustered, mdc etc indexes in global temp table ?
|
| Strange IMPORT warning | 16 Nov 2006 19:40 GMT | 4 |
When I'm using IMPORT with INSERT_UPDATE I sometimes get SQL0100W No row was found for FETCH, UPDATE or DELETE; or the result of a query is an empty table. I'm not sure why this happens. The problem is that I get rejected rows
|
| SQL Procedure Question | 16 Nov 2006 18:18 GMT | 2 |
I am new to creating DB2 SQL Procedures and I need a little help. This works perfectly when I am just using it through my SQL Editor: SELECT * FROM SALESTABLE WHERE VENDOR LIKE 'ELK' || '%' AND CUSTOMER LIKE 'HOO' || '%'
|
| data clustering. | 16 Nov 2006 16:45 GMT | 2 |
My bulk data is sitting on a big table. I cluster its rows using views and SQL-UDFs. So far it was ok, but its performance will become an issue soon. Therefore I am looking for alternatives. Any recommendation will be greatly appreciated.
|
| How to delete some DB2 packages | 16 Nov 2006 16:08 GMT | 2 |
this is my first thread in this newsgroup :) First of all, I wanna explain : I've a DB2 installed in AIX O.S.; I've a remote server (OS400) in which there are some applications (in
|
| UNION ALL and OR Predicate optimising vastly differently ? | 16 Nov 2006 11:00 GMT | 4 |
(re: DB2 LUW v8.1 fp8 optimisation Level2) Can anyone explain why the following difference have wildly different plans - this seems very fundamental) select p.part_number,
|
| DB2 Java INSERT-Statement / truncate | 16 Nov 2006 02:17 GMT | 8 |
two questions: - is there a way to call the INSERT-Statement from Java (JDBC). (import from file of del replace into table) - in db2 there is no truncate-statement, is it?
|
| How to signal a warning inside a trigger ? | 14 Nov 2006 20:15 GMT | 2 |
I would like to signal a warning from a trigger but what I get it's always and error instead of a warning. Is it possible to signal a warning from a trigger ? ....
|
| Connecting to DB2 from MS Query | 14 Nov 2006 18:33 GMT | 3 |
I get the following error message when trying to connect to a host database (OBCD connection) with "MS Query". SQL0471N Invocation of routine "SYSIBM .SQLTABLES " failed due to reason "00E7900C".
|
| how to release appropriate locks using CLP | 13 Nov 2006 19:22 GMT | 1 |
I am using DB2 v 8.2 , Win XP OS. I have creaed a sample situation which results in a deadlock created by appl1 & appl2.Now, I want to release one of the locks (using CLP, not Control Center) so as to release the deadlock.now how can I be sure that I am releasing the
|
| Variable in SQL-Script | 13 Nov 2006 17:28 GMT | 5 |
I have an SQL Script (test.sql) which I have to call via: su -root -c "db2 test.sql". Now I need a variable in the SQL-Script which is stored i a different propertie file.
|
| Replicating multple tables | 11 Nov 2006 07:12 GMT | 1 |
I am using DB2 v 8.2 Enterprise Server Edition. We can replicate only a single table at once. Now, how to replicate multiple tables in a single shot. Any suggestions would be highly appreciated.
|