|
More site info...
|
|
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.
|
|
|
|
|
Posting activity on DB2:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
151
|
396
|
1,090
|
|
Post:
|
495
|
1,425
|
3,614
|
|
|
DB2 Posting activity graph:
|
Top authors during last week:
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...
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
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.
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'...
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?
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
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
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
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::
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.
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.
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
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.
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?
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
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
Started 1 day, 21 hours ago (2009-11-25 08:20:00)
by n_i
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
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:
...
|
|
Hot threads for last week on 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)!
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
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?
Started 1 week, 1 day ago (2009-11-18 17:17:00)
by CandyMan
There are no dups in any of the result sets.
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?
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 ...
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
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
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.
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.
|
|