| Thread | Last Post | Replies |
|
| Calling a Stored Procedure from a BEFORE UPDATE Trigger | 23 Aug 2006 17:43 GMT | 5 |
I can not get the SQL compiler to rewrite my SQL UPDATE statement to include columns being SET in a Stored Procedure being called from a BEFORE UPDATE trigger. Example:
|
| Large partitioned table issue | 23 Aug 2006 17:18 GMT | 11 |
Hi ... we're a mainframe V7 shop planning an imminent upgrade to V8. My application team is converting an IMS DB into a DB/2 table ... approximately 40GB of uncompressed (~20 GB compressed) data spread over 10 partitions. Approximately 35% of the data is "inactive" (easily
|
| Getting SQLERRMC into DB2 for LUW Stored Procedure | 23 Aug 2006 13:21 GMT | 2 |
I'm trying to get the SQLERRMC info from the SQLCA into my SP so that I can use the information it provides. I'm successfully getting the SQLCODE and SQLSTATE and so added the SQLERRMC to the code which obtains these. It doesn't seem to work however -
|
| SQL1337N The service "db2inst1" was not found. | 23 Aug 2006 09:15 GMT | 9 |
I am trying to connect to DB with the following command db2 connect to <dbname> user <username> using <password> It throws the following exception SQL1337N The service "db2inst1" was not found.
|
| interesting index design question. | 23 Aug 2006 03:23 GMT | 2 |
On a 3 [INTEGER] column table, the PK consists of all 3 columns. I [also] have queries on the first two columns, as well as on the last two columns. (Select * where column3=x and column2=y.) I was hoping that this same pk index will suffice for the latter
|
| Training for DB2 that focuses on IBM exams not consultants getting $1000/day | 23 Aug 2006 03:20 GMT | 1 |
I'd like to enhance my training by earning a IBM examination oriented DB2 credential. But when I search the internet, even IBM's traing site, all I find are entities that want to sell me on a $1000/day training seminar.
|
| Clob as parameter in Java UDF | 23 Aug 2006 02:04 GMT | 8 |
I have the following Java code : package com.rhi.bb.udf.utils; import java.sql.Clob; import java.sql.SQLException;
|
| Any Perl / DB2 knowledgeable people out there? | 23 Aug 2006 00:34 GMT | 2 |
Hey all, I'm trying to parse the output from the get_dbsize_info procedure with a Perl script, using the DBI and the DB2 DBD. Below is the relevant part of the code:
|
| Where does DB2 get it's CLASSPATH in a UNIX install? | 23 Aug 2006 00:11 GMT | 1 |
|
| Simple SQL question | 22 Aug 2006 21:41 GMT | 9 |
I want to delete some rows from a table (TAB1), but only those rows which has a match in antother table (TAB2). Something like this: TAB1: col1, col2, ..... TAB2, col1, col2,......
|
| Informatica ETL developer needed with PL/SQL for 3 months CTH in southern CA | 22 Aug 2006 18:14 GMT | 1 |
This is Hiten from Quality IT Source, and we are looking for a suitable candidate for the following position Informatica ETL developer Duration: 3-6 months (Contract to Hire)
|
| connect to db2 server with odbc | 22 Aug 2006 15:31 GMT | 1 |
i'm new to db2, so the answer on this question is maybe verry simple (or not)... i've installed db2 on a server, and now, I want to make a connection with odbc from a client (windows 2000). I installed the IBM DB2 odbc
|
| delete lock problem | 22 Aug 2006 15:11 GMT | 2 |
I have a scheduled job that does an archival job. Archive process deletes records by family i.e., say the application is based on travel trips, "trip"s are archived one by one. When a "trip" is archived, records related to that "trip" in various related tables are deleted in
|
| about multiple fact tables and star schema | 22 Aug 2006 14:49 GMT | 6 |
I had a special senario here.. I need to build a database which only around 50-70GB finally. But one of table would be 40GB finally. ( grow every year until to the retension period)
|
| Can't browse stored procedure in Navigator | 21 Aug 2006 21:14 GMT | 10 |
I created a stored procedure called MANLIB.MAN535CL based on a CL/COBOL program. I know it works because I can run it successfully. However, I don't really understand where it is on the iSeries.
|