Tagged Questions
The udb tag has no wiki summary.
3
votes
3answers
428 views
Need help finding a list of SQL Error Codes for IBM DB2 / UDB
Everyday I google SQL error codes for IBM's UDB and DB2. More often then not I get a lot of garbage results. Is there a list of error codes that is complete and searchable that anyone knows of? This ...
1
vote
3answers
2k views
Datatype conversion in IBM DB2
I'm writing a query to do some stuff. But its not working the way I want it to:
select CORR_ID from TABLE1
where CORR_ID not in (select id from TABLE2)
The problem is, TABLE2.id is a long, while ...
0
votes
1answer
39 views
Improving query performance of of database table with large number of columns and rows(50 columns, 5mm rows)
We are building an caching solution for our user data. The data is currently stored i sybase and is distributed across 5 - 6 tables but query service built on top of it using hibernate and we are ...
0
votes
1answer
43 views
store generated primary key in temp variable db2
I'm in the process of writing batch loading sql script and I would like to store the generated primary key of an insert statement into a temp variable and use it to reference as
FK in the other ...
0
votes
0answers
70 views
Proper DB2 UDB(zOS) Configuration for NHibernate
I'm new to NHibernate and trying to get it to work with IBM DB2 UDB v9. I find several examples of hibernate.cfg.xml files but am not sure what the best or proper one to use is. I can't find any ...
0
votes
1answer
100 views
Oracle Migration Workbench
Does anybody know anything about using Migration Workbench to migrate db2 database to oracle 10G? I am getting a strange SQL1402N error when I try to get source capture.
0
votes
1answer
104 views
How do I create control tables in DB2 UDB for setting up new replication
How do I create control tables in DB2 UDB for setting up new replication