Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

DB2 | Forum profile

Forum profile page for DB2 on http://www.dbforums.com. This report page is the aggregated overview from a single forum: DB2, located on the Message Board at http://www.dbforums.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "DB2" on the Message Board at http://www.dbforums.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: dBforums - Database Support Community - DB2 (site profile, domain info dbforums.com)
Title: DB2
Url: http://www.dbforums.com/db2/
Users activity: 33 posts per thread
Forum activity: 151 active thread during last week
 

Posting activity on DB2:

  Week Month 3 Months
Threads: 151 396 1,090
Post: 495 1,425 3,614
 

DB2 Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
ASJemOvavaEnede
90
user's latest post:
Where I can get the DUMPS of...
Published (2009-11-21 06:21:00)
Hi <a href=http://www.jomtienbeachhotel.com/>order acomplia</a> This drug is available in two forms: 10 and 20 mg. buy acomplia It must be taken on empty stomach for faster absorption and it is suggested to avoid eating breakfast for 1 hour after taking the medication. CHEAP ACOMPLIA \ Buy Generic Acomplia \ Acomplia Online Without Prescription \ Buy Acomplia (Rimonabant) Medication \ Acomplia Diet Pill \ Acomplia...
Lenny77
47
user's latest post:
year/calendar funtion - Page 2 -...
Published (2009-11-25 15:28:00)
Quote: Originally Posted by db2girl Oh, I see what you mean by 4 days. The answer remains the same or the answer is zero. What does it meat ZERO ? Oh, DB 2 girl ! Lenny
n_i
42
user's latest post:
Stored procedure : column name...
Published (2009-11-25 16:43:00)
Google for "dynamic SQL". Also check out the PREPARE statement in the manual.
db2girl
29
user's latest post:
year/calendar funtion - Page 2 -...
Published (2009-11-25 16:15:00)
This is not New Year. What is your answer?
Tonkuma
26
user's latest post:
Export to positional textfile
Published (2009-11-24 09:08:00)
There are some (tricky) ways, like in the following example. But, I want to recommend to use CASE expression. Because it describes naturally the meaning of the column. Code: ------------------------------ Commands Entered ------------------------------ SELECT col1 , COALESCE(LEFT('N', 1 + col1 - col1), 'Y') AS funcs , DECODE(col1, col1 + 1, 'Y', 'N') AS decode , CASE WHEN col1 IS NULL THEN 'Y'...
Marcus_A
18
user's latest post:
year/calendar funtion
Published (2009-11-23 19:41:00)
Where are the pictures? What good is a calendar without pictures?
DBFinder
14
user's latest post:
Stored procedure : column name...
Published (2009-11-25 22:08:00)
Quote: Originally Posted by rpkulkarni I am writing a stored procedure which has two cursors. How to make TEMP_VALUE to be treated as column name rather than a value? Thanks, rpkulkarni At the beginning Quote: set statement1=' insert into OUTPUT select * from table where cast(? as char(30)) = 2'; PREPARE S1 FROM statement1; And inside the loop Quote: EXECUTE S1 using TEMP_VALUE; Not tried, but hope this helps. DBFinder
Mathew_paul
14
user's latest post:
sql replication question
Published (2009-11-25 02:43:00)
sir as spill files generates in target server but the size of each files is different. The files size is different coz its according to source server means when there a huge amt of transaction happens for example 5000 MB in source and after that commit happens, so as spill file of 5000MB will be generated in target Kindly correct me on this ?? regds Paul
ARWinner
12
user's latest post:
db2tcpcm service not running.
Published (2009-11-24 17:10:00)
You need to do everything as the instance owner (db2inst1 in your case). To see the databases: db2 list db directory To determine which version: db2level To see the tables: db2 connect to MyDB db2 select tabschema,tabname from syscat.tables Andy
sawangupta
11
user's latest post:
DB Connectivity Issue
Published (2009-11-24 09:09:00)
Could you be more specific about any errors seen ? Regards, Sawan Gupta
 

Latest active threads on DB2::

