| Thread | Last Post | Replies |
|
| Uninstalling v7.1 on Solaris | 10 Apr 2006 14:40 GMT | 3 |
On my machine, someone had previously installed the trial version of db2 v7.1. I don't have the image anymore and hence don't have db2_deinstall. How can I cleanly remove it off the system? Thanks
|
| Log Full | 10 Apr 2006 14:31 GMT | 6 |
My developers are loading the DB2 tables from flat files through DataStage. DB2 V8.1.1 on AIX V5.2 They are committing every 500 rows.
|
| delete from table where in, problem | 10 Apr 2006 11:51 GMT | 4 |
I have a problem with delete using where in clause. This is a query: delete from tab1 where id not in (select id from tab2) I calculated costs using select instead of delete: select count(*) from tab1 where id not in (select id from tab2)
|
| MERGE in V8.2 FP4 (on condition returns multiple rows from target) | 10 Apr 2006 09:42 GMT | 11 |
This is a merge questions which has been posted and answered... in my case need more clairification when target table (tableB) matched multiple rows to be updated based on the ON condition for a single row from source table (tableA). There is a one to many relationship from
|
| plz help me out | 10 Apr 2006 05:50 GMT | 5 |
i have sript which will create the database when i ran it through db2cmd it gives me an error like below: DB21034E The command was processed as an SQL statement because it was not a valid Command Line Processor command. During SQL processing it
|
| Viper and VisualBasic | 09 Apr 2006 21:52 GMT | 2 |
I have an application which would very much benefit from what's described as "native XML" in Viper. It is written in VB6.
>From what I read, I cannot use the "Native XML" features of VIPER without converting the source code of my app to VB.NET. That cannot be
|
| z/OS to AIX connection - authentication/authorization | 09 Apr 2006 01:34 GMT | 2 |
Have an authentication/authorizaiton question. Our usual means to provide SYSADM authority for incoming connections to DB2 v8.2 on AIX has been to use SERVER authentication and set the SYSADM_GROUP dbm cfg parameter accordingly. How can same be accomplished for incoming z/OS
|
| How to do...well...anything...in DB2 SQL | 08 Apr 2006 00:23 GMT | 138 |
i've been thrown into a pit with DB2 and have to start writing things such as tables, indexes, stored procedures, triggers, etc. The online reference is only so helpful. The two pdf manuals are only so helpful. Googling is only so helpful.
|
| Calling SYSPROC.DB2LOAD within SQL stored procedure | 08 Apr 2006 00:08 GMT | 1 |
How can one call SYSPROC.DB2LOAD procedure within a SQL stored procedure. I get the following error: DB21034E The command was processed as an SQL statement because it was
|
| Moving db2 to a dedicated partion | 07 Apr 2006 22:31 GMT | 1 |
When I installed DB2 UDB 8.2 on AIX 5.3 it got installed in /home/db2inst1 (and I didn't care about it much then but now I would like to move the same instance of DB2 to a dedicated filesystem. May I know the steps involved in doing this migration activity.
|
| top-down-top query approach | 07 Apr 2006 16:03 GMT | 3 |
can anyone help me writing a query that starts from the outer query selecting a few fields which are to be used in the nested subquery and the result should be returned based on evaluation and the query should again continue in the same way for the remaining records in the outer
|
| Seek newbee Java UDF installation tip | 07 Apr 2006 09:25 GMT | 3 |
I'm driving Windows XP and could use a tip on installing a function written in Java. 1. I created the a Java jar file, named UdfUtils.jar, from the Java source file shown below:
|
| SQL0902C - SQLSTATE=58005 - Reason Code = "14" | 07 Apr 2006 08:48 GMT | 4 |
I recently being bugged by the following error on my DB2. SQL0902C SQLSTATE = 58005 Reason Code = 14
|
| re-configuring db2 server for client operation? [comparison to oracle] | 07 Apr 2006 04:09 GMT | 4 |
To reconfigure oracle9i from server to client operation, two files need to be modified: listener.ora (for the server IP address), and tnsnames.ora (for user permissions).
|
| Multiple temp tablespaces with same page size | 07 Apr 2006 00:29 GMT | 6 |
Can anyone tell me why a EEE system might be created to have two separate tablespaces with the same 4k pagesize ? They both appear to be in use as I can see the underlying files being modified. These were created with SMS and reside on the same disk and filesystem
|