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 / May 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
SQL1042C An unexpected system error occured26 May 2006 20:56 GMT5
I get the above error when issueing the 'db2start' command.
Found no info in the net that could help me. I have the V8.1 FP10 installed
on SLES 9 x86_64
Any tips?
Problem with database updation field26 May 2006 20:26 GMT1
When i try to update a varchar field the data is getting truncated
after it encounters '\x00' in between the data field:
Eg: data = "\x01\x02\x03\x00\x01\x02\x03".
 The data available in the field is truncated to "\x01\x02\x03".
cygwin - DB2 on windows26 May 2006 19:44 GMT4
Can you please let me know the procedure to reach db2 command prompt
from a cygwin window (hence without using Start-> Run -> db2cmd
method). I'm planning to write shell scripts which accesses DB2
database on windows platform hence I installed cygwin but I'm unable to
Using a trigger to enforce unique if not null DB2 v8.1.9 linux26 May 2006 17:21 GMT2
I have successfully designed a trigger to make sure a set of fields are
unique if not null. However it fails in one case: when the duplication
occurs among a set of rows being updated simultaneously. The trigger is
below. Can you suggest a way to improve it to eliminate the ...
Date format26 May 2006 14:30 GMT11
I used the following query to retrieve the date in dd-mon-yyyy format.
db2 =>  SELECT RTRIM(CHAR(DAY(COVG_TYP_STRT_DT))) || '-' ||
RTRIM(MONTHNAME(COVG_TYP_STRT_DT)) || '-' ||
RTRIM(CHAR(YEAR(COVG_TYP_STRT_DT)))  FROM twd_coverage_type
select query, return CSV in field26 May 2006 13:02 GMT7
I have the following data being returned:
ID       Region
----      ------------
1        northwest
fetching data from db2 using stored procedure26 May 2006 11:24 GMT1
I am trying to fetch data from db2 (express version) database b
calling stored procedure. I have tried to use both cursor and for loo
but still i am getting error.
--======Start procedure=============
introduce db2 database 26 May 2006 03:04 GMT1
        I recently had a hard drive crash, and was able to save the
        db2 database directory that had daily updates for the
        past three years.  I need to find out if anyone has been
        successful in reintroducing an old database to a
Index Utilization at Database level26 May 2006 02:20 GMT7
Hello, I'm looking for a method to check the utilization of index by
any SQL (Static and Dynamic) at the database level instead of
generating the access plan for each SQL.
I have inherited a database where index occupies more space than the
Moving Tables from SMS to DMS tablespace25 May 2006 21:34 GMT2
I have a database around 600GB and all tables were self-created by the
application. Hence, we have only one huge SMS tablespace where all the
tables are stored. To get better performance, we are planning to move
the tables to a DMS tablespace with multiple containers. There are LOTS
How to save DB2 Archive log files .... Please advice !!!!25 May 2006 21:17 GMT3
Hi guys!!
I am completely new to DB2 database adminsitration as i came from
Progress DBA background ....
Here i have Five DB2 instances running on different AIX servers.
Issue with executebatch()..Need to know failed records ..not from the exception25 May 2006 20:47 GMT4
I am trying to update a million rows in a table and doing this reading
from a file which has the  record pkids and constructing a
preparedstatemtn with that pkid and adding it to the batch...
count is the recordnumber read from the file...
DECLARE/FETCH USING JAVA..(POSITIONED UPDATE)25 May 2006 20:40 GMT2
HOW CAN THIS BE DONE IN JAVA??? THIS IS POSITIONED UPDATE
EXEC SQL  DECLARE C1 CURSOR FOR
                 SELECT *
                   FROM EMPLOYEE
Can I overload stored procedures based on param type?25 May 2006 16:34 GMT6
DB2 LUW 8.1 FP11
Can't I overload SPs based on param types rather than
just number of params?
If I do:
Suggest data type25 May 2006 14:07 GMT8
I have a table with the following 2 Fields - one is the description
name and the second is its description to be stored in a table.
   description name              description
------------------------------          ------------------
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 April, 2006
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 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.