diff --git a/reference/oci8/functions/ocicommit.xml b/reference/oci8/functions/ocicommit.xml index c3a3abd6c4..e95ccc92b6 100644 --- a/reference/oci8/functions/ocicommit.xml +++ b/reference/oci8/functions/ocicommit.xml @@ -1,5 +1,5 @@ - + @@ -14,8 +14,7 @@ ocicommit commits all outstanding statements - for Oracle connection connection. - &return.success; + for the active transaction on Oracle connection connection. This example demonstrates how ocicommit is used. @@ -26,7 +25,7 @@ - + @@ -13,7 +13,7 @@ boolocidefinebyname resourcestmt - stringcolumn-name + stringcolumn_name mixed&variable inttype @@ -22,7 +22,7 @@ of SQL-Columns. Be careful that Oracle uses ALL-UPPERCASE column-names, whereby in your select you can also write lowercase. ocidefinebyname expects - the column-name to be in uppercase. If you + the column_name to be in uppercase. If you define a variable that doesn't exists in your select statement, no error will be given! diff --git a/reference/oci8/functions/ocifreecursor.xml b/reference/oci8/functions/ocifreecursor.xml index 6e755fcfcb..9311eba68d 100644 --- a/reference/oci8/functions/ocifreecursor.xml +++ b/reference/oci8/functions/ocifreecursor.xml @@ -1,5 +1,5 @@ - + @@ -11,8 +11,8 @@ Description - intocifreecursor - intstmt + boolocifreecursor + resourcestmt ocifreecursor frees all resources associated with the diff --git a/reference/oci8/functions/ocilogon.xml b/reference/oci8/functions/ocilogon.xml index 033f17774b..c8508449f7 100644 --- a/reference/oci8/functions/ocilogon.xml +++ b/reference/oci8/functions/ocilogon.xml @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ Description - intocilogon + resourceocilogon stringusername stringpassword stringdb