| Thread | Last Post | Replies |
|
| SQL | 30 Apr 2005 08:20 GMT | 4 |
I have SQL ... select A.UNITCOMMON_ID, A.POLICY_ID, A.LOGICAL_ENTITY_ID,
|
| Help creating trigger | 30 Apr 2005 06:37 GMT | 3 |
Start up db2 8.2 as "db2 -td@" and execute the following command : CREATE OR REPLACE TRIGGER "BZ".ALERT_CREATED_DATE BEFORE INSERT ON TS_ALERTS REFERENCING OLD AS OLD NEW AS NEW
|
| how to copy a clob column data...... | 30 Apr 2005 06:20 GMT | 1 |
We have a table(say A) with one clob column . Some data from this table needs to be archived from time to time . My question is if i use : insert into archive_table select * from A where <condition> ;
|
| selecting data based on rowid | 30 Apr 2005 06:17 GMT | 5 |
Machine : AIX 5.2 Product : UDB DB2 Release 8.1 FP4a I have problem loading data into destination table. The data file is huge with more than 6 Million records. This what i have done
|
| newbie: moving data from windows to linux | 30 Apr 2005 00:26 GMT | 1 |
I'm trying to move db2 data from a windows to a linux machine. I am a newbie though, I have to work with db2 for a benchmarking project in college. I figured out i need db2move to change platforms, and i succesfully
|
| How to view the status of DB2 Load utility on Windows/Unix | 29 Apr 2005 18:22 GMT | 7 |
Is there a tool or view to display the status of a Load utility job on windows or Unix(say loading few million rows into a table)? I understand in OS/390 there is a dis utility to show the status of the utility. Is it also possible in UDB? I'm using UDB 8.1 on windows 2000.
|
| federated database | 29 Apr 2005 16:18 GMT | 2 |
I have a issue in federated database. I will explain the scenario I have a table T1 in database called offlinedb. It has one column F1 I have an another table T2 in database uatdb.
|
| Db2 server problem, Urgent please need suggestions | 29 Apr 2005 16:07 GMT | 5 |
Hi team we have DB2 7.2 Server on Win 2000 mechine. I am getting a dialog box on the Server db2 db2syscs.exe - Application Error The Instruction at "0x6c8008ea" referenced memory at "00720b3807". The
|
| Memory used - what is "Other memory"? | 29 Apr 2005 13:34 GMT | 5 |
Very interesting for me [...] Lock Manager Heap is of size 16809984 bytes Database Heap is of size 9273344 bytes
|
| Problem when archiving log files | 29 Apr 2005 11:18 GMT | 6 |
After restoring my database I have some problems with diag.log who becomes very large. The "logretain" and "userexit" are set to "recovery" and "on" respectively. Any suggestions are welcome...
|
| Simple question | 29 Apr 2005 08:15 GMT | 2 |
Not feeling especially sharp tonight, I couldn't find the reference to this: given: select * from table where name = 'text'
|
| Connect to remote server using db2 and Perl | 29 Apr 2005 00:26 GMT | 4 |
I have a problem to resolve: I wrote a Perlscript which caches data from a server (local on my machine) I would like to have a other connection to a remote server but I don't know how to define the servername / hostname in my Perl Progrem..
|
| how to pass value to a stored procedure at runtime.... | 28 Apr 2005 22:30 GMT | 1 |
I have to create a procedure which has a cursor declared inside as : Declare c_1 cursor for select name,dept,sal,desig from employee where join_date < ( current timestamp - 100 days);
|
| UDB v 8.1 on win2000 - SQL0925N SQL COMMIT invalid for application execution | 28 Apr 2005 22:05 GMT | 6 |
I am using UDB v 8.1 on win2000. I have setup the ODBC datasources. My application is connecting to the database and performing DML activities. But I am getting the following error
|
| Cannot grant sysproc function to user | 28 Apr 2005 19:51 GMT | 1 |
DB2 UDB v8.1.5 on Windows I want to grant some system function to user DB2 GRANT EXECUTE ON FUNCTION "SYSPROC".SNAPSHOT_DATABASE(INTEGER,VARCHAR()) TO USER
|