July 10th, 2008
msquared (Administrator)
|
Please read me first
Hi everybody,
of course you all have read the posting guide lines, but I'd like to kindly ask you to keep a few things in mind:
Use code tags for... more »
sticky
|
|
Dynamic SQL
Hi ,
I am facing problme with my code. it is not displaying the results of SELECT statement
MOVE 'SELECT AAA, BBB FROM sample
- ' WHERE... more »
|
|
SQL0440 error on delete statement
HI,
The following SQL statement returns an error SQL0440, complaining about routine '=' not found
delete from XXX.YYYYY where YYYY_key = ... more »
|
|
SQL30081N error while connecting to a DB2 ver. 7.2 Database
Hi,
I am having some problems getting an application server to connect to the database server. Both servers run on Windows 2000 Server. DB2 version... more »
|
|
Verify attribute content
Im trying to get the DBMS to make sure that my update / inserts only contains valid chars AŽ-> Z and numbers 0-9 - is that possible ?
Brgds Claus more »
|
|
SQL query help
Hello all,
I have a table and need to update the FINAL_FFE column based on the following.
FINAL_FFE is FFE divided by count of ASSIGN_ID's in the... more »
|
|
Import SPF via Script
Hi folks; my first post. I'm a total DB2 newbie who works as a Packager. I've created a package that installs DB2 (old version which I can find out... more »
|
|
Max Lehgth Of A Row In Db2
HI
anyone plz say what is the maximum length of a row in a db2 table..... more »
|
|
Db2 loading from Tab delimited Txt file
Hi all,
I am pretty much new to DB2 platform and i have one query...
I have to import data of about 7 million rows into a Db2 table.
i am using... more »
|
|
Date function help subtracting dates
I am having the below oracle statement
TO_DATE(to_char(last_day(add_months(sysdate-1,-1))+1,'dd-mon-YYYY'),'dd-mon-YYYY')-ACT_DATE
to update a... more »
|
|
Sybase to DB2 Migration
We are migrating a 300gb Sybase DB to DB2. How much can we expect the DB to grow (if at all) as a result of the migration? Give me a number on the... more »
|
|
DB2 Stored Procedure Refresh
Hi, I'm new to this site. I would like to refresh the DB2 WLM using JCL.
How do I do that ?
#VARY WLM,APPLENV=WLMDEVL,REFRESH
Currently I use... more »
|
|
DB2 Stored Procedure Refresh
Hi, I'm new to this site. I would like to refresh the DB2 WLM using JCL.
How do I do that ?
Currently I use the following command in IOF command... more »
|
|
DB2 backup Valid or Corrupted
Hi all ,
I would like to know is there any command available in DB2 V 8.1 UDB in windows platform to check wheather the backup image in... more »
|
|
Max Length Of Varchar
Please anyone let me know what is the maximum length of varchar datatype in db2 tat can we use more »
|
|
Embedded SQL returning uncatchable error - Procedure/Trigger
I am getting a frustrating error when i try to insert into the table the trigger i created is on.
Any insight would be appreciated
Error:
db2 =>... more »
|
|
DB2 UDB Objects Dependent on UDF
Hi,
Can anyone please provide me information on how we can check which database objects(views, indexes, etc.) are dependent on a UDF.
I want to... more »
|
|
Db2
Hi everyone.I am a beginner using DB2 i would want to know what the task center doed and how it is related to tools catalog.Thank you more »
|
|
Having problem restoring incremental backup
Guys, im using dB2 Version 9. I perform all the re-configuration of database parameter for incremental backup. I perform initial full backup and... more »
|
|
Database release level
Hi all ,
I need to know what is the difference between
Database release level=a.00
and
Database release level=b.00
Regards more »
|
|
SUM function with conditions (>) or (<)
Hello everyone!
I've run into a little snag with SQL (which I am still very new at). What I'm trying to do it run a query again medical claim... more »
|
|
How to Write this SQL Statement?
Hi,
Table A
Col1 Col2 Col3 Col4
Table B
Col5
Both tables are not linked to each other. more »
|
|
DB2 Web Tools - Error code 101
Hi all,
I tried to configure DB2 webaccess tool with tomcat-4.1.30
I followed all the procedures that given in manual .
While accessing... more »
|
|
ErrorCode
Hi all,
I am getting an exception like
Exception occurred during Timestamp conversion. See attached Throwable for details. ERRORCODE=-4220,... more »
|
|
SQL 103 - "Numeric literal invalid" on SELECT *, but not SELECT a,b,c
Hi,
I'm encountering a strange error after an upgrade has been run on a test site. Attempting to SELECT * FROM table
or even just entering SELECT *
... more »
|
|
Error in Stored Procedure(DB21034E)Expected tokens may include:"FROM".SQLSTATE=42601
Hi All,
I am new to Stored Procedures, Cursors. I am getting an error "DB21034E The command was processed as an SQL statement because it was invalid... more »
|
|