| Thread | Last Post | Replies |
|
| Deadlock due to table level exclusive lock | 24 Apr 2008 14:34 GMT | 3 |
Please correct me if I am wrong 1. no 2 processes can have exclusive lock on same object (by object, same row or same table) 2. on deadlock incident between 2 processes only one of them will be
|
| can a trigger do an execute immediate? | 24 Apr 2008 14:00 GMT | 7 |
I'm fairly new to DB2. I have been assigned to build a delete trigger that finds the data type of each of the table's fields so that the trigger can then build a string consisting of OLD values pre-wrapped in quote marks as
|
| How do I turn 2 separate select queries into the columns of 1 select query | 23 Apr 2008 23:18 GMT | 8 |
I'm having a really hard time trying to figure this out so any help would be great. I'm working on DB2 V9.5 but I think my problem is generic sql. I have 2 independent sql queries which are very similar with just a
|
| Sleep command in db2 | 23 Apr 2008 20:27 GMT | 1 |
Just want to know if there is a sleep command I could use to slow down the process in a stored procedure. I know people would've asked this question. I googled it, but everyone said that they haven't used in the stored procedures. I want to know if the sleep cannot be done
|
| Group privileges and views | 23 Apr 2008 20:26 GMT | 1 |
Quoting http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/topic/ com.ibm.db2.luw.sql.ref.doc/doc/r0000935.html : Group privileges are not considered for any table or view specified in the CREATE VIEW statement.
|
| Data Studio Developer: Platforms and Assembly Information | 23 Apr 2008 19:13 GMT | 2 |
Data Studio Developer is only distributed on Windows and Linux/Intel. This product is based on Eclipse and integrates Java code to provide the capabilities of the product. Part of the I(ntellectual) Property is from IBM so we can understand
|
| heavy inserts and bufferpool | 23 Apr 2008 14:12 GMT | 10 |
I am new to DB2. version info DB2 9.5 , Linux some more info:- create bufferpool bp1 size 140000 pagesize 8K ;
|
| A simpler truncation function that renders credit card numbers unreadable | 23 Apr 2008 13:21 GMT | 1 |
Background: The Payment Card Industry (PCI) Data Security Standard (PCI DSS) is a standard for financial institutions. It requires sensitive information, such as credit card numbers, to be "unreadable anywhere it is stored" using hashing, truncation or encryption.
|
| Learn querying DB2 system catalog tables -basics | 22 Apr 2008 20:00 GMT | 2 |
Learn DB2 system catalog tables http://db2examples.googlepages.com/systemcatalogtables
|
| Query Help | 22 Apr 2008 19:21 GMT | 2 |
DB2 V8.2 on AIX using C language applications. I have these two queries I would like to put together: "SELECT SUM(products.loc1_size) FROM products WHERE (location1 = 'NFUSA1') AND (main_loc IN (SELECT main_loc FROM status WHERE
|
| Raise signal with dynamic message_text | 22 Apr 2008 13:19 GMT | 1 |
Environment is DB2/LINUX 9.5.0. I wonder if it is possible to set the MESSAGE_TEXT dynamically when using the SIGNAL statement. The objective is to return more specific information to the calling user or application. E.g. I would rather
|
| store procedure to transpose rows to columns | 21 Apr 2008 22:02 GMT | 1 |
Chris Eaton created a SP to to transpose rows to columns : Here is an example of a rowtocol stored proc that takes a SQL statement as the first paramter, a delimiter as the second parameter and the ouput (in the 3rd parameter) is the rows coverted to a column with the delimiter ...
|
| moving a C++ written application from db2 v8 to db2 v9.............. | 21 Apr 2008 14:19 GMT | 3 |
I dont know whether this query exactly fits to this group or not. Actually I am having a Application written in C++ which uses CLI API to perform database operations. Currently it is working on DB2 v8. now i want to move this application
|
| converting from time in seconds to timestamp format | 21 Apr 2008 11:43 GMT | 6 |
I'm moving a mysql database over to using db2 V9.5 The database is used by our radius server to store network accounting information from our switches. One parameter is the length of a network session in seconds.
|
| DB2 on z/OS Mainframe | 20 Apr 2008 01:47 GMT | 6 |
I understand at a high level database concepts and have come from SQL Server and Windows Is there any good link thats high level that compares Windows to z/os mainframe terminology ? I hear the mainframe guys talking about control
|