| Thread | Last Post | Replies |
|
| How do I make a VIEW read-only? | 16 Feb 2005 11:44 GMT | 6 |
DB2 WSE 8.1 FP5 Red Hat Linux AS 2.1 I have simple view definition like: create view B as
|
| Mark Townsend, Oracle Product Manager, on posting in DB2 newsgroup | 15 Feb 2005 19:53 GMT | 11 |
Here is Mark Townsend's (Oracle Product Manager) explanation and justification for posting in the DB2 newsgroup, as posted on the Oracle newsgroup, and my response: "Mark Townsend" <markbtownsend@comcast.net> wrote in message
|
| Federation of DB2 Instances Across LPAR's | 15 Feb 2005 19:29 GMT | 14 |
My client is going through a large project to replace existing data warehouse physical infastructure which is running DB2 8.1.6. In the past we had a much more distributed environment where we had certain portions of the data warehouse on a physically different server. We
|
| do i need to exclude transaction log while replicate | 15 Feb 2005 17:56 GMT | 2 |
we are using db2 udb v8.2 Express edition on windows 2003,we use third party vendor software to help replicate one server to another. Production server has three instances, each instances has one database under it. So we would see three folders on D drive: DB2 folder, TEST
|
| DB2 Universal JDBC Driver and {fn CURDATE()} | 15 Feb 2005 13:22 GMT | 2 |
My apologies in advance if my terminology is slightly confused, I am new to all this. We have previously been running some SQL on DB2 (v7) utilising a type 3 driver, and have made the change to DB2 v8 with a type 2 DB2 Universal
|
| Deleting Rows from DB2 table that Contain LOBs | 15 Feb 2005 11:05 GMT | 1 |
I'm looking to purge rows from a DB2 table that contains both a CLOB (1M) and BLOB (51K), but our DBA is not familiar with LOBs. I work on a mainframe (z/OS), and we don't normally use LOBs in our shop. These LOBs were set up by a vendor. Our DBA mentioned that a simple DELETE
|
| newbie GROUP BY question | 15 Feb 2005 07:51 GMT | 6 |
I want to write SELECT something FROM table GROUP BY hour(timestamp) where "something" definitely has to contain "hour(timestamp)". I get an error SQL0104N.
|
| What are security risks with running DB2 services using local system account? | 15 Feb 2005 06:50 GMT | 1 |
Hello, everyone. Does anyone know what potential security issues when running DB2 services (start-up) using local system account instead of the DB2 admin account?
|
| Seeking some planning info for DB2 UDB LUW REORG | 15 Feb 2005 05:58 GMT | 4 |
I have 18 years of mainframe DB2, and I just starting working with UDB LUW V8.1 FixPack 6 on Sun Solaris last week. I have been dismayed on the lack of detailed info available in the manuals on tuning and monitoring REORGS on large tables. I am used to the wealth
|
| What is the difference in the update statements? | 14 Feb 2005 15:42 GMT | 5 |
Here are the two update statement. UPDATE stock SET status=NULL, quantity=0, price=0 WHERE type <> 'S' UPDATE stock SET (status, quantity, price) = (NULL, 0, 0) WHERE type <> 'S'
|
| trigger logic | 14 Feb 2005 13:22 GMT | 4 |
I have been reading up on triggers and I am still unclear as to the best way to accomplish the following: Each row in table A has an account number field. After insert of record 1 into table A, if the value of the acccount number exists in table B,
|
| How to analyse poor performance of the database | 14 Feb 2005 09:23 GMT | 3 |
I am using DB2 v8.1 on UNIX. At times the database shows extremely poor performance. I do not have dba/admin rights nor do I have the web based client for db2 v8.1.
|
| Swap space usage | 14 Feb 2005 00:31 GMT | 2 |
I have ntoiced something peculiar happening on our db2 instance. It serves as the backend rdbms for a java application that is hosted on websphere app server. The app server has a connection pool that can grow upto 250 connection.
|
| IBM.Data.DB2.iSeries database access problem | 13 Feb 2005 21:33 GMT | 1 |
When I run the following vb.net code, I'm not able to acces the my database AMFLIB. I use to be able to access AMFLIB with the old ODBC driver from IBM iSeries Access but now I want to use the new managed IBM.Data.DB2.iSeries data
|
| db2 size and performance | 13 Feb 2005 14:46 GMT | 1 |
We have a database made with Java. The format of the database is the same to DB2. We are concerned about the performance when the database size growing. Our computer configuration is: windows XP, 512M RAM, Intel P3.
|