Top "Db2" questions

DB2 is a family of database servers developed by IBM.

What is the use of reorg command in IBM DB2?

What is the use of reorg command in ibm db2 db ? What does Reorg do internally ? Is it necessary to …

sql db2 ddl reorganize
How to drop all tables in db2

I want to drop all tables in db2 database with foregin keys, without drop and recreating.

sql db2 sql-drop
DB2 Using LIMIT and OFFSET

I am developing a Java Web service allow paging when fetching big data set from a DB2 Database on a …

sql db2 ibm-midrange sql-limit
DB2 400 drop column

I want to drop a column called id which is an auto incrementing PK. The SQL: alter table "CO88GT"."…

db2 ibm-midrange db2-400
Connect to DB2 via JayDeBeApi JDBC in Python

I've been struggling for a while to connect to DB2 via Python client on OSX (maveriks). A valid option seem …

python jdbc db2 jaydebeapi
Can I join data from 2 different DB2 databases? (Like SQL Server linked databases)

I'm enhancing an existing java application. There is data in 2 different DB2 databases. The app already gets data from 2 different …

sql db2 linked-server
How to change password of a database in DB2 software of IBM?

However, it seems very trivial - How to get the current username of a database in DB2 software in IBM; …

database db2 username forgot-password
Creating XA DataSource to DB2 on JBoss

I trying to configure an XA DB2 DataSource, xa-datasource (based on http://community.jboss.org/wiki/SetUpADB2Datasource) using com.…

db2 datasource jboss5.x
How do I select distinct count over multiple columns?

How to select distinct count over multiple columns? SELECT COUNT(DISTINCT col1, col2, col3) FROM table; Is there a working …

db2 mainframe
SQL7008 Error - Workaround?

I'm using the JTOpen JDBC driver for a DB2 Universal database. I have very little experience with SQL beyond simple …

java sql jdbc db2 ibm-midrange