Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
Database Servers
DB2InformixIngresMS SQLOraclePervasive.SQLPostgreSQLProgressSybase
Desktop Databases
FileMakerFoxProMS AccessParadox
General
General DB TopicsDatabase Theory
Related Topics
Java Development.NET DevelopmentVB DevelopmentMore Topics ...

Database Forum / DB2 Topics / May 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Problem with sequence in UDB 8.203 May 2005 23:06 GMT1
Folks,
 I am having problem running select query from a sequence. I get SQL0204N
 error. I am running UDB 8.2 on AIX 5.2.
# oslevel
DIA0001E An internal error occurred. Report the following error code : "ZRC=0x8136001C".03 May 2005 21:52 GMT1
Hoping someone can help here..
Our application (C#.Net) was receiving  IBM.Data.DB2.DB2Exceptions
ERROR [57011] [IBM][CLI Driver][DB2] SQL0904N  Unsuccessful execution
caused by an unavailable resource.  Reason code: '', type of resource:
SYSPROC.ENV_GET_INST_INFO() not working...03 May 2005 21:04 GMT4
I'm running DB2 v 7.2 FP 9.
After connecting to DB2, i ran the following commands:
set path = "SYSIBM","SYSFUN","DB2ADMIN","SYSPROC"
SELECT * FROM TABLE(SYSPROC.ENV_GET_INST_INFO()) AS INSTANCEINFO
error sqlriResolveOpFunc03 May 2005 14:46 GMT2
my error is:
"SQL0901N The SQL statement failed because of a non-severe system error.
Subsequent SQL statements can be processed. (Reason "sqlriResolveOpFunc:
invalid opcode ...".) SQLSTATE=58004"
DB2 Fixpak 9 now available for LUW03 May 2005 13:52 GMT20
Also, noticed there is now a separate fixpak 9 for Linux 2.6 Kernel in
addition to the regular Linux fixpaks.
Quck question on port numbers for V8.X and HP02 May 2005 22:37 GMT3
Quick question on port numbers (V8.1 or V8.2):
Is it true that on HP11, db2icrt command ignores -p option for port
(Non DPF)? Does DB2 always take 60000 (assuming this is the first
instance),  regardless of what's passed to -p option (only on HP11)
DB2 version info02 May 2005 20:44 GMT6
How can I get the DB2 version installed on the Red hat linux server ?.
Not the 'release.notes' file but the actual DB2 version installed on
the particular server. What is the command line syntax for it ?
Thanks.
Stored Procedures: RESULT SET.02 May 2005 13:45 GMT1
All:
I am writing a MAIN CALLING PROCEDURE. This call lot of procedures.
Some of the CALLED PROCEDURES end with an OPEN C1 (cursor). How to I
read this open cursor in my main procedure?? In java or C we can
Stored procedures debugging.02 May 2005 13:44 GMT2
All:
I want to debug stored procedures in V8.2 and specifically see the
values of my dynamic constructs.
 set v_sql ='SELECT COUNT(*) FROM  DB2ADMIN. ' || v_table_name;
DB21015E - New Error with Fixpack 8?02 May 2005 13:16 GMT2
i saw that Jacelyn Yswan has posted already at 23th of February for the
same problem, but apparently there was no solution. Maybe someone knows the
reason today.
We use Fix 8 since 7th of march on AIX 5L and we still get the error
Generating rows on the fly02 May 2005 11:27 GMT9
You can use the following SQL to construct rows with column names
on the fly, rather than from an existing table like sysibm.sysdummy1:
 SELECT * FROM TABLE (
  VALUES (0, 1, 2), (3, 4, 5), (6, 7, 8)
DB2 crash?!?02 May 2005 09:54 GMT14
Hey all,
at the company where I work we had a strange situation yesterday.
Our DB2 database locked up, or as it later seemed, the DBM, or some
connection manager.
db2 connect statement with current schema02 May 2005 08:49 GMT1
I'm connecting to a db2 8.2 database and
schema using the following two commands :
db2 connect to MYDB user me using helloworld
db2 current schema MYSCHEMA
Pages: 1 2 3 4 5 6 7 8 9 10 11 April, 2005
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.