| Thread | Last Post | Replies |
|
| Help with Fresh V9.1 install on solaris | 02 Feb 2007 17:32 GMT | 1 |
Ive just installed DB2 9.1 from scratch on Solaris 10. I did it first from CLI, but i found the Control Center app was missing. So i tried to edit the install using db2setup. this informed me that everything was installed.
|
| LOGS | 02 Feb 2007 16:36 GMT | 1 |
Hi all i am using AIX 5.2 Some one has accidentally deleted some files from the server causing my database server to crash. We have recovered from the situation but need to find out the guilty
|
| Re: Slow performance on identical tables. | 02 Feb 2007 15:30 GMT | 11 |
Folks, I am running DB2 UDB V8.2 on AIX 5.3. I have setup two DB2 instances on a system, they are identical in configuration and size. I exported all tables from production and loaded
|
| Loading query statements from file | 02 Feb 2007 15:19 GMT | 4 |
Hi, guys I am new to Db2. Here is my first trivial question. Let's say I have a simple SELECT statement in a text file called query1.txt, I want to load the statement from that file and run it in
|
| how to detect a deadlock and how to clear it when it occours? | 02 Feb 2007 14:02 GMT | 3 |
can any one help me in detecting a deadlock and to clear the deadlock when it occours? how to monitor the databases for deadlocks?
|
| Using functions in select statment | 02 Feb 2007 13:46 GMT | 2 |
I have a table with two columns: number and timestamp. I would like to do a max function on number and also select the the corresponding timestamp. I expected the SQL to be something like this but doesnt work:
|
| which jdbc driver to use | 02 Feb 2007 13:39 GMT | 3 |
I wonder if anyone has compared the db2 universal jdbc driver type 2 and 4 with the legacy db2 driver. Which one is the best to use ? I'm working in a project where the envm looks like this Solaris 10
|
| Restoring selected tables | 02 Feb 2007 02:04 GMT | 4 |
I've run into situations where a table was accidentally dropped. The related database contained lots of other tables in lots of other schemas used by many different users. So I couldn't simply recover to a previous point in time (the other users' changes would be lost and/or there ...
|
| newbie - function in a stored procedure | 01 Feb 2007 21:04 GMT | 5 |
I am looking for the syntax to call a function within the stored procedure. For example.... function checkvalue( pv1 )
|
| SQL92 Join and DB2 | 01 Feb 2007 18:58 GMT | 7 |
I have an application that uses the old join syntax instead of the SQL92 standards join syntax. I need to justify changing the code to the new standard. Is there any performance issue related to using the old syntax that
|
| update command options has no effect | 01 Feb 2007 14:42 GMT | 8 |
WinXP, db2 v8.2.7 When I use UPDATE COMMAND OPTION USING <any_switch> ON(or OFF) it seems that this command has absolutely no effect on these switches
|
| GUID | 01 Feb 2007 09:46 GMT | 3 |
i have a db2-database and a frontend where i create some rows and insert them into my database. unfortunately the solution with autoincrement-pk isn't working for me and a solution with stored procedures isn't wanted either because I
|
| IBM OLE DB Provider for DB2 Codepage error. | 01 Feb 2007 01:22 GMT | 7 |
We use the IBM OLE DB Provider for DB2 to connect to a database on AIX 5.2 from SQL Server Integration Service. But there is some codepage problems. On AIX we use ISO-8859-1, when use DB2 CLP, we should first set DB2CODEPAGE property to 819(using db2set DB2CODEPAGE=819). Our OLE
|