| Thread | Last Post | Replies |
|
| CLP option not working as expected? | 17 Feb 2006 09:35 GMT | 4 |
I am trying to suppress warnings from SQL in CLP using its -w option but had no luck to make it. So I have two dummy tables t and x of the same simple structure, and table x is empty, then I am doing as follows from CLP (DB2 LUW client):
|
| A few questions: LOAD/IMPORT/CLP stderr | 17 Feb 2006 07:23 GMT | 1 |
DB2 WSE LUW 8.1.5 A few questions: Why doesn't IMPORT have IDENTITYOVERRIDE support like LOAD does?? Why doesn't LOAD have CREATE INTO (ala IXF) like IMPORT DOES?
|
| Simple Insert using Case statement | 17 Feb 2006 05:01 GMT | 12 |
I have a table with 2 columns ** CREATE TABLE test (emp_num DECIMAL(7) NOT NULL,emp_name CHAR(10) NOT NULL) and i have inserted a number of records. ** Now, I want to insert a new record (3232,'Raindeer') based on the
|
| LOB Conversion from Windows to AIX Problem - HELP! | 16 Feb 2006 19:06 GMT | 3 |
I am doing a db converison from windows v7 to aix v8. The db contains many LOBs. I did an export specifying the LOB option, compressed the data (using tar and gzip for windows) , ftp the data, and decompressed the data. I then ran the import using the same LOB option and the
|
| 2 default database paths have been used - how do I not screw up? | 16 Feb 2006 16:56 GMT | 1 |
I used the Create Database Wizard in CC to create a quick test database. However, I screwed up when it asked about what database path (DFTDBPATH) to use. Rather than using the DFTDBPATH that is the default in my dbm cfg, I specified a database path
|
| More messages in db2diag.log | 16 Feb 2006 15:19 GMT | 2 |
When I run a backup script from the Task Center i get these messages: 2006-02-15-21.30.08.515000+060 E21985H390 LEVEL: Error PID : 2408 TID : 3416 PROC : db2syscs.exe INSTANCE: DB2 NODE : 000 DB : XDKE00
|
| Passing variable parameters to stored procedures | 16 Feb 2006 14:25 GMT | 9 |
Another novice question. I want to insert multiple records into my DB2 database using stored procedure but I do not know how many I would like to insert at any given time. Each record has 6 columns (fields).
|
| truncate in db2 | 16 Feb 2006 13:44 GMT | 8 |
Are there any implementations of truncate in db2. Is it going to be implemented in the future? Is there an alternate way of doing a truncate of a table that has a high record count without using "load" and is fast?
|
| Deadlock | 16 Feb 2006 13:07 GMT | 11 |
I have a few instances of same java application working concurrent on DB2 v8.2. All of them: - has a transaction isolation level set to TRANSACTION_READ_UNCOMMITTED, - try to insert into same table T1,
|
| Question for SQL gurus | 16 Feb 2006 11:36 GMT | 4 |
db2 v 8.1.3 Windows I need to provide following information in single query for an inhouse tool. 1)Schema Name
|
| Newbie Question | 16 Feb 2006 01:06 GMT | 11 |
I can't seem to find the eqivalent to the MSSQLServer "print" command ?
|
| Question on data placement re Raid10 | 16 Feb 2006 00:19 GMT | 2 |
Running DB2 8.2 on AIX5.2 When a new application was installed, a consultant recommended that large tablespaces be defined with just one container, given that the container was striped into a raid10 array of discs.
|
| converting oracle script to db2 (hr_main.sql) | 15 Feb 2006 22:44 GMT | 2 |
Is there a tool for converting oracle scripts to db2? In particular I want to convert oracle example script hr_main.sql to db2.
|
| FP10 upgrade issues - AIX (v5 32 bit) DPF data warehouse environment | 15 Feb 2006 22:07 GMT | 1 |
Hi All; We recently upgraded to FP10 (from FP6) in our data warehouse environment. Have had a couple of issues with Oracle federation and minor configuration changes and all has been stable. Queries and day
|
| how to find the base table of an ALIAS ? | 15 Feb 2006 14:06 GMT | 3 |
how to find the base table of an ALIAS ? thanks
|