| Thread | Last Post | Replies |
|
| db2 concurrency control question | 07 May 2005 15:29 GMT | 7 |
Greetings Folks, I am trying to understand how DB2 locks data and can't believe my eyes. Have read the literature about the difference isolation levels and have a general understanding about intent, update, share and exclusive
|
| Help with an SQL Query | 07 May 2005 05:39 GMT | 2 |
I apologize if this is off-topic. If it is off-topic, please direct me to a more appropriate group. I am writing an SQL query for a project and am a little stuck. I need to classify a list of employees into age brackets. (E.g.. 16-15, 25-35, etc.) I
|
| Accessing Oracle from DB2 Stored Procedure | 07 May 2005 04:08 GMT | 4 |
Good Afternoon, I have a Java stored procedure on DB2 z/OS and it is using the Type 4 JDBC driver to access an Oracle database. After I get the data from the Oracle dataabse I try to return it from my SP as a result set, but
|
| SQL Profiler For DB2 Stored Procedures | 06 May 2005 19:10 GMT | 5 |
Please let me know the various choices of DB2 SQL Profilers used to analyze Stored Procedures !! -Vj
|
| alter table drop column | 06 May 2005 18:14 GMT | 6 |
Why doesn't db2 allow dropping of columns? I know this issue has been raised several times, but I never saw any clear answer. It doesn't have to be fast, as long as it's possible. Now I need to export data, drop table, create table, import data, create
|
| java sotred procedure from AIX 7.2 to Linux 7.2 | 06 May 2005 17:12 GMT | 1 |
I am migrating a DB from AIX (DB2 7.2) to Linux (DB2 8.2). I have migrated the whole thing using db2move and reapplying DDLs to recreate all the other objects. The system is up and running. This part is OK, I have done it plenty of times.
|
| agents per application -how to figure out | 06 May 2005 15:20 GMT | 3 |
how can I tell how many agents are used per application. how can I tell how many agents are used per connection. I'd appreciate your input. With 20 applications we are using around 400 agents(maxagents,max_coordagents) and getting -1223 sqlcode.
|
| String Filter | 06 May 2005 14:47 GMT | 2 |
I'm have a SQL stored procedure where I need to filter a string of Char(35), this code gave me a compilation error: SET vCTR1=2; CLEAN_Name: WHILE vCTR1 <= 34
|
| Queston on DB2 lock | 06 May 2005 14:47 GMT | 9 |
We are connecting to a DB2 database residing on an AIX machine via JDBC. In order to lock some row of records, we use the "select . . . for update . . . " Java statement:
|
| access plan with sequence in params | 06 May 2005 13:01 GMT | 3 |
Hmm... Simple select through primary key 1. SELECT REFERENCE FROM CCTL.DOCSTSREG WHERE DOCID=? 2. SELECT REFERENCE FROM CCTL.DOCSTSREG WHERE DOCID=(PREVVAL FOR CCTL.sq_docidstsreg)
|
| Logging in Stored Procedures | 06 May 2005 12:59 GMT | 1 |
Please let me know how are logging done in DB2 Stored Procedures. I have been trying this way. 1) Declaring a cursor with host variables selected from the dummy table declare c5 cursor with return for
|
| missing udfs in 8.2.1 | 06 May 2005 02:49 GMT | 2 |
Norbert Munkel wrote last october:
>> -- GET_DBM_CFG >> create view DB2$DBM_CFG as select * from table(get_dbm_config()) as sntable;
|
| Creating constraints using 'alter table' | 05 May 2005 20:40 GMT | 2 |
I am trying to create a referential constraint using the alter table statement and get the following message DB21034E The command was processed as an SQL statement because it was not a
|
| SELECTing from multiple databases? | 05 May 2005 16:23 GMT | 5 |
I'm running DB2 V 7.1 and I wish to write a SELECT query that queries tables in multiple tables in different databases on the same instance. Is this possible and if so, what should the FROM clause look like? Thanks for your help...
|
| Problem with CURSOR FOR statement in proc | 05 May 2005 15:35 GMT | 1 |
UDB 8.2.8 Win We have a procedure which execute dynamically prepared SELECT. We need call this procedure in another procedure. CREATE PROCEDURE P_CCC(IN PSQLTXT CLOB(2M))
|