ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> php-db
php-db
Re: [PHP-DB] Oracle error
by Roy A Jones other posts by this author
Feb 15 2006 9:21AM messages near this date
[PHP-DB] Oracle error | RE: [PHP-DB] Oracle error
ORA 600 errors are unhandled errors by the DB engine.  To find the root 
cause you need to get the true error message.  Check you alert.log file 
then repost it.  It will be something like ora-00600: [ some_code_here ] [ 
some_number_here ] ...

From that we can identify the root cause.  To find where your alert.log 
file is located, log into SQL*Plus and do -->   show parameter 
background_dump_dest  <--.  Or log into the database via any tool and do 
-->   SELECT * FROM v$parameter WHERE name = 'background_dump_dest';   <--




"Carel Smit" <csmit@[...].za>  
14-Feb-2006 09:10
Please respond to "Carel Smit" <csmit@[...].za> 

 
To
php-db@[...].net
cc

Subject
[PHP-DB] Oracle error






Hi,

Can anyone tell me what the possible causes of this error are?

PHP Warning:  Unknown: _oci_close_session: OCISessionEnd: ORA-00600: 
internal error code, arguments: [%s], [%s], [%s], [%s], [%s], [%s], [%s], 
[%s]
 in Unknown on line 0 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Attachments:
unknown1

Thread:
Carel Smit
Roy A Jones
N A Morgan

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved