| Thread | Last Post | Replies |
|
| SQL1091C The release number of the database is not valid. SQLSTATE=08004 | 12 Jan 2007 11:15 GMT | 6 |
Please, can you help me about this error: SQL1091C The release number of the database is not valid. SQLSTATE=08004 I connect to a db Version: 7, Release: 1 whit a database manager
|
| LOCATE function bug? | 12 Jan 2007 09:38 GMT | 3 |
v8.2.1 Try this (and any 3-d argument): --- select locate('','string',5) from sysibm.sysdummy1;
|
| Media Error - while restoring backup from Tape | 12 Jan 2007 01:42 GMT | 2 |
We are trying to restore a backup that we took last night on a fresh new Tape. The backup was successful but the restore is failing with the following error: db2 => restore db gpiecuk from /dev/rmt0
|
| UDF written in C, not working for character return value | 11 Jan 2007 22:46 GMT | 2 |
I am new to UDF's. I tring write a function that send a char value. But I am not able to make it work. Could someone help me with this. Here is my C code.
|
| Extract Nickname definition from system catalog tables. | 11 Jan 2007 20:03 GMT | 5 |
OS: AIX 5L, DB2 UDB v8.2 the nicknames are created like this create nickname <schema-name>.<tab-name> for <remote-db-name>.<remote-schema-name>.<remote-tabname>
|
| Recursive Trigger General Question | 11 Jan 2007 18:14 GMT | 1 |
I have to create an AFTER UPDATE trigger that needs to perform an UPDATE on the same table. I understand this is a recursive situation and I'm wondering if there is a way to NOT go through all 16 levels of recursion. Ideally the UPDATE performed by the trigger would not cause
|
| Snapshot functions monitoring -801 ??? | 11 Jan 2007 13:54 GMT | 6 |
DB2 LUW 8.2.7 FP14 Red Hat AS2.1 (w/ thanks to Chris Eaton for the cool scripts) I did this: create view DB2$MON_BP
|
| SAS and permissions | 11 Jan 2007 02:38 GMT | 1 |
Involved OS: AIX. Involved DBMS: DB2 v8.1.1.96 User u1 can connect to DB d1 and run "LIST TABLES" without problem when running from a terminal session. But when trying to work through SAS, he
|
| JDBC Driver - DB2 Connect | 10 Jan 2007 18:36 GMT | 2 |
I'm looking for the best jdbc driver to use in combination with DB2 Connect. If you have any suggestions please let me know.
|
| Raw devices | 10 Jan 2007 17:58 GMT | 2 |
Sorry if this is a FAQ. On AIX 5.3, running DB2, storing data on a SAN with various RAIDs: Are raw devices really relevant nowadays? What performance gains are to be expected, all things equal?
|
| HOWTO Migrate from FoxPro to DB2? | 10 Jan 2007 14:50 GMT | 3 |
I'm working on a project which needs 10 GB of foxpro database needed to be migrated to DB2. Please suggest me some database migration strategy or is there any tool which can import data from foxpro onto DB2? Could anyone let me know which is the right place/site to
|
| Simple stored procedure issues, pls help | 09 Jan 2007 21:45 GMT | 1 |
I'm gonna pull my hair in the coming days with these DB2 stored procedures. So the issue, let's assume a simple stored procedure like this : CREATE PROCEDURE MYSCHEMA.PROCEDURE1 ( )
|
| DB2 Express-C 9.1 and Windows fast user switching | 09 Jan 2007 16:20 GMT | 2 |
I had asked a question a few weeks ago about having problems at times accessing DB2 Express-C 9.1, and getting "SQL1032N No start database manager command was issued. SQLSTATE=57019" even when the database was in fact started.
|
| Getting a list of databases | 09 Jan 2007 15:57 GMT | 2 |
I need a way to list an instance's databases, in a way which is easy to parse (I can't count on perl or similar scripting tools to be available everywhere). I know of the 'db2 list database directory' command, but its output doesn't qualify for "easy to parse" for me, when I simply ...
|
| Query about SQL UDF | 09 Jan 2007 14:45 GMT | 4 |
I would like to accomplish the following using a SQL UDF in db2. 1. Invoke a java class from within the UDF and call a method which takes a parameter and returns a result. 2. the UDF performs an insert / update operation in a table using the
|