Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
Database Servers
DB2InformixIngresMS SQLOraclePervasive.SQLPostgreSQLProgressSybase
Desktop Databases
FileMakerFoxProMS AccessParadox
General
General DB TopicsDatabase Theory
Related Topics
Java Development.NET DevelopmentVB DevelopmentMore Topics ...

Database Forum / DB2 Topics / September 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
SQLCACHE_SNAPSHOT function returns no records.04 Sep 2008 11:35 GMT3
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 locks04 Sep 2008 03:12 GMT11
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 OLAP04 Sep 2008 01:32 GMT2
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 linux03 Sep 2008 17:51 GMT8
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 root03 Sep 2008 16:05 GMT2
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 instance02 Sep 2008 22:51 GMT3
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 GMT4
I found this example in MYSQL:
create table events
( id  integer  not null primary key
, datetime_start  datetime not null
Create Database with RESTRICTIVE Option02 Sep 2008 19:27 GMT3
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 GMT6
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' statement02 Sep 2008 18:05 GMT1
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 fields02 Sep 2008 11:53 GMT1
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 GMT1
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 GMT3
CREATE FUNCTION dates(start DATE, end DATE)
RETURNS TABLE(dt DATE)
RETURN
WITH REC (DT)
Pages: 1 2 3 4 5 August, 2008
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.