| Thread | Last Post | Replies |
|
| case issue in fetchrow_hashref | 26 Oct 2006 19:35 GMT | 2 |
Version Info DBI 1.48 DBD Driver for DB2 UDB: 0.78 DB2 8.2.3
|
| New hardware, copy databases? | 26 Oct 2006 19:29 GMT | 5 |
They finally found some money to get (me) some new hardware fro the database server. At the same time I'm upgrading from DB2 v8 to v9. Still on Linux but on a 64 bit machine while the old one ran on 32 bit. Now I have the problem of copying the databases and all the user
|
| Result set from ADMIN_CMD | 26 Oct 2006 19:15 GMT | 2 |
I'm trying to use ADMIN_CMD procedure in my SQL procedure like this: DROP PROCEDURE IMPORT_DATA# CREATE PROCEDURE IMPORT_DATA() SPECIFIC IMPORT_DATA
|
| weird SELECT privilege issue | 26 Oct 2006 18:11 GMT | 5 |
I have given 'SELECT','INSERT' privileges to a user 'group' for a set of tables. But a user gets a prompt that he does not the 'SELECT' privilege on that particular table. The user does belong to the group which has been granted
|
| Error formatting event log | 26 Oct 2006 15:26 GMT | 4 |
We have had a couple situations where DB/2 died due to someone sending one of the DB/2 processes a kill 9. When this occurs, DB/2 goes down and I noticed in the db2dump directory some files called db2eventlog.000 and db2eventlog.000.crash. I renamed one of them to
|
| Non-Case-Sensitve LIKE Operator | 26 Oct 2006 15:18 GMT | 3 |
If I do a SELECT .... WHERE DTEXT LIKE '%Findit%' on an iSeries, I won't get records with 'findit' because the LIKE Operator is case sensitive.
|
| Error accessing Package SYSLH203 | 26 Oct 2006 08:46 GMT | 2 |
All, I am experiencing an issue that has confused me, albiet this is not difficult to do. Any help anyone could provide would be greatly appreciated.
|
| Microsoft Cluster | 26 Oct 2006 00:07 GMT | 4 |
Is it possible to have clustered two db2 instances? Thanks in advance?
|
| DB2 health checkup - help needed | 25 Oct 2006 19:52 GMT | 4 |
I am new to DB2 database.I just have the basic knowledge abt this database.I in a serious situation of handling 5 large databases.Can some one help me how to prepare the health check report for the databases.
|
| querying from sysibm or syscat tables | 25 Oct 2006 19:44 GMT | 8 |
Can I get the equivalent information for the following commands using SYSCAT or SYSIBM tables. db2 list tablespace containers for 14 show detail db2 list history backup since 20061018 for dbname
|
| How to check DAS start up use ps command | 25 Oct 2006 17:57 GMT | 1 |
I want to check whether DAS has started using ps command, but I donot know what is the key. eg. ps -Aef | grep -i ??? (How to complete the ???) Thanks a lot.
|
| problem with udf | 25 Oct 2006 17:07 GMT | 2 |
i have a class file like this , import java.sql.*; public class JAVA_UDF { /*
|
| Problem with VARCHAR FOR BIT DATA | 25 Oct 2006 14:12 GMT | 9 |
I need to update a fairly wide non-indexed column for a very large number of rows in several tables. One solution we were tossing around was to avoid all the problems with performance and log space by exporting the data to flat files, using an external program to make the
|
| Bufferpool tuning hint | 25 Oct 2006 11:41 GMT | 3 |
can someone tell me what exactly the value "Direct reads" means (i.e. how is it calculated), when analysing the bufferpool snapshot? What I do know is that it shows the number of reads that didn't go through the bufferpool, but I would like to know why.
|
| Trouble connecting to databases from DB2 9 - Command Center | 25 Oct 2006 10:24 GMT | 5 |
I have installed DB2 9 Enterprise Edition on my laptop and created the sample database. Now I'm having truble connecting to the database from Command Editor. If I connect from Command Window it's no problem connecting to sample (or any other databases - local or remote), but if I ...
|