| Thread | Last Post | Replies |
|
| How to view the special registers in db2 | 13 Oct 2008 13:48 GMT | 1 |
In Db2 How to view the values of special registers like CURRENT SCHEMA CURRENT PATH , etc ?
|
| Kernel parameters for db2 v8.2 on Solaris 10 | 13 Oct 2008 07:03 GMT | 5 |
Do you know how to change kernel parameters on Solaris 10 for DB2? I just installed DB2 ESE v8.2 on a new Solaris 10 box. But during the installation, it asks for changing the kernel parameter like this: DBI1030E Kernel parameter MSGMNB must be set to 65535.
|
| Block Comment Confusion ... | 10 Oct 2008 21:59 GMT | 3 |
Again, new to DB2. Trying to do something I can do in Sybase ASE. In any Sybase SQL script I can use /* */ to comment out a block of code. In the DB2 9.0 SQL Reference Manual V1 it says:
|
| DB2 9.5 SQL Procedure Developer exam 735 prep, Part 2: DB2 SQL Procedures | 10 Oct 2008 21:50 GMT | 2 |
I am interesting in this DB2 9.5 prep for new certification exam, but I get this from DeveloperWorks: The link which brought you here is invalid. Please reload the previous page and try again.
|
| DB2 - check if product installed on Solaris/AIX/HPUX | 10 Oct 2008 20:53 GMT | 4 |
I am doing an automated scan of a large number of UNIX machines which can be Solaris, AIX or HPUX. I want to find out for a machine via a script if: 1) DB2 is installed?
|
| Nested LOCK TABLE & COMMIT | 10 Oct 2008 12:22 GMT | 1 |
I have written a procedure which contains a LOCK TABLE followed by a COMMIT, and it works perfectly when used by a user issuing a CALL statement in AQUA DATA STUDIO. I also have a WEB application which needs to do the same LOCK TABLE
|
| Variables in SQL??? | 10 Oct 2008 12:13 GMT | 5 |
Another of those "What's the DB2 equivalent to this Sybase syntax" I use local variables in Sybase SQL scripts to hold values for use later in the script. For example:
|
| IF Exists Bad Parser | 10 Oct 2008 11:35 GMT | 3 |
I don't know if it's just me, but DB2 seems to have the worst syntatic parser ever created! Even after triple checking the documentation online, for the syntax of the statements the CLP seems to be unable to parse the simplest of
|
| How i can free space in tablespace | 09 Oct 2008 18:53 GMT | 1 |
I delete from large table over 50 million record, but snapshot monitor show that the used pages not changed. Reorg take error "to small free space in tablespace to complete reorg"
|
| LOAD with COPY | 09 Oct 2008 06:23 GMT | 4 |
If I do a LOAD .... COPY YES TO C:\DIR then in directory c:\DIR a file is created. When can I delete that file? Best regards, Kovi
|
| HAVING and WHERE clauses: Performance considerations in SQL | 09 Oct 2008 02:14 GMT | 2 |
Performance-wise, is there a difference between these 2 clauses? I assume a large database... 1) With the WHERE clause: Select FLD1, FLD2, FLD3
|
| DB2 Client Upgrade Questions .... | 08 Oct 2008 23:54 GMT | 1 |
How do I determine the current runtime client version on an AIX box? What are the steps for upgrading a DB2 Client on an AIX box from 7 to 8 (or 9)? - do I need to uninstall 7 or just install 8 overtop of 7?
|
| Detach of partition and the data is still in the original table | 08 Oct 2008 20:29 GMT | 1 |
Do I have to set integrity or refresh the table in order to complete the "detach of the partition"?
|
| SQL help | 08 Oct 2008 18:23 GMT | 5 |
I have a resultset like this: DATE NUMBER_OF_TASKS_CLOSED NUMBER_OF_TASKS_CREATED PENDING_TASKS ----------
|
| Newbie - Partition setup multiple tables | 08 Oct 2008 00:25 GMT | 1 |
We have a table that is growing quickly and would like to partition it by date. However, the table does not have a date field. With another table, we are able to create a link to bring in the date. Is it possible to create a table that is partitioned by date from a
|