dbTalk Databases Forums  

Atypical ORA-03114 help please

comp.databases.oracle.server comp.databases.oracle.server


Discuss Atypical ORA-03114 help please in the comp.databases.oracle.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Evan Ehrenhalt
 
Posts: n/a

Default Atypical ORA-03114 help please - 06-26-2003 , 07:02 PM






I am looking for a clue on an Oracle / vendor problem.

The thin client reports occasional ORA-03114 errors, while SQLPLUS and
TNSPING have no troubles. We can not detect a pattern or cause.

The sqlnet.log, alert_SID.log and, TNS_ADMIN/../log/* has no errors. No
trace files are generated related to this issue (just the usual backup
to trace, occasional arc, etc.).

I see no oracle related problems, except what the vendor log and the
clients report. The clients are screaming bloody murder.
The vendor help desk has not been much help, and I do not find anything
that helps much on Metalink.
Since it is an ORA- error and it points to an Oracle procedure, I hope
someone out there can help.

Database is a 8.1.6.0.0 EE on SunOS 5.8 Generic_108528-09 sun4u sparc
SUNW,Ultra-80.
It has 9 GB EMC disk available, with less than 3 GB in tablespaces
(plenty of free space in each).
We are using a vendor product which will not allow us to upgrade.
There are details below and I can provide as many more as you like.

If you have any clues or hints for us, please post here or e-mail me.

Thank you,

Evan Ehrenhalt


-----begin ERROR LOG FROM VENDOR-----
Wed Jun 25 22:32:58 2003] [error] [Wed Jun 25 22:32:58 2003]:
CI::dbh_error_catch, called by CI,
/usr/local/blackboard/perl/lib/site_perl/5.005/CI.pm line 388
Error: can't execute: BEGIN get_session_md5_data (md5_in => ?,
vals_out => ?); END;
ARGS: ERR: DBD::Oracle::st execute failed: ORA-03114: notconnected to
ORACLE (DBD ERROR: OCIStmtExecute) at
/usr/local/blackboard/perl/lib/site_perl/5.005/CI.pm line 386.
-----end ERROR LOG FROM VENDOR-----
-----begin Oracle Procedure---------------------
CREATE OR REPLACE PROCEDURE "BB50"."GET_SESSION_MD5_DATA"
get_session_md5_data(md5_in IN VARCHAR2,
vals_out OUT VARCHAR2) IS
BEGIN
UPDATE sessions
SET timestamp = SYSDATE
WHERE md5 = md5_in;
COMMIT;
SELECT
'session_id='||session_id||','||'user_id_pk1='||us er_id_pk1||','||'user_id_sos_id_pk2='||

user_id_sos_id_pk2||','||'user_id='||user_id||','| |'one_time_token='||
one_time_token||','||'batch_uid='||batch_uid
INTO vals_out
FROM sessions
WHERE md5 = md5_in;
EXCEPTION
WHEN OTHERS THEN
vals_out := NULL;
END get_session_md5_data;
-----end Oracle Procedure---------------------
-----begin /etc/system values--------------------
set shmsys:shminfo_shmmax=4294967295
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmmni=100
set shmsys:shminfo_shmseg=10

set semsys:seminfo_semmni=100
set semsys:seminfo_semmsl=70
set semsys:seminfo_semmns=1000
set semsys:seminfo_semopm=100
set semsys:seminfo_semvmx=32767
-----end /etc/system values--------------------




Reply With Quote
  #2  
Old   
Daniel Morgan
 
Posts: n/a

Default Re: Atypical ORA-03114 help please - 06-26-2003 , 07:50 PM






Evan Ehrenhalt wrote:

Quote:
I am looking for a clue on an Oracle / vendor problem.

The thin client reports occasional ORA-03114 errors, while SQLPLUS and
TNSPING have no troubles. We can not detect a pattern or cause.

The sqlnet.log, alert_SID.log and, TNS_ADMIN/../log/* has no errors. No
trace files are generated related to this issue (just the usual backup
to trace, occasional arc, etc.).

I see no oracle related problems, except what the vendor log and the
clients report. The clients are screaming bloody murder.
The vendor help desk has not been much help, and I do not find anything
that helps much on Metalink.
Since it is an ORA- error and it points to an Oracle procedure, I hope
someone out there can help.

Database is a 8.1.6.0.0 EE on SunOS 5.8 Generic_108528-09 sun4u sparc
SUNW,Ultra-80.
It has 9 GB EMC disk available, with less than 3 GB in tablespaces
(plenty of free space in each).
We are using a vendor product which will not allow us to upgrade.
There are details below and I can provide as many more as you like.

If you have any clues or hints for us, please post here or e-mail me.

Thank you,

Evan Ehrenhalt

-----begin ERROR LOG FROM VENDOR-----
Wed Jun 25 22:32:58 2003] [error] [Wed Jun 25 22:32:58 2003]:
CI::dbh_error_catch, called by CI,
/usr/local/blackboard/perl/lib/site_perl/5.005/CI.pm line 388
Error: can't execute: BEGIN get_session_md5_data (md5_in => ?,
vals_out => ?); END;
ARGS: ERR: DBD::Oracle::st execute failed: ORA-03114: notconnected to
ORACLE (DBD ERROR: OCIStmtExecute) at
/usr/local/blackboard/perl/lib/site_perl/5.005/CI.pm line 386.
-----end ERROR LOG FROM VENDOR-----
-----begin Oracle Procedure---------------------
CREATE OR REPLACE PROCEDURE "BB50"."GET_SESSION_MD5_DATA"
get_session_md5_data(md5_in IN VARCHAR2,
vals_out OUT VARCHAR2) IS
BEGIN
UPDATE sessions
SET timestamp = SYSDATE
WHERE md5 = md5_in;
COMMIT;
SELECT
'session_id='||session_id||','||'user_id_pk1='||us er_id_pk1||','||'user_id_sos_id_pk2='||

user_id_sos_id_pk2||','||'user_id='||user_id||','| |'one_time_token='||
one_time_token||','||'batch_uid='||batch_uid
INTO vals_out
FROM sessions
WHERE md5 = md5_in;
EXCEPTION
WHEN OTHERS THEN
vals_out := NULL;
END get_session_md5_data;
-----end Oracle Procedure---------------------
-----begin /etc/system values--------------------
set shmsys:shminfo_shmmax=4294967295
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmmni=100
set shmsys:shminfo_shmseg=10

set semsys:seminfo_semmni=100
set semsys:seminfo_semmsl=70
set semsys:seminfo_semmns=1000
set semsys:seminfo_semopm=100
set semsys:seminfo_semvmx=32767
-----end /etc/system values--------------------
Only one thing jumps out at me ... an unpatched unsupported Oracle version that has a
reputation for being
extremely buggy.

Forget the usual questions such as what prevented you from upgrading to 8.1.7 or above. What
has
prevented you from applying the patches to 8.1.6? They have been available for years at on
cost.

After you have answered that question ... patch the darned thing and talk to your management
about upgrading
to a supported version or at least one sold during this millenium. Right now your resume' is
growing more stale
by the day and that should not be a happy thought in this economy.

--
Daniel Morgan
http://www.outreach.washington.edu/e...ad/oad_crs.asp
damorgan@x.washington.edu
(replace 'x' with a 'u' to reply)




Reply With Quote
  #3  
Old   
Evan Ehrenhalt
 
Posts: n/a

Default Re: Atypical ORA-03114 help please - 06-27-2003 , 01:20 PM



Sad. I was hoping for more...

Our shop supports in production everything from a single remaining 7.3.4 to the first of our 9.2
databases, with most of our machines still on the 8.1 platform, heading to 9 as fast as DBA's
can push the developers and vendors.

This vendor will only allow an Oracle upgrade with product upgrade, which has problems of it's
own (no data migration path, etc.). This, however, is way off topic.

You have answered with the easy way out. Blame the release. That is certainly what I did.

If no-one has anything constructive for me to look at, I shall return to lurker mode, where I
have happily stayed for several years.

Evan

Daniel Morgan wrote:

Quote:
Evan Ehrenhalt wrote:

I am looking for a clue on an Oracle / vendor problem.

The thin client reports occasional ORA-03114 errors, while SQLPLUS and
TNSPING have no troubles. We can not detect a pattern or cause.

The sqlnet.log, alert_SID.log and, TNS_ADMIN/../log/* has no errors. No
trace files are generated related to this issue (just the usual backup
to trace, occasional arc, etc.).

I see no oracle related problems, except what the vendor log and the
clients report. The clients are screaming bloody murder.
The vendor help desk has not been much help, and I do not find anything
that helps much on Metalink.
Since it is an ORA- error and it points to an Oracle procedure, I hope
someone out there can help.

Database is a 8.1.6.0.0 EE on SunOS 5.8 Generic_108528-09 sun4u sparc
SUNW,Ultra-80.
It has 9 GB EMC disk available, with less than 3 GB in tablespaces
(plenty of free space in each).
We are using a vendor product which will not allow us to upgrade.
There are details below and I can provide as many more as you like.

If you have any clues or hints for us, please post here or e-mail me.

Thank you,

Evan Ehrenhalt

-----begin ERROR LOG FROM VENDOR-----
Wed Jun 25 22:32:58 2003] [error] [Wed Jun 25 22:32:58 2003]:
CI::dbh_error_catch, called by CI,
/usr/local/blackboard/perl/lib/site_perl/5.005/CI.pm line 388
Error: can't execute: BEGIN get_session_md5_data (md5_in => ?,
vals_out => ?); END;
ARGS: ERR: DBD::Oracle::st execute failed: ORA-03114: notconnected to
ORACLE (DBD ERROR: OCIStmtExecute) at
/usr/local/blackboard/perl/lib/site_perl/5.005/CI.pm line 386.
-----end ERROR LOG FROM VENDOR-----
-----begin Oracle Procedure---------------------
CREATE OR REPLACE PROCEDURE "BB50"."GET_SESSION_MD5_DATA"
get_session_md5_data(md5_in IN VARCHAR2,
vals_out OUT VARCHAR2) IS
BEGIN
UPDATE sessions
SET timestamp = SYSDATE
WHERE md5 = md5_in;
COMMIT;
SELECT
'session_id='||session_id||','||'user_id_pk1='||us er_id_pk1||','||'user_id_sos_id_pk2='||

user_id_sos_id_pk2||','||'user_id='||user_id||','| |'one_time_token='||
one_time_token||','||'batch_uid='||batch_uid
INTO vals_out
FROM sessions
WHERE md5 = md5_in;
EXCEPTION
WHEN OTHERS THEN
vals_out := NULL;
END get_session_md5_data;
-----end Oracle Procedure---------------------
-----begin /etc/system values--------------------
set shmsys:shminfo_shmmax=4294967295
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmmni=100
set shmsys:shminfo_shmseg=10

set semsys:seminfo_semmni=100
set semsys:seminfo_semmsl=70
set semsys:seminfo_semmns=1000
set semsys:seminfo_semopm=100
set semsys:seminfo_semvmx=32767
-----end /etc/system values--------------------

Only one thing jumps out at me ... an unpatched unsupported Oracle version that has a
reputation for being
extremely buggy.

Forget the usual questions such as what prevented you from upgrading to 8.1.7 or above. What
has
prevented you from applying the patches to 8.1.6? They have been available for years at on
cost.

After you have answered that question ... patch the darned thing and talk to your management
about upgrading
to a supported version or at least one sold during this millenium. Right now your resume' is
growing more stale
by the day and that should not be a happy thought in this economy.

--
Daniel Morgan
http://www.outreach.washington.edu/e...ad/oad_crs.asp
damorgan@x.washington.edu
(replace 'x' with a 'u' to reply)


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.