| Thread | Last Post | Replies |
|
| Qucik Question in DB2 2 way Replication (Update Anyware) | 25 Mar 2005 18:49 GMT | 1 |
Hi team, We have DB2 7.2 on Win2000 Mechine and I have DB2 replication going between 2 Servers, when i look at the IBMSNAP_UOW table, i see an Update Conflict, how can i find on which table the Conflict Occured. Thanks
|
| Re: Xemacs & DB2 CLP (W2K) | 25 Mar 2005 18:29 GMT | 1 |
FWIW I finally figured out how to get sql-db2 mode to work under xemacs without having it insert a blank line between every line of output. Here are the relevant lines from init.el: (setq auto-mode-alist (cons '("\\.sql$" . sql-mode) auto-mode-alist))
|
| c# and udb 8.2 | 25 Mar 2005 15:06 GMT | 2 |
We're currently using udb 7.2 on OS/2 and thinking about moving on to 8.1/8.2 on Windows. In presenting the benefits of such a move I have been unable to find out if the APIs available to C in 7.2/7.2 are available in C# in 8.1/8.2. With udb 8.2 can I back up and restore the
|
| [IBM][CLI Driver] CLI0109E String data right truncation. SQLSTATE=22001 | 25 Mar 2005 14:57 GMT | 10 |
We have a VB6 application using ADO version 2.5 and I am receiving a "[IBM][CLI Driver] CLI0109E String data right truncation. SQLSTATE=22001" error when I execute the rs.UpdateBatch method. I have determined that the error is caused by an extended ascii character 164
|
| MOVE DATA FROM ORACLE TO DB2 | 25 Mar 2005 08:45 GMT | 2 |
How do we move data from ORACLE COLUMNS like LONG RAW and RAW to DB2 BLOB and VARCHAR for BIT DATA? WHICH IS THE BEST WAY TO DO THIS DATA TRANSFER?
|
| getting LIST APPLICATIONS to run... | 25 Mar 2005 08:11 GMT | 3 |
... got: win2K, v8.1.6 login to win2K is to the network: user; bob13, domain; foo it's a win2K domain. i then login to my local db as db2admin. LIST APPLICATIONS
|
| Oracle Migration - LAG function equivalent. | 25 Mar 2005 05:11 GMT | 4 |
What is the equivalent of ORACLE LAG FUNCTION in DB2 on Z/OS and UDB on LUW?? LAG FUNCTION RETURNS THE PREVIOUS ROW. select id, createdate, name old_name, lag(name) over(partition by id
|
| HELP NEEDED for Internal error 0xFFFFF707 which cause DB to go Crash Recovery | 25 Mar 2005 01:47 GMT | 5 |
We are having DB2-V7.2 DB on AIX 5.2 machine. Recently we upgraded our system to fixpack 13 and activated activate AIX asynchronous IO function. Our DB is going to crash recovery with this error 0xFFFFF707.
|
| Latin -- English | 25 Mar 2005 01:24 GMT | 8 |
You wrote the pleural of "schema" as "schemata." My heart is warmed. Americans write that as "schemas," since they have no concept of the history of either their language nor their own culture.
|
| Limit on Items Using "IN" Function | 24 Mar 2005 22:10 GMT | 3 |
Does anyone know what the limit is on the number of items you can include inside of the "IN" function? Thank you. Carroll Rinehart
|
| Chasing down dormant user accounts | 24 Mar 2005 21:24 GMT | 1 |
One of the fun tasks that is looking me in the face is generating a list of potential stale accounts that access DB2. The systems are running on OS authentication (login exists at the operating system level).
|
| Need help generating SQL select statement | 24 Mar 2005 15:44 GMT | 3 |
Given these two tables in DB/2: Date Activity ------------------- -------- 2005-01-02 00:00:00 1
|
| DB2 Governer - db2gov: GOV1062N Unable to start governor at node "0". rc = "53". | 24 Mar 2005 14:34 GMT | 4 |
Greetings to All. I have encountered a problem while working on DB2 Governer. I build my configuration file as below.(Just for practise) desc "Restrict the Unit of Work to be less then 1 minutes"
|
| Create an SP that references a non existant SP | 24 Mar 2005 14:28 GMT | 10 |
I can not create a stored procedure that calls another not yet created stored procedure? In MS SQL I get a warning that the calling procedure does not exist but the new stored
|
| Difference between runstats and reorgchk ? | 24 Mar 2005 00:58 GMT | 5 |
What kind of difference does it make to update statistics via 'REORGCHK UPDATE STATISTICS ON TABLE ALL' or by running directly 'runstats on table xxx.yyy with distribution and detailed indexes all" for all tables ?
|