| Thread | Last Post | Replies |
|
| Licensing | 14 Aug 2005 14:13 GMT | 2 |
Don't know if this is the right place, but maybe someone can point me to the correct source. I bought DB2 Developer's Edition. I am now at the point where my application is not yet in production, but needs to be tested in an ASP
|
| how to select source of procedures and functions | 14 Aug 2005 07:57 GMT | 2 |
I'm new to DB2 as you can see at the Posting-Count. I'm not sure but I think that I read about that the Source of stored Procedures and Functions get stored in SYS-Tables. Is this right? How can I get back the Source of my Functions??
|
| "Devices" | 14 Aug 2005 04:06 GMT | 2 |
What is a "Device" in creating DMS tablespaces where the storage subsystem is RAID 0 3 or 5 0, ie, heavily striped. I'm referring to an array of 6 disks. One or several logical volumes can be created. Are they handled by DB2 (8.2 Win WSE) as one device, or can I configure for
|
| Trigger and Call results in the 57053 problem but why? | 14 Aug 2005 00:12 GMT | 3 |
I have 2 Stored Procedures and want to call them out of a Trigger. I know that I'm not able to access Tables witch are part of the Trigger-Query so I do not. My Trigger is:
|
| DB2 Hosting | 13 Aug 2005 23:44 GMT | 4 |
Does IBM offer DB2 hosting?
|
| Dumb IBM Marketing? | 13 Aug 2005 21:52 GMT | 6 |
Has anyone else seen the current DB2 ad campaign playing in the current trade rags - "DB2 Won't Abandon You" - with the implication that Oracle is evil because it desupported Oracle 8i last year. Am I missing something, or is this a completely stupid argument? IBM
|
| pass an recordset to a procedure | 13 Aug 2005 11:29 GMT | 8 |
I am migrating from PostgreSQL to DB2 and now I've got a problem with a Stored Procedure. In PG it is possible to pass SQL Results to a Procedure but how to do this in DB2? The online Doku only explains the "normal" Datatypes such as int, real, ...
|
| DB2 SQLJ.Install_jar(file:///user/shared/java/javamail.jar', 'MAIL') Error 58004 | 13 Aug 2005 11:27 GMT | 4 |
I try to create a Java Procedure in DB2 running under SuSE 9.3. But the install_jar command fails with: Error 58004 Error starting the Java Interpeter. a db2set -all command results in:
|
| BIZZARE MQT-BASE Table Locking Behaviour | 12 Aug 2005 22:40 GMT | 1 |
I have come across a bizzare behaviour with DB2/UDB 8.2 on SuSE Linux 2.41 When I have a MQT Refresh going on (complete refresh) it appears to lock the underlying base tables used to build the MQT.
|
| Multi RDBMS Support | 12 Aug 2005 21:03 GMT | 3 |
Considering a project which will target DB2 UDB on Linux as the primary / suggested platform, but also support MySQL and/or PostgreSQL as our project is GPL so it would be "slightly" rude then to require a licensed database to even "kick the tires"... but then DB2 does rock!
|
| sqluexpr - external routine problem | 12 Aug 2005 14:35 GMT | 1 |
Hi All; I'm having a problem running an external routine (C language) under DB2 8.2 (FP 9) on AIX 5.3. Since the code was mostly copied from the DB2 sample library, I'm pretty sure it's sound. When executed ("call
|
| EXPORT DATA without quotes" | 12 Aug 2005 11:01 GMT | 3 |
Could anyone help me with the option which I need to include in a export statement which would avoid the quotes " in the output for columns with Data Type as String. Vj.
|
| IDENTITY_VAL_LOCAL AND STORED PROCEDURES DB2 ver 7.2 | 12 Aug 2005 02:58 GMT | 1 |
If I try and do a "SELECT IDENTITY_VAL_LOCAL() FROM SYSIBM.SYSDUMMY1" after I have run a stored procedure in DB2 version 7.2, I get the last generated Key before the CallableStatement was executed in the transaction and not the key generated in my stored procedure.
|
| Examples wanted | 11 Aug 2005 22:55 GMT | 4 |
I am trying to find examples of two things that I don't see discussed in the IBM manuals. I was wondering if the readers of this newsgroup could help me by giving me some examples or at least pointing to examples that might already exist somewhere.
|
| db2_awe and more than 4GB memory on Windows | 11 Aug 2005 21:09 GMT | 9 |
This may seems to be a stupid question but I can't figure out how configuration of more than 4 GB memory on Windows works. dbset db2_awe=1,<number of physical pages>, <number of address windows> The first parameter is bufferpool id.
|