| Thread | Last Post | Replies |
|
| SQLCACHE_SNAPSHOT function returns no records. | 04 Sep 2008 11:35 GMT | 3 |
Running 8.2.8 on aix. Any reason why the dynamic cache snapshot function would return no records? db2 "SELECT * FROM TABLE (SQLCACHE_SNAPSHOT()) as SQLCACHE_SNAPSHOT"
|
| isolation levels and locks | 04 Sep 2008 03:12 GMT | 11 |
Is there a difference between: SELECT * FROM mytable WHERE somecolumn='Y' FOR UPDATE WITH RS and SELECT * FROM mytable WHERE somecolumn='Y' FOR UPDATE WITH RS USE AND
|
| Very intersting report but i need it without OLAP | 04 Sep 2008 01:32 GMT | 2 |
I wrore a query for based on OLAP it is working perfect fproducing follwing report: crime events REPORTED REPORTED SERVICE_SUB_MODE DATE_TIME_START DATE_TIME_END
|
| DB2 RTCL for linux | 03 Sep 2008 17:51 GMT | 8 |
I'm looking for a DB2 runtime client for gentoo linux without X, that is, command line only. All I want to do is regularly run a few simple queries against DB2 on another server. I see RTCL downloads for v8 but they all require a base install of DB2
|
| db2ckpwd not running under root | 03 Sep 2008 16:05 GMT | 2 |
We have a small problem in one of our database hosts in which the db2ckpwd daemon process runs under the instance owner id instead of "root". Due to this, no other id except the instance owner is able to start
|
| FP2 Vista cannot configure default instance | 02 Sep 2008 22:51 GMT | 3 |
On Vista 64-bit, I am in the administrators'group + DB2ADMNS. FP2 was applied on FP1 and went fine, except that I got a message that DB2COPY1 cannot be updated (right access denied ???). I don't get it. After that, I cancelled, and setup was successful.
|
| How calculate date/time difference in DB2 | 02 Sep 2008 21:09 GMT | 4 |
I found this example in MYSQL: create table events ( id integer not null primary key , datetime_start datetime not null
|
| Create Database with RESTRICTIVE Option | 02 Sep 2008 19:27 GMT | 3 |
At first glance it seems like a good idea to use the new RESTRICTIVE option when creating a database to remove public access otherwise granted by default. Then one could grant the required access to specific users. But what about things like these which are normally granted by ...
|
| remove DB2 Connect Server ? | 02 Sep 2008 18:29 GMT | 6 |
I have installed DB2 9.5 directly from FP1 on Windows in custom mode with COMP=CONNECT_SUPPORT. I then added my DB2 Server license. I am surprise that db2licm refers to a DB2 Connect Server. Is there a way to remove the product I have never installed ?
|
| Generate 'Create database' statement | 02 Sep 2008 18:05 GMT | 1 |
Is there any way to generate the ddl for recreating a database (with codeset, automatic storage clause...). I've ran db2look but can only get the ddl fort the tables, proc ... thx
|
| Reset generated fields | 02 Sep 2008 11:53 GMT | 1 |
I generated a table with an identity field like this: ID INTEGER GENERATED ALWAYS AS IDENTITY ( START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE
|
| How to move tables into different tablespace ? | 02 Sep 2008 10:57 GMT | 1 |
Are there any procedure or commands moving one table into new tablespace from old tablespace , where it has multiple tables in one tablespace ? Here's my scenario for moving sample_table into tablespace_new
|
| what wrong with my UDF use? | 01 Sep 2008 22:18 GMT | 3 |
CREATE FUNCTION dates(start DATE, end DATE) RETURNS TABLE(dt DATE) RETURN WITH REC (DT)
|