Mask schemaname in error messages

This commit is contained in:
Christopher Jones 2010-04-28 17:26:59 +00:00
parent ad4b429633
commit 9b3e080098
2 changed files with 5 additions and 5 deletions

View File

@ -80,11 +80,11 @@ oci_close($c);
<?php exit(0); ?>
--EXPECTF--
First Insert
Could not execute: ORA-02290: %s (SYSTEM.COMMIT_002_TAB_CHECK_X) %s
Could not execute: ORA-02290: %s (%s.COMMIT_002_TAB_CHECK_X) %s
Second Insert
Warning: oci_commit(): ORA-02091: %s
ORA-02290: %s (SYSTEM.COMMIT_002_TAB_CHECK_Y) %s in %scommit_002.php on line %d
ORA-02290: %s (%s.COMMIT_002_TAB_CHECK_Y) %s in %scommit_002.php on line %d
Could not commit: ORA-02091: %s
ORA-02290: %s (SYSTEM.COMMIT_002_TAB_CHECK_Y) %s
ORA-02290: %s (%s.COMMIT_002_TAB_CHECK_Y) %s
===DONE===

View File

@ -175,7 +175,7 @@ array(2) {
}
Warning: oci_execute(): ORA-01002: %s
ORA-06512: at "SYSTEM.REFCURPKG", line %d
ORA-06512: at "%s.REFCURPKG", line %d
ORA-06512: at line %d in %s on line %d
Fetch Row from PL/SQL
NULL
@ -218,7 +218,7 @@ array(2) {
}
Warning: oci_execute(): ORA-01002: %s
ORA-06512: at "SYSTEM.REFCURPKG", line %d
ORA-06512: at "%s.REFCURPKG", line %d
ORA-06512: at line %d in %s on line %d
Fetch Row from PL/SQL
NULL