DB2 is a database server developed by IBM. It runs on z/OS (formerly OS/390), Linux, UNIX, and Windows (referred to collectively as DB2 for LUW), and IBM i (formerly OS/400 or i5/OS). Originally designed as a relational engine, IBM has expanded DB2's capabilities on some platforms to include native ...

learn more… | top users | synonyms

0
votes
2answers
35 views

How to send double byte char to DB2 from .net provider?

I get a conversion error from the ibm iseries .net provider when calling a rpg/db2 stored procedure passing a param that contains a double byte char. The same procedure if I pass it normal text.
2
votes
1answer
35 views

PHP Zend_Db_Statement_DB2 returns null for static field

I am building my SQL statement through a PHP API, and then passing it through a module that connects to our database (DB2). My issue: a static field (sales_type) is returning null when passing the ...
0
votes
2answers
33 views

Only return rows if sum is greater than a value

I have built this SQL Query which searches for all policy numbers and returns a sum of all multiple PPOLNO's currency values : SELECT PPOLNO, SUM(PPRMPD) AS SUM FROM PFNTLPYMTH WHERE SUM(PPRMPD) ...
0
votes
0answers
37 views

Db2 connection error

im trying to connect my java to db2 database but im getting an error : "Execution failed due to a distribution protocol error that will affect the successful execution of subsequent DDM commands or ...
0
votes
4answers
47 views

WHERE Query Scenario

