| Thread | Last Post | Replies |
|
| Question on Reorging a Very Large Table | 13 Feb 2007 00:21 GMT | 1 |
I have a questionabout reorging very large tables. Running DB2 8.1 Fixpack 6 on AIX 5.2 supporting Siebel. I've read through the docs I could find and the postings in this newsgroup on the challenges in
|
| Are DBADM privs really needed for db2expln? | 12 Feb 2007 17:49 GMT | 1 |
In a DB2 LUW v. 8.1.1.96, I have a hard time giving users access to the db2expln utility. Let's say that user FOOBAR needs to be able to run the db2expln utility. I do:
|
| Function Sequence Error | 12 Feb 2007 17:23 GMT | 4 |
I use db2 v8.1 AIX 5.2 Today we recieved an error at the use machine (db2 client) while loggin into one of the applications. The details of the error message are:
|
| DB2 Rollfoward failes with error 24 | 12 Feb 2007 16:30 GMT | 1 |
I have received a database online backup that was taken using the command db2 "backup database prdDB01 online to /udb/db2inst1/backups INCLUDE LOGS"
|
| DEFAULT SCHEMA IN CLP | 12 Feb 2007 07:31 GMT | 4 |
Is there a way to set a default schema name by setting environment variable, so that it is set for CLP before connect to the database? Thank you.
|
| Moving stored procedures | 12 Feb 2007 06:20 GMT | 8 |
I m trying to move only stored procedures from one database to another and also onto a database on another server, I tried db2 -x "select text from syscat.procedures where procschema = 'MYSCHEMA'" | tee /esa/home/sasha/MY_SCHEMA_SP.txt, how ever all the
|
| CHAR vs VARCHAR | 11 Feb 2007 23:18 GMT | 1 |
In the DBMS I know best, PostgreSQL, there is no real performance difference between CHAR and VARCHAR. And since CHAR pads with spaces, I generally dislike CHAR (with CHAR, it's not possible to see if the input value had trailing spaces or not, for example).
|
| Query Explain Tables Directly | 11 Feb 2007 22:46 GMT | 1 |
I am trying to determine which tables in my database are being joined and by what columns. I then came up with a query against EXPLAIN_PREDICATE that returns rows similar to the following: (Q1.PERIOD_KEY = Q2.PERIOD_KEY)
|
| Uninstall DB2 client v7& v8 | 11 Feb 2007 21:20 GMT | 4 |
I want to uninstall DB2 client v7 & v8 on a Solaris box and I can't find any documents in IBM website on it. Could anyone help me out please? Thanks a lot.
|
| system call received a parameter that is not valid. | 11 Feb 2007 16:44 GMT | 1 |
I use db2 v8.1 on AIX 5.2 I recieve the following message in my DIAGLOG after evry instance restart. 2007-02-09-03.39.17.201881 Instance:db2inst1 Node:000
|
| Adjusting LOGSECOND | 11 Feb 2007 06:45 GMT | 2 |
If I increase LOGSECOND on a database, will the change become active immediately, or does the DB2 instance need to be restarted before the change is in effect?
|
| DB2 UDB LUW Call to procedure from command line | 10 Feb 2007 00:07 GMT | 1 |
I have the following in my procedure: CREATE PROCEDURE x_proc ( IN from_date timestamp , IN to_date timestamp , IN data_center char(1)
|
| column functions | 09 Feb 2007 21:54 GMT | 3 |
I'm just getting the hang (slightly!) of column functions. Take the following table: CREATE TABLE "FILM "."FILM_TRANSACTIONS" ( "BRCH_NBR" DECIMAL(3,0) NOT NULL ,
|
| jcc type 4 driver locking issue | 09 Feb 2007 20:07 GMT | 3 |
I am seeing different hang/deadlock behavior with 2 different JDBC connection methods. METHOD A -------------------
|
| enumerate db2 server | 09 Feb 2007 19:21 GMT | 3 |
I know variuos way to enumerate sql server in VB and VBA but is possible to have the same for DB2 server????
|