dBforums - Database Support Community
Started 1 day, 12 hours ago (2009-11-25 16:43:00)  by n_i
Google for "dynamic SQL". Also check out the PREPARE statement in the manual.
Thread:  Show this thread (7 posts)   Thread info: Stored procedure : column name from a variable Size: 87 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Google for "dynamic SQL". Also check out the PREPARE statement in the
manual. :: DB2 :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 1 day, 5 hours ago (2009-11-26 00:33:00)  by db2girl
The only option I'm aware of is "not logged initially". With nonrecoverable load, the tablespaces associated with the target table are not put into the backup pending state - logging is minimal by default with load.
Thread:  Show this thread (2 posts)   Thread info: Turning off logging on individual tables Size: 225 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: The only option I'm aware of is "not logged initially". With nonrecoverable
load, the tablespaces associated with the target... :: DB2 :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 3 days, 11 hours ago (2009-11-23 18:13:00)  by db2girl
Not sure about displaying it using db2, but you can do it with the OS cal command. The following works on AIX: cal 2007
Thread:  Show this thread (28 posts)   Thread info: year/calendar funtion Size: 136 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Not sure about displaying it using db2, but you can do it with the OS cal
command. The following... :: DB2 :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 3 weeks, 3 days ago (2009-11-02 18:45:00)  by stolze
You need the aggregation of strings. XMLAGG or recursive queries are the standard answer for that.
Thread:  Show this thread (107 posts)   Thread info: Simple specs Size: 98 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: You need the aggregation of strings. XMLAGG or recursive queries are the
standard answer for that. :: DB2 :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 2 months ago (2009-09-23 02:06:00)  by db2dummy1
this is great! spasibo Leonid! can you do the same for chess? a chess-solver?
Thread:  Show this thread (72 posts)   Thread info: Absolute SUDOKU Solver Size: 211 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: this is great! spasibo Leonid! can you do the same for chess? a
chess-solver? :: DB2 :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 2 days, 15 hours ago (2009-11-24 13:54:00)  by ARWinner
See the attached: Everything You Wanted to Know About DB2 Universal Database Processes 50000 is the default port that DB2 suggest when creating an instance, but it does not have to be thus. Look in /etc/services for what port is being used. Andy
Thread:  Show this thread (11 posts)   Thread info: db2tcpcm service not running. Size: 413 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: See the attached:

Everything You Wanted to Know About DB2 Universal Database Processes

50000 is the default port that... :: DB2 :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 1 day, 19 hours ago (2009-11-25 10:09:00)  by dav1mo
Why not take a look at IBM Redbooks? Here is a perfect one for you, IBM Redbooks | MySQL to DB2 UDB Conversion Guide It is the MySQL to DB2 UDB Conversion Guide. Also, which is it UDB or Oracle? You have same post over there. Dave
Thread:  Show this thread (2 posts)   Thread info: Going from Mysql to DB2 Size: 322 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Why not take a look at IBM Redbooks? Here is a perfect one for you, IBM
Redbooks | MySQL... :: DB2 :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 1 day, 21 hours ago (2009-11-25 08:20:00)  by n_i
Use BLOB datatype
Thread:  Show this thread (4 posts)   Thread info: Image in DB2 Size: 17 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Use BLOB datatype :: DB2 :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 4 days, 7 hours ago (2009-11-22 22:09:00)  by Marcus_A
Find out the ascii hex value, and then replace it with another hex value or space. For example X'22' is a double-quote. Ascii Table - ASCII character codes and html, octal, hex and decimal chart conversion
Thread:  Show this thread (8 posts)   Thread info: how to replace quotes in db2 sql Size: 272 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Find out the ascii hex value, and then replace it with another hex value or
space. For example X'22'... :: DB2 :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 1 day, 21 hours ago (2009-11-25 08:24:00)  by n_i
Quote: SQL1220N The database manager shared memory set cannot be allocated. Explanation: The database manager could not allocate its shared memory set. The cause of this error may be insufficient memory resources either for the database manager or the environment in which its operation is being attempted. Memory resources that can cause this error include: ...
Thread:  Show this thread (2 posts)   Thread info: DB2 server does not start, error: ervice terminated with service-specific
error 42949 Size: 1,565 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Quote:

	SQL1220N
The database manager shared memory set cannot be allocated.
Explanation:
The database manager could not allocate its... :: DB2 :: dBforums - Database Support Community"
 

Hot threads for last week on DB2::

DB2
Started 3 weeks ago (2009-11-05 10:37:00)  by sathyaram_s
700 is obsolete. I suggest you take 730. IBM developerWorks : DB2 9 Fundamentals certification 730 prep series Download these tutorials and I am sure you can pass (and learn too)!
Thread:  Show this thread (102 posts)   Thread info: Where I can get the DUMPS of Paper 700. Size: 348 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: 700 is obsolete. I suggest you take 730.

IBM developerWorks : DB2 9 Fundamentals certification 730 prep series

