| Thread | Last Post | Replies |
|
| HADR - Disconnected-Peer | 29 Dec 2008 19:18 GMT | 1 |
If I perform a Takover by force peer window only what is the recommended action with db2 on the old primary in terms of HADR. Thanks.
|
| HADR between WSE and ESE possible ? | 29 Dec 2008 19:09 GMT | 2 |
for a hardware migration project I would like to implement HADR between the old and the new system. on the old system runs DB2 9 WSE on the new system will be DB2 9 ESE both with fixpak 4a. The idea is to minimize outage for this hardware change by limiting the downtime
|
| Transisition to 64-bit | 24 Dec 2008 19:16 GMT | 1 |
Using Express-C 9.5, I'm moving the server to an AMD 64x2 box from a 32-bit one. Can I simply use backup/restore or is the architecture such that I'll need to use either dbmove or brute force to re-position the databases?
|
| Why no /usr/lpp/db2_08_01 directory (and where's all the stuff)? | 22 Dec 2008 15:18 GMT | 3 |
In DB2 v7, there is a basic directory /usr/lpp/db2_07_01 which contains useful stuff like a ./instance directory with more useful stuff inside (like db2icrt). In DB2 v8, I have no simple /usr/lpp/db2_08_01directory (even though
|
| I deleted application data folder in the My Documents. Error in db2 starting ??? | 22 Dec 2008 12:06 GMT | 2 |
Db2 is throwing the following error for db2nodes.cfg C:\Documents and Settings\Administrator>db2start SQL6031N Error in the db2nodes.cfg file at line number "1". Reason code "10".
|
| Prada shoes (paypal payment)www.king-trade.cn ) | 22 Dec 2008 10:32 GMT | 1 |
Footwear (paypal payment)www.king-trade.cn ) Paul Smith shoes Jordan shoes Bape shoes
|
| VIEW performance advantage/disadvantage? | 19 Dec 2008 19:55 GMT | 1 |
We are using db2 v8.2 on AIX Would using a VIEW for the sole purpose of only needing to look at one table to get data make sense? If you have three tables T1, T2, T3 that contain 2 columns each that
|
| alter table activate not logged initially | 18 Dec 2008 12:29 GMT | 2 |
What exactly happens during a statement "alter table t1 activate not logged initially"? I have 5 million row table and issued the above statement. It's taking ages to return and a table snapshot shows me that huge (10
|
| running db2 command in background | 17 Dec 2008 17:19 GMT | 4 |
I have three scripts called extract_data_1.sql, extract_data_2.sql, and extract_data_3.sql each of which exports data from a DB2 UDB database (in UNIX). Since the data exports are long running, I wanted to call these scripts in Unix shell script in the background (so that
|
| Newbie: Stored procedure - parse string; exception handling | 16 Dec 2008 20:56 GMT | 3 |
1) What is the best method to parse a string? 2) How do I throw a sql exception such to return -1 and exit the stored procedure A stored procedure is passed a varchar (represents <schema
|
| FOR, cursor and statement | 16 Dec 2008 08:57 GMT | 4 |
I need to do a FOR statement with a cursor made from a Select statement... somthing like this: DECLARE v_stmt STATEMENT; - some select SET v_query = 'SELECT .... ;
|
| Need help! Where's open apars list for udb v.8.2? | 15 Dec 2008 23:52 GMT | 1 |
Need help! For 9.5 I found. Need for 8.2. Thanks, Andy
|
| DB CFG parameter db_mem_thresh and Linux | 15 Dec 2008 20:19 GMT | 3 |
DB2 9.1 doc for DB CFG parameter DB_MEM_THRESH says: "Some versions of Linux® do not support releasing subranges of a shared memory segment back to the operating system. On such platforms, this parameter will be ignored."
|
| Simple Recursive Query? | 15 Dec 2008 20:13 GMT | 3 |
What I thought was going to be a simple recursive query, isn't. I have of data folders that have folders within. Given: create table fldr ( fldr_id int not null,
|
| How to call stored procedure from terminal | 12 Dec 2008 18:51 GMT | 8 |
I am calling a stored procedure from ISERIES/Terminal on AS400 that interacts directly with DB2. CALL XYZ/WABRACADABRA (81508, 46396, '024582348', '', '', 'I') The proc takes 6 inputs and has 1 input/output variable. I get the
|