From:             ddepill1 at ta dot telecom dot com dot ar
Operating system: Solaris 2.8 64 Bits
PHP version:      4.3.1
PHP Bug Type:     OCI8 related
Bug description:  ociparse() [function.ociparse]: OCIParse: ORA-00001: unique 
constraint (%s.%s) 

Hello, 

i'm using:

Solaris 2.8 64 bits in Sparc Ultra 5 (sun)
Oracle 8.1.7 64 bits
Apache 1.3.27
PHP Version 4.3.1-dev (php4-STABLE-200302121030)

The first time that i run my code, it's work ok, but the others times.. i
have this messages:

Warning: ociparse() [function.ociparse]: OCIParse: ORA-00001: unique
constraint (%s.%s) violated in /www/HOME/welcome.php on line 26

The code is so easy:

$user_db = "USER";
$pass_db = "PASS";

$conn = OCILogon($user_db,$pass_db);

$query = "select sysdate from dual";
echo $query;

$stmt = OCIParse($conn,$query);

...

In adittion, some logs appear in the directory where i start apache:

kg_INST1_456.trc
kg_alert_INST1.log
kg_INST1_2848.trc

The content of kg_alert_INST1.log is:
Thu Feb 20 16:37:48 2003
Errors in file /kg_INST1_456.trc:
KGP-00600: internal error code, arguments: [kguptidcon1], [], [], [], [],
[], [], []
Thu Feb 20 16:58:24 2003
Errors in file /kg_INST1_2848.trc:
KGP-00600: internal error code, arguments: [kguptidcon1], [], [], [], [],
[], [], []

If u want, i can send u the others files (a dump of memory).

Have u got some suggestion to give me.

Thanks for u time,

Damian De Pilla.-
-- 
Edit bug report at http://bugs.php.net/?id=22337&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22337&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22337&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22337&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22337&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22337&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22337&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22337&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22337&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22337&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22337&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22337&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22337&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22337&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22337&r=gnused

Reply via email to