Download... :: DB2 :: dBforums - Database Support Community"
DB2
Started 3 days, 11 hours ago (2009-11-23 18:13:00)  by db2girl
Not sure about displaying it using db2, but you can do it with the OS cal command. The following works on AIX: cal 2007
Thread:  Show this thread (28 posts)   Thread info: year/calendar funtion Size: 136 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Not sure about displaying it using db2, but you can do it with the OS cal
command. The following... :: DB2 :: dBforums - Database Support Community"
DB2
Started 1 week, 1 day ago (2009-11-18 23:06:00)  by n_i
Quote: Originally Posted by stupidcute (Please take note that i created this ODBC connection is to B and not A) How do you know that?
Thread:  Show this thread (15 posts)   Thread info: Problem in ODBC connectivity, please help Size: 762 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Quote:

	Originally Posted by stupidcute (Please take note that i created this ODBC connection is to B and not... :: DB2 :: dBforums - Database Support Community"
DB2
Started 1 week, 1 day ago (2009-11-18 17:17:00)  by CandyMan
There are no dups in any of the result sets.
Thread:  Show this thread (14 posts)   Thread info: joining to a 'fetch first 20' temp table Size: 44 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: There are no dups in any of the result sets. :: DB2 :: dBforums - Database Support Community"
DB2
Started 2 months ago (2009-09-23 02:06:00)  by db2dummy1
this is great! spasibo Leonid! can you do the same for chess? a chess-solver?
Thread:  Show this thread (72 posts)   Thread info: Absolute SUDOKU Solver Size: 211 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: this is great! spasibo Leonid! can you do the same for chess? a
chess-solver? :: DB2 :: dBforums - Database Support Community"
DB2
Started 5 days ago (2009-11-22 05:01:00)  by shammat
Quote: Originally Posted by arviman Does anyone know what sqlcode=-551 means Sure, the manual: http://publib.boulder.ibm.com/infocenter/db2luw/ v9r7/topic/com.ibm.db2.luw.messages.sql.doc/doc/rs qlmsg.html Or just enter: db2 "? -551" on the commandline If you want to get the full error message in the ...
Thread:  Show this thread (11 posts)   Thread info: Error executing simple query with JDBC Type 4 connectivity Size: 1,231 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Quote:

	Originally Posted by arviman Does anyone know what sqlcode=-551 means

Sure, the manual:
http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/topic/com.ibm.db2.luw.messages.sql.doc/doc/rsqlmsg.html

Or just enter:
db2... :: DB2 :: dBforums - Database Support Community"
DB2
Started 2 days, 15 hours ago (2009-11-24 13:54:00)  by ARWinner
See the attached: Everything You Wanted to Know About DB2 Universal Database Processes 50000 is the default port that DB2 suggest when creating an instance, but it does not have to be thus. Look in /etc/services for what port is being used. Andy
Thread:  Show this thread (11 posts)   Thread info: db2tcpcm service not running. Size: 413 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: See the attached:

Everything You Wanted to Know About DB2 Universal Database Processes

50000 is the default port that... :: DB2 :: dBforums - Database Support Community"
DB2
Started 1 week, 1 day ago (2009-11-18 22:58:00)  by DB2Plus
Somebody, Lenny, shown this query on this forum.... You can use, if you want. It's free today.... Fibonacci Numbers (plain DB2) Kara
Thread:  Show this thread (10 posts)   Thread info: Recursive Stored Procedure Size: 408 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Somebody, Lenny, shown this query on this forum....
You can use, if you want. It's free today....

Fibonacci Numbers... :: DB2 :: dBforums - Database Support Community"
DB2
Started 1 week ago (2009-11-19 10:53:00)  by n_i
Code: select char(col1) || char(col2) || char(col3) from mytable Redirect output to a file.
Thread:  Show this thread (10 posts)   Thread info: Export to positional textfile Size: 376 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Code:

select char(col1) || char(col2) || char(col3) from mytable

Redirect output to a file. :: DB2 :: dBforums - Database Support Community"
DB2
Started 1 week, 3 days ago (2009-11-16 09:29:00)  by n_i
From the information you've provided, it looks like the application did not commit its last UOW and is waiting for user input or some other event. Knowing the query it ran and the IP address of the client you can analyse the application and make sure it issues commits when appropriate.
Thread:  Show this thread (18 posts)   Thread info: Long_Waiting_Application ? Size: 286 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: From the information you've provided, it looks like the application did not
commit its last UOW and is waiting... :: DB2 :: dBforums - Database Support Community"