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:
Martin Samesch 2000-08-27 18:56:03 +00:00
parent 8d6aed92ff
commit 5c6d225d4a

View file

@ -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>.