| Thread | Last Post | Replies |
|
| CHAR datatype issue | 28 Jun 2006 14:57 GMT | 1 |
I have a column of datatype CHAR(20). When the DataStage job loads data of length 15 into it, it pads the remaining 5 spaces with blank space. This is happening with all CHAR datatype fields.
|
| connecting to a db | 28 Jun 2006 14:45 GMT | 1 |
hai everyone...... A small issue here........ I was trying access a remote database....... i issued the following commands..... db2 catalog tcpip node <node name> remote <ipaddress> server <portno>
|
| What is logged for insert on identity column | 28 Jun 2006 14:18 GMT | 2 |
CREATE TABLE "MYSCHEMA"."T1" ( "ID1" DECIMAL(8,0) NOT NULL GENERATED ALWAYS AS IDENTITY ( START WITH +1
|
| Searching View with LIKE predicate | 28 Jun 2006 13:01 GMT | 2 |
Hello Friends; I am asking this as a database administrator, perhaps more on behalf of the SQL Programmer. We have a search on a view that uses a street number and a partial
|
| VARCHAR vs. LONG VARCHAR | 28 Jun 2006 07:24 GMT | 2 |
What is the difference? Is LONG VARCHAR only 28 bytes longer then VARCHAR? Is this the only difference?
|
| DB2 7.2 client and 8.2 server? | 27 Jun 2006 21:31 GMT | 3 |
Folks, I have an AIX system running DB2 7.2 ESE (or EE or what ever it was called at that time) and and HP-UX running UDB 7.2 also. The database resides on HP-UX system and on AIX it is setup as remote database. For several reasons
|
| Question: Tablespace recovery without logs | 27 Jun 2006 20:09 GMT | 8 |
-Is it possible to recover a tablespace just from a full offline backup and offline incremental backup? If not possible -Can we recover tablespace from Full backup , Wednesdays incremental
|
| Backup and OS Swapping | 27 Jun 2006 14:19 GMT | 2 |
I have recently upgraded from SuSe 8 to 9 (kernel 2.4 to kernel 2.6). I am running DB2 8.1 FP 11 (aka 8.2 FP 4). I have had slowdowns that I suspect are related to the fact that an online backup is being run. Can someone help me understand the behaviour described below and offer
|
| Query on indexes for performance tuning | 27 Jun 2006 14:15 GMT | 2 |
I have a table with the following definition. The primary key is west_nme and west_eff_tms and i have created unique index on them. The foreign keys which reference other parent tables are
|
| Db2 mirror tables | 27 Jun 2006 13:52 GMT | 2 |
I need to mirror a set of my database data, that is create a database which acts as a buffer in front of the real one. We have in our DB2 database data which has been created over the last 100 years or so, and is obviously huge amount of data. All normal
|
| db2 & perl | 27 Jun 2006 13:48 GMT | 4 |
i want so run a sql-script with user and password parameter. My sql-script looks like: -- connect to TEST user TestUser using TestPw
|
| DB2 EE (or Connect) and iSeries Scrollable cursor problem | 27 Jun 2006 08:00 GMT | 2 |
I'm trying to retrieve some records in my web application using a jdbc Statement like this: statement = connection.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_READ_ONLY);
|
| db2look | 27 Jun 2006 02:51 GMT | 3 |
1. How can I generate sql file for just stored procedure statements using db2look 2. while using db2 look with just the -tw option my file is always coming out as a ps file even though i used -0 db2look.sql with it. What
|
| COMMIT and DGTTs | 27 Jun 2006 02:27 GMT | 1 |
Friends: I've written a stored procedure that, among other things, writes several million rows to a declared global temporary table (DGTT) declared as NOT LOGGED using a (cursor) FOR loop. My rows-inserted
|
| No remote connections available | 26 Jun 2006 20:26 GMT | 1 |
I have db2 EES installed on linux . db2level DB21085I Instance "db2inst1" uses "32" bits and DB2 code release "SQL08025" with level identifier "03060106".
|