| Thread | Last Post | Replies |
|
| inline SQL PL over JDBC | 22 Feb 2007 21:45 GMT | 5 |
Is it possible to use inline SQL PL over JDBC? If so, which statement type is required and what syntax does the inline SQL PL take? A CallableStatement, for example, need to be enclosed within curly braces: eg:
|
| dynamic SQL performance | 22 Feb 2007 21:42 GMT | 2 |
I understand that static recursive stored procedure calls is not supported in v8 and instead the call to another SP needs to be made using dynamic SQL. Could anyone please let me know if there is any performance difference between both of the above methods.
|
| loading xml into db2 table | 22 Feb 2007 14:44 GMT | 1 |
Is there any quick way to load XML into db2 table? we are at db2 V8.2 at FP11 ( unix )
|
| SQL4401C : old problem, but found no working solution | 22 Feb 2007 10:56 GMT | 7 |
I installed following pkg. on my laptop (Fedora Core 6) : db2exc_91_LNX_x86.tar.gz After resolving some dependency-problems the install was fine. (I understand that a laptop isn't very well suited for DB2 but .... I
|
| Hash/digest function | 22 Feb 2007 10:00 GMT | 3 |
I'm looking for a built-in hashing/digest function in DB2, e.g. MD5 or SHA1. It seems there is no such thing. Or have I overlooked something? If I were to add md5sum to db2 as a c- or java-based function: Is there a repository of popular ready-to-compile DB2-functions somewhere?
|
| Describe non-table objects | 22 Feb 2007 09:49 GMT | 12 |
How do I describe non-table objects, like UDF functions and procedures, using db2's normal command line interface? Database server = DB2/LINUX 9.1.0 Express-C running on Linux 2.6 Intel-32.
|
| DB2 Dying on OS390? | 22 Feb 2007 03:39 GMT | 16 |
I have recently been looking on dice.com (and other sites) and noticed a striking difference in the number of listings for DB2 DBAs for the OS390 platform. Most of the listings are AIX. Anyone else notice this? Also, is DB2 on OS390 dying?
|
| Merge Query Help | 22 Feb 2007 02:53 GMT | 16 |
Hello, I need to merge a small table (of rows less than 100,sometimes even 0 rows) to a big table (of rows around 4 billion). I used the PK of the big table as merge key but merge does a table scan so it runs for ever.
|
| SECURITY INVOKER in DB2? | 22 Feb 2007 00:54 GMT | 1 |
In PostgreSQL, when you create a function, you may choose between SECURITY INVOKER or SECURITY DEFINER: http://www.postgresql.org/docs/8.2/static/sql-createfunction.html When a function has SECURITY INVOKER (the default), the SQL it contains is
|
| migrate data from MySQL to DB2 | 21 Feb 2007 18:14 GMT | 4 |
Can anyone tell me how to migrate data from MySQL to DB2? Does DB2 offer such migration tools? Thank you. Roy
|
| DB2 8.2 support end-date | 21 Feb 2007 17:08 GMT | 3 |
When is DB2 UDB v8.2 scheduled to go out of support? Cheers
|
| Cannot create database | 21 Feb 2007 12:58 GMT | 2 |
I'm new at DB2, and have just installed a DB2 Version 9 Enterprise trial. Had no visible problems installing the database, but I cannot create the sample Database, or any other database. When I try to create a database, I get
|
| insert same row multiple times | 21 Feb 2007 03:41 GMT | 3 |
As a converted sybase dba, I have a question. In sybase a command can be executed multiple times by placing a go 1000 at the end of the statement. Such as:
|
| UDF call to C wrapper for PCRE library fails - SQL0444N, Reason code: "5", SQLSTATE=42724 | 20 Feb 2007 20:19 GMT | 2 |
I'm trying to complete the samples from the excellent 2003 developerWorks article "Bringing the Power of Regular Expression Matching to SQL" by Knut Stolze: http://tinyurl.com/3bhrnn
|
| Event monitor issue.. | 20 Feb 2007 19:48 GMT | 1 |
Hi group, Have a problem with event monitor so my db2diag.log is getting filled like any thing.. Running DB2 V8.1 Fixpack 6 in AIX server.
|