I have a table in DB with various columns, one of them being Name. Suppose the Names in DB are A,B,C,D,E,F. I wrote a query: Select * from Table where Name IN (#ENTERED_NAMES#) (Suppose ...
1
vote
2answers
60 views

DB2 Dependency table

Can you please mention DB2 Dependency catalog table, to find the dependency present between table and view, table and indexes and table and triggers with example. In Oracle I can use All_Dependencies ...
0
votes
1answer
33 views

Is there any way to use the table data as separate column in DB2 database

I want to use the table data as a separate column in DB2 database. For example, consider a table Employes contains EmpID, Address, DeptID, Hiredate. My question is, how to display particular hiredate ...
0
votes
1answer
27 views

db2 restore database and privileges

I have a backup of database (IBM DB2 v. 9.7) After restore command I cannot access some of the tables due to privileges issues. On the original db client and database we have a user: userx with ...
0
votes
1answer
47 views

Inserting large xml data into DB2

I have the following situation, in my database table I have a column for storing xml data. When I try to insert data into this table by using Insert query, I am getting string is too large ...
1
vote
0answers
58 views

Application using DB2 not launching due to Win 8 [closed]

My application uses DB2. It is working fine in Win 7, but not launching in Win 8. Giving error "System.Configuration.ConfigurationErrorsException: Failed to find or load the registered .Net ...
0
votes
1answer
29 views

Subtracting the result of one query from that of another in DB2

For School I need to subtract an average of values of a specific subset of entries in a table from the average of all of these values: I want to subtract SELECT AVG(gehalt) FROM mitarbeiter WHERE ...
1
vote
3answers
34 views

DB2 Sql - How to join a table on a resulting field of another table

I'm trying to join two tables but I can't join field1 of table1 with field2 of table2 which is the result of a DISTINCT instruction. e.g. Select f1 From table1 join (Select distinct(f2) as ...
1
vote
1answer
40 views

DB2/400 Query - record format level identifiers for all tables in a library

We have multiple copies of the same library for testing, QA, development etc. consisting of hundreds of tables. Over time these libraries got out of sync and we run into a lot of level check problems. ...
0
votes
0answers
35 views

Hibernate custom Order bean and XMLQUERY

i am using a custom Order bean to be able to use xquery on an DB2 database for sorting purposes. Below is the bean: package de.uta.wws.kibr.monitoring.dataAccess.dao; import org.hibernate.Criteria; ...
0
votes
1answer
50 views

Assigning a value in SQL query

I have the below query SELECT R.CATENTRY_ID_PARENT AS PARENT, R.CATENTRY_ID_CHILD AS CHILD, D.NAME AS NAME, INTEGERVALUE AS INTEGERVALUE,STRINGVALUE AS STRINGVALUE, ...
0
votes
1answer
52 views

Issue in DB2 or Java - Handling CLOB data type

I need to pull comma-separated values from DB2 exactly as in this question, so after quick googling I found the solution by using following functions in my select clause: SUBSTR(XMLCAST(XMLGROUP(', ' ...
0
votes
0answers
25 views

Using MERGE with XMLQUERY and transform

Using DB2 LUW 10.1. I am having trouble getting MERGE to work on two tables with XML columns that are merged using an XQUERY transform. I have a table that looks like this: create table foo ( id ...
0
votes
4answers
47 views

use sql to delete a person from a list with a conflicting field

Hi I have table which asks a person for a yes/no answer, however some have said both yes and no i.e.: person--------------status 1-------------------yes 2-------------------yes ...
0
votes
2answers
52 views

DB2 SQL filter query result by evaluating an ID which has two types of entries

After many attempts I have failed at this and hoping someone can help. The query returns every entry a user makes when items are made in the factory against and order number. For example Order Number ...
0
votes
1answer
58 views

SQL Constraint that one column value cannot be greater than another in a different table

This probably isn't a very nice question as its blending business logic with DB structure, but its not my decision so: Is it possible to define a constraint the infers the value of one column (Table ...
0
votes
1answer
60 views

In DB2 Database, How to find out the actual storage size of data in varchar column?

I am new to DB2, and I am looking for a function like memory_size(COLUMN_NAME) to return the number of bytes occupied by that column of a particular row. Example: I am having a column named 'Address' ...
1
vote
1answer
52 views

IBM DB2 9.7, any difference between inlined CLOB and VARCHAR?

Using IBM DB2 9.7, in a 32k tablespace, assuming a 10000b (ten thousand bytes) long column fits nicely in a tablespce. Is there a difference between these two, and is one preferred over the other? ...
1
vote
2answers
38 views

Remove trailing zeros from a decimal column

How can I remove the trailing zero from the below table using SQL: SKU SIZE ABC 35.000000 QWE 36.000000 RTY 37.000000 VGY 38.000000 Expected results: SKU SIZE ABC 35 ...
1
vote
1answer
40 views

Declaring a cursor in DB2 with other activity results in failed deployment

After looking around all over the Internet, I have to come back to SO :). Summary: DB2 stored procedure doesn't deploy when 3 lines are uncommented, otherwise it works perfectly fine. Any guesses ...
-1
votes
0answers
13 views

DB2 db2fm proccess [closed]

Server is been up for 365 days, however i got some weird repeated procceses. Are these normal? ps -fea | grep db2fm db2inst1 643284 229516 29 May 25 - 212564:06 ...
0
votes
0answers
24 views

Array inserts in DB 2

I have used array inserts to insert multiple records at a time into DB 2. SQLSetStmtAttr(m_hStmtOI, SQL_ATTR_PARAM_BIND_TYPE, SQL_PARAM_BIND_BY_COLUMN, 0); SQLSetStmtAttr(m_hStmtOI, ...
-1
votes
1answer
43 views

Inserting values in table from same table with one column modified [closed]

I have a situation where I want to insert the values in a table by using existing column values but with one date column modified. I can try to insert the values with select statement from the table, ...
0
votes
3answers
41 views

Connect by prior for DB2

I have a problem with hierarchical queries, the following query is working in Oracle, but not in DB2 It will retrieve the destination which can be possible if we start our journey from Chicago.. ...
0
votes
2answers
55 views

Getting a conversion error when calling a Db2 stored procedure in as400 rgp

I am getting a conversion error when calling a stored procedure in AS400/RPG/DB2 using iSeries. The db2 param is defined as CHAR 32000 and the .net app is passing in about 20000 characters and the ...
0
votes
1answer
52 views

Finding pairs from a single column depending on second column from the same table

I have the below scenario Source Table: Col1 Col2 Time I1 CRR T0 I1 CRH T1 I1 CRH T2 I1 CRR T3 I1 CRH T4 I1 CRR T5 I1 CRH T6 I2 CRH T7 I2 CRR ...
0
votes
0answers
28 views

DB2 : Validate inopeartive Triggers and Views

I am using DB2 9.7 FP5 for LUW. I have a scenario where I want to validate all the inoperative/invalid views,procedures and triggers. I know that dropping and recreating them will serve the purpose, ...
0
votes
0answers
32 views

DB2 Error, cant start or drop database [closed]

Suddenly im having the following DB2 errors on my db2diag log file, and now i cant either drop or connect to the database. Any suggestions? Informational tokens are "DB2 v8.1.1.64", "s040812", ...
0
votes
1answer
25 views

size in KB for a field in sql fields

I would appreciate if someone can let me know the way to find out the size of any field in KB which is returned as a result of Sql query. For example Select x,y from table A Result - x y x1 ...
0
votes
1answer
46 views

Java connecting to DB2 Hangs

I am trying a pilot project to query and write to a DB2 database. I have seen many examples on StackOverFlow, and the web. But for some reason my application just hangs when connecting to the ...
0
votes
2answers
47 views

Search Query to Filter Out records from Database

I am entering some values on a search engine on GUI Name, Date, State If a user does not enter any value, and click on 'Search', he should get entire table from the database. i.e. no filters are ...
0
votes
2answers
81 views

Select record in batches Spring JDBCTemplate

I have a table which has around 5 million records. I want to read all the records from this table and do some processing on them. Now I want to query these records in batches say 1000 in one go, ...
0
votes
2answers
32 views

DB2 connection failed php

I'm trying to connect to remote DB2 via PHP. But have some problems. I've already installed IBM Application developer client. phpinfo() output: IBM DB2, Cloudscape and Apache Derby ...
0
votes
1answer
35 views

Inserting string in FOR BIT DATA column in DB2

When i try inserting a string value in a column in DB2, which is defined as CHAR(15) FOR BIT DATA, i notice that it gets converted into some other format, probably hexadecimal. On retrieving the ...
0
votes
0answers
52 views

all the schemas are not displaying in the crystal reports 9

Im using crystal reports 9 to create a report for the data present in the DB2 Database. I'm connecting to the database via ODBC connection and after the connection is successfully established, all the ...
0
votes
3answers
33 views

how do I order a column by groups rather than numbers?

Hi I am using sql db2 to create age_bands as so: case when age between 0 and 1 then '0-1' when age between 2 and 3 then '2-3' . . . when age between 10 and 11 then '10-11' which of course when you ...
0
votes
2answers
88 views

DB2 auto increment changed by itself after restarted

Each time I restart my DB2 services, the auto increment field, always change by itself, for example : before I restart, the auto increment value is at 13, and it's incremented by 1, and after I ...
0
votes
0answers
20 views

SQL3550W: … target column has been defined as GENERATED ALWAYS [migrated]

I am trying to export + import data from a table in a db2 database to another. But while running the export command I am getting the following error. SQL3550W The field value in row "26" and column ...
0
votes
1answer
32 views

How to use trim function when declearing primary key in db2

I would like to know how to use trim function when declaring primary key in db2. For example, in table Employee(name,id) how to restrict the usage of these two insert statements: insert into ...
0
votes
1answer
56 views

Rails console: attribute returns false, but is shown correctly with to_yaml

maybe I'm missing something, but I did research and could not find out why this is behaving like it does. I'm working with Rails 2.3.16 and ruby 1.9.3, backed by a huge ibm-db2. Lets assume I have a ...
0
votes
0answers
34 views

EJB + JSF on RSA

I'm creating a sample project which was built on : Front End: JSF Buisness layer: EJB3 Persistence: JPA DB: DB2 I'm working on RSA(Rational software Architect) which is originally an eclipse my ...
0
votes
1answer
40 views

SQL index design regarding joins, filters, and ORDER BY

I'm working on optimizing some queries for a DB2 LUW database and I'm going to restructure some existing indexes. However, I have a few questions on subjects that don't seem to be clearly defined, at ...
0
votes
1answer
41 views

Designing SQL indexes with join clauses and ORDER BY

I've been working on building some indexes for a DB2 LUW database. We've implemented some new queries for a landing page and I'm trying to get performance up. I've found a few indexes on some tables ...
0
votes
2answers
53 views

Copy / Replace DB2 Table Data from one Remote DB Server to Another

I have two IBM DB2 servers at separate remote locations. I need to copy data from several tables on one database on the first server to another database in the second server. Previously I've used ...
0
votes
2answers
28 views

query for roww returning the first element of a group in db2

Suppose I have a table filled with the data below, what SQL function or query I should use in db2 to retrieve all rows having the FIRST field FLD_A with value A, the FIRST field FLD_A with value ...
0
votes
1answer
28 views

Facing issue while creating a simple DB2 trigger

Tried to create following trriger: CREATE TRIGGER EWR.INS_STU AFTER INSERT ON EWR.STUDENT FOR EACH ROW BEGIN IF ( :NEW.ROLL_NO > 60 ) THEN INSERT INTO EWR.STUDENT_DIV VALUES ( ...

1 2 3 4 5 54