mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
sorry, with all that re-formatting.... two too long lines cut
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31348 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8d6aed92ff
commit
5c6d225d4a
1 changed files with 8 additions and 5 deletions
|
@ -295,13 +295,16 @@ echo "Result: $result<BR>Out: $output<BR>In: $input";
|
|||
</para>
|
||||
<para>
|
||||
On UNIX versions of Oracle, you can find details about an error
|
||||
message like this: <computeroutput>
|
||||
<prompt>$</prompt> <userinput>oerr ora <replaceable>00001</replaceable></userinput> 00001, 00000,
|
||||
message like this:
|
||||
<computeroutput>
|
||||
<prompt>$</prompt> <userinput>oerr ora
|
||||
<replaceable>00001</replaceable></userinput> 00001, 00000,
|
||||
"unique constraint (%s.%s) violated" // *Cause: An update or insert
|
||||
statement attempted to insert a duplicate key // For Trusted
|
||||
ORACLE configured in DBMS MAC mode, you may see // this message
|
||||
if a duplicate entry exists at a different level. // *Action: Either
|
||||
remove the unique restriction or do not insert the key </computeroutput>
|
||||
remove the unique restriction or do not insert the key
|
||||
</computeroutput>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -541,8 +544,8 @@ $conn = Ora_Logon("user<emphasis>@TNSNAME</emphasis>", "pass");
|
|||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
Establishes a persistant connection between PHP and an Oracle database with the
|
||||
given username and password.
|
||||
Establishes a persistant connection between PHP and an Oracle database with
|
||||
the given username and password.
|
||||
</para>
|
||||
<simpara>
|
||||
See also <function>ora_logon</function>.
|
||||
|
|
Loading…
Reference in a new issue