| Thread | Last Post | Replies |
|
| cursor as OUT parameter of a stored procedure | 09 May 2006 12:29 GMT | 1 |
I am writing a stored procedure in db2, and I want to return a cursor as an out parameter of the stored procedure How can I accomplish that.... Thanks in advance
|
| Cascading delete | 09 May 2006 11:20 GMT | 3 |
I have 3 tables in db2 database. I would like to write a cascading delete statement and I dont want to use a trigger. Could you please explain how the statement needs to be? My table straucture is as follows:
|
| Calculating percentage in sql db2 with decmial precision | 09 May 2006 10:44 GMT | 4 |
I am writing a sql query (added below) to calulate percentage. Its returning an integer value whereas I would like to get a float value (with 2 decimal precision). The query is:
|
| cursor as OUT parameter of a stored procedure | 09 May 2006 10:19 GMT | 1 |
I am writing a stored procedure in db2, and I want to return a cursor as an out parameter of the stored procedure How can I accomplish that.... Thanks in advance
|
| Sample table structure to store pics in DB2 | 09 May 2006 08:07 GMT | 5 |
Can any one show me a sample create table structure for storing .BMP's and .GIF images. togther with its description. Thanks in advance, rAinDeEr
|
| Path where database is created | 09 May 2006 07:46 GMT | 1 |
A previous dba has created few databases on my DB2 server V8.2 on AIX 5.3 My question is: How do I come to know where were these databases created on? (CREATE database dbname on <path>)
|
| Error while connecting to a database | 09 May 2006 06:43 GMT | 1 |
Hi, I get the following error when trying to connect to a database: (I have cataloged the node and database and they show up in list node directory and list db directory): SQL30081N A communication error has been detected. Communication
|
| Finding the 'Client login ID' aka 'Execution ID': DB2 AIX | 09 May 2006 04:54 GMT | 2 |
Database: DB2 AIX V8.* Question: I want to be able to get the 'Client login ID' aka 'Execution ID' (as opposed to the authid or application_id) for the current connection within a stored procedure and without requiring SYSADM,
|
| SQL7962 Error When Selecting From AS400 DB2 Database | 08 May 2006 18:31 GMT | 6 |
I have a curious problem. Occasionally executing a simple select against an AS400 DB2 database through JDBC fails with the following error: (SQLState = 57014) - java.sql.SQLException: [SQL7962] Cursor CRSR0002 opened.
|
| DB2 Instance Crash | 08 May 2006 14:34 GMT | 2 |
Linux RedHat 4.0 Update 2 + UDB 8 Fixpack 10. Our instance crashed recently. I know I´d better open a PMR (I will do it on Monday), but any suggestion as to what may be causing the error ? Here is the diag:
|
| Performance problem in db2 | 08 May 2006 09:37 GMT | 6 |
I am now developing a java program connected to db2 via jdbc, and the db2 server(version 8.2) is installed in a visual machine running also on my computer, however, i always found that the java program suspended when sending a request to drop a stored procedure, I don't know why, ...
|
| crash when trying to get snapshot size | 07 May 2006 08:09 GMT | 2 |
I have a multi-threaded application running on AIX 5.3 and DB2 8.2 that takes snapshots from different threads. Each thread that takes snapshot allocates an application context (using sqleBeginCtx), and frees it when the thread goes down (using sqleEndCtx).
|
| JDBC error | 07 May 2006 07:04 GMT | 1 |
I'm trying to connect to DB2 Express-C for Linux using the JDBC Universal Driver and I get the error below. I thought it was my code then I installed Websphere Community Edition 1.0.0.1 and I'm now using the IBM JDK 1.4.2. I wasn't planning to work directly with Websphere
|
| Install DB2 UDB v8.2 on Solaris 10 x86 error!!! | 06 May 2006 13:42 GMT | 1 |
I've downloaded DB2 UDB v8.2 for solaris and tried to install it on my DELL Inspiron 6000 laptop with solaris 10 for x86 but getting errors like: ../db2/solaris/bin/disp_msg: cannot execute ../db2/solaris/bin/disp_msg: cannot execute
|
| trigger happy | 05 May 2006 22:36 GMT | 1 |
Why might this trigger cause an 803 error message when only 1 record insert is ocurring? If I take the primary key off the FR_HACCP_EOR_RES table the insert occurs and only inserts 1 record. If I put the primary key back on the
|