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
57 views

Grails update() cannot locate record, show() and edit() can

I've got a fairly simple Grails app against a DB2 database. Everything works fine except when I try to update a record. show() and edit() are able to find the record , but the update fails saying that ...
0
votes
1answer
42 views

securitylablelcomponentelements and securitylabels mapping in db2

DB2 allows user defined LBAC security policies. For creating the required labels and authorizations, I followed the steps provided here. So far so good. However, retrieving these policies is a big ...
3
votes
1answer
172 views

Is there a way to change user password on IBM System i (aka iSeries / AS400) using SQL?

I have a C#.NET application that must be able to change the user password on an IBM System i (iSeries / AS400) machine. I am currently using the following code to perform this operation using IBM's ...
0
votes
2answers
60 views

db2 equivalent of MySql REPLACE INTO

I very useful statement I like of MySql is REPLACE INTO table that is 'REPLACE a value if-exist OR INSERT INTO table If-Not-Exist'. The documentation of db2 REPLACE is for a function operating on ...
1
vote
1answer
359 views

DECLARE GLOBAL TEMPORARY TABLE Vs CREATE GLOBAL TEMPORARY TABLE in DB2

am creating a GLOBAL TEMPORARY TABLE in DB2. and when i surfed i got a two way to create 1. Declare 2. Create. 1. DECLARE GLOBAL TEMPORARY TABLE SESSION.TEMP_EMP (EMPNO CHAR(6) NOT NULL, ...
0
votes
1answer
24 views

DB2 Recover Database

I Accidentaly deleted the instance of a Database, is there any way to recover the data? I’ve created it again.. sudo ./db2icrt -u db2fenc1 db2dtest1 (same old name) Database name : TESTDB1 ...
1
vote
2answers
76 views

Perl - best way to trap exit status and capture log for an external command

need to run and external command, write output to a logfile and trap exit status my $cmd = "db2 \"insert into schema.tablea (id, name, city) values (99, 'Micheal', 'London')\" "; open my $log, ">", ...
0
votes
0answers
36 views

Insert abnormal characters from a view to a table in db2 sql

I am using DB2 i5/OS version. I have a salesview ready which looks like this: ORGNNAME SHIPTONO ITEMNO Landoll Corporation 00000001 ...
0
votes
0answers
47 views

CLOB data on Worklight

I have large text data on CLOB column on DB2. It is over 32KB long. Worklight adapter returns like "com.ibm.db2.jcc.am.ke@b5f8f015" which may be object id of java object. How can I get content from ...
1
vote
1answer
53 views

DB2 Parameter binding for literal comparisons

I've got SQL for DB2 of the following abbreviated format: Select ... From ... Where ... ((COL1 IS NULL) And ('' = ?)) ... Order By ... The rough purpose of this SQL is to return Null records if the ...
0
votes
1answer
92 views

How can I change wluser's password after installed IBM worklight?

How can I change wluser's password? I changed it's password, and "wl.db.password" of worklight.properties. But both worklight console and application center didn't work. After that ,I took back the ...
0
votes
0answers
161 views

DataStage DB2 Runtime Column Propagation with Unicode Data

I'm trying to read some data from DB2 9.7 using DataStage 9.1 using the Runtime Column Propagation (RCP) feature. The general approach is to set the DB2 Connector Stage to generate the query SQL by ...
0
votes
3answers
279 views

SQL Case statement subselect within a grouped by subselect

I can't figure out how to modify my query to use the newest date between information.infoDate and otherDates.auxDate. SELECT state, COUNT(type) as EQUIPMENT, (SELECT COUNT(type) FROM ...
1
vote
3answers
178 views

multi parameters in SQL for DB2, using SSRS

I am very very new to SSRS for Sql Server. Using 2008. My work has asked me to reproduce some legacy reports using this tool -- and I got as far as creating the drop-downs for my parameters and ran ...
0
votes
1answer
54 views

Figuring out DB2 LBAC policies for any user

IBM DB2 has nice LBAC (label based access control) policy. I am not facing problem when creating or using these policies from within the query browser. However, my requirement is a bit different. ...
1
vote
1answer
24 views

Having the millenium digit on a separate column from the rest of the date. Why would they do that?

I'm working on this old application from the 80's. It runs on a DB2 backbone and I just noticed something weird on several tables: The date is split in two columns with one column having only the ...
0
votes
1answer
37 views

Connect to IBM DB2 using Korean characters from JDBC

I have a IBM DB2 10.1 Express edition installed with codeset UTF-8, and codepage 1208. I am able to create Tables and columns with korean characters. But when i create a korean user and try to log in ...
1
vote
1answer
84 views

db2 doesn't allow to use function in a stored procedure

I have the following error An unexpected token "table" was found following "elect .." That is produced after the code below. If I call the function it works fine --example select * from ...
0
votes
2answers
46 views

Find length from portion of string up to a certain char

DB2 SQL => How to get the length from the portion of a string? For example, data for this column are MARYqORANGE JENNYqBLUE, DAVEqYELLOW, JONATHANqGREEN AMANDAqBLACK How can I get the length for ...
0
votes
1answer
151 views

db2 list of stored procedure in a database

I would like to have the list of stored procedure created in a certain database. I tried db2 "display procedure MyDb.*" But I get error DB21034E The command was processed as an SQL statement ...
1
vote
0answers
71 views

using Dapper with '?'

I'm attempting to use Dapper to communicate with a DB2 server. The DB2 server doesn't support named parameters out of the box. It expects a question mark in the query for each parameter. Is there a ...
2
votes
3answers
122 views

How can I get my client application name to show up on zos from java?

This page says I can put "clientProgramName" as one of the connection parameters and it will show up on db2 as the correlation ID. And I quote: In a java.util.Properties value in the info ...
0
votes
1answer
34 views

db2 config file update without db connection

I am using db2 9.7 database and I cannot connect to it since I am getting an error of db2tsm.dll reason code 1. I restored most backup to another database and compared the config files. In the ...
0
votes
0answers
63 views

Database table gets locked when executing the stored procedure

Whenenver the below stored procedure is called, I get table in use exception. Below is the code for stored procedure, CREATE PROCEDURE SP_BATCHFILE_REPORT_GET001 ( IN countryCode CHAR(2), IN ...
0
votes
1answer
82 views

optimize insert max dates from 1 million row table

I need to get the max dates from a detail table which meets the following condition. This transaction table reaches near 1 million rows. Is there a better query than this? insert into SCH1.maxDATES ...
3
votes
1answer
94 views

Update exception using JDBC on DB2

The code that causes the exception is the following: for (int i = 0; i < updateParams.size(); i++) { s = con.prepareStatement(sSQL); params = (String[][]) updateParams.get(i); ...
0
votes
1answer
92 views

DB2 update trigger

I am trying to create a trigger in a DB2 database that runs on the update of a column in one table, and then fills in another table with certain values. For example, there is a power unit table with ...
0
votes
3answers
123 views

Repeating Subquery in DB2 update

I am currently creating an update statement which will update a bitemporal table. It does the following: Update every Row for every ID and set the RELATION_ID to the RELATION_ID of the newest row. ...
0
votes
1answer
102 views

Forming query in DB2 to fetch row based on the values in one column along with order of another column

I apologize if the title seems absurd and lack information I am trying to explain the situation through following example: Consider the following table- ID Event Time --------------------- 1 ...
0
votes
0answers
97 views

db2 tsm reason code erorr 1 [closed]

We are using db2 database Express-C 9.7 on windows 7 64 bit machine. We reastarted our machine and first I was getting error that machine is in backup pending state. After solving that issue. setting ...
0
votes
3answers
370 views

DB2 SQL convert decimal to character pad with zeros

How can I convert DB2 DECIMAL(11) from 12345678 to character value 00012345678
0
votes
1answer
124 views

DB2 Grant add,update,delete to user

I need to grant the permissions add, update and delete to a user called "test" in a database which I'm connected to. What would be the syntax? I've tried: db2 grant add, update, delete on database ...
0
votes
2answers
60 views

Pivoting in DB2

I have to transpose my rows into columns from a DB2 table.This is how my table is structured.. ItemID Item Value --------------------- 1 Meeting Now 1 Advise Yes 1 NoAdvise ...
-2
votes
2answers
52 views

how to use nullif function in else part of case statement

I have case statement with nullif function... case when itm>0 then itm else nullif(vnd||':','0:')||sty end Whenever else part is executing if vnd is null nothing but 0 I am not getting sty ...
0
votes
1answer
226 views

How to configure DB2 CLI driver on Windows 7 64bit for Cognos BI Framework Manager?

I am using Framework Manager (the data modeling tool) for Cognos Business Intelligence (v10.1). I have a successful setup of DB2 (v9.7) and Cognos BI on AIX machine. On my Windows machine I want to ...
-1
votes
1answer
61 views

DB2 query selecting from 2 databases in same query in zend

I was wondering does anyone know if it is possible in Zend to run one query which will connect to two different databases on two different servers and combine the results in one result set?
0
votes
1answer
48 views

update Query in db2

My table looks like below, Table Name: Number_List Columns Name: Num_ID INTEGER First_Number VARCHAR(16) Last_Number VARCHAR(16) In that, Num_ID is PK. and the rest of ...
0
votes
0answers
28 views

ResultSet throws SQLException in db2

I am unable to access the table contents in db2. ResultSet throws SQLEception My code is: <%@page import="java.sql.*" %> <%@page import="java.io.*" %> <% try { ...
2
votes
2answers
52 views

Select: add a column based on sub select

I have the following scenario: Using SQLDbx - database: DB2 The following SQL WITH priceanddates AS ( SELECT a.* FROM FPRICE a INNER JOIN ( SELECT edate, MAX(idx) maxIdx ...
0
votes
2answers
41 views

How to use variables (for performance and maintenance) in inline SELECT SQL command in DB2?

I have a query like this: SELECT a, very_costly_function(b), another_fn(very_costly_function(b)) from X and you can notice that very_costly_function(b) is used twice, therefore if it could be set a ...
2
votes
3answers
66 views

select greatest date

I have the following query: SELECT distinct person, address, from_date, to_date FROM db WHERE '2000-01-01' BETWEEN from_date AND to_date This is fine, however it brings back some people with ...
-1
votes
2answers
73 views

Query to get database log file size

I need the queries for all databases e.g. SQL, Oracle, MySql, etc to get the log file size like for SQl server. SELECT * FROM sys.database_files Can anyone help me to find queries for all the ...
0
votes
2answers
78 views

DB2 - Get all records based on date

I have a date column called "START" in my table. I want to fetch all records from that table if the difference between current date and start date is more than 2 weeks. Can you please help? Thanks, ...
5
votes
2answers
219 views

Insert 15 million lines in DB2 database [closed]

I have to load around 15 million lines of data in a DB2 database - using java. To keep things simple, I am not going to talk about the format of the file, or the number of tables in the database. ...
0
votes
1answer
60 views

DB2 update using inner join

I want to make an UPDATE statement on a DB2 table using INNER JOIN I try this update TABLE1 set FIELDVALUE='text/html' from TABLE1 as T1 inner join TABLE2 as T2 on T1.PROFILE_ID = T2.PROFILE_ID ...
0
votes
1answer
138 views

hibernate one to many with a error, the foreign key was wrong

I have two tables, orders and order_items. The relationship between them is One-to-Many. Order_items.fk_orders is the foreign key. Orders.ID is the primary key. I first save the orders and then the ...
0
votes
0answers
43 views

Persisting XML data type in DB2 using iBatis

I am trying to persist XML data in DB2 using ibatis. I have declared my domain object's attribute corresponding to this xml dataType as Document. Is this correct? With Jdbc and other things ...
0
votes
1answer
156 views

uploading image in db2 with a servlet

i am trying to upload image into my db2 database.i have copied the libraries required db2jcc.jar in web-inf/lib <form action="Upload" method="post" enctype="multipart/form-data"> ID : <input ...
0
votes
2answers
122 views

BeginTransaction requires an open connection. The connection's current state is Open, Executing

When I run the following code I get the "BeginTransaction requires an open connection. The connection's current state is Open, Executing" exception. using (var con = new ...
1
vote
2answers
98 views

SQL Accessing SAS Variable in Query

I'm attempting to use SASDOS in my statement below, but it's failing to be found. My understanding is that I have to use a form of derived table to access this new column. Is this correct? If so, ...

1 3 4 5 6 7 54