diff --git a/reference/oci8/functions/oci-set-action.xml b/reference/oci8/functions/oci-set-action.xml
new file mode 100644
index 0000000000..6dd29b820d
--- /dev/null
+++ b/reference/oci8/functions/oci-set-action.xml
@@ -0,0 +1,89 @@
+
+
+
+
+ oci_set_action
+ Sets the action name
+
+
+
+ &reftitle.description;
+
+ booloci_set_action
+ resourceconnection
+ stringaction_name
+
+
+ Sets the action name for Oracle tracing.
+
+
+
+
+ &reftitle.parameters;
+
+
+
+ connection
+
+ &oci.parameter.connection;
+
+
+
+ action_name
+
+
+ User chosen string up to 32 bytes long.
+
+
+
+
+
+
+
+
+ &reftitle.returnvalues;
+
+ &return.success;
+
+
+
+
+ &reftitle.notes;
+ &oci.availability.note.10g;
+ &oci.clientinfo.tip;
+ &oci.roundtrip.caution;
+
+
+
+ &reftitle.seealso;
+
+
+ oci_set_module_name
+ oci_set_client_info
+ oci_set_client_identifier
+
+
+
+
+
+
+
diff --git a/reference/oci8/functions/oci-set-client-identifier.xml b/reference/oci8/functions/oci-set-client-identifier.xml
new file mode 100644
index 0000000000..06403a3995
--- /dev/null
+++ b/reference/oci8/functions/oci-set-client-identifier.xml
@@ -0,0 +1,89 @@
+
+
+
+
+ oci_client_identifier
+ Sets the client identifier
+
+
+
+ &reftitle.description;
+
+ booloci_client_identifier
+ resourceconnection
+ stringclient_identifier
+
+
+ Sets the client identifier used by various database components to
+ identify lightweight application users who authenticate as the same
+ database user.
+
+
+
+
+ &reftitle.parameters;
+
+
+
+ connection
+
+ &oci.parameter.connection;
+
+
+
+ client_identifier
+
+
+ User chosen string up to 64 bytes long.
+
+
+
+
+
+
+
+
+ &reftitle.returnvalues;
+
+ &return.success;
+
+
+
+
+ &reftitle.notes;
+ &oci.roundtrip.caution;
+
+
+
+ &reftitle.seealso;
+
+
+ oci_set_module_name
+ oci_set_action
+ oci_set_client_info
+
+
+
+
+
+
+
diff --git a/reference/oci8/functions/oci-set-client-info.xml b/reference/oci8/functions/oci-set-client-info.xml
new file mode 100644
index 0000000000..4ceb19b9fd
--- /dev/null
+++ b/reference/oci8/functions/oci-set-client-info.xml
@@ -0,0 +1,89 @@
+
+
+
+
+ oci_set_client_info
+ Sets the client information
+
+
+
+ &reftitle.description;
+
+ booloci_set_client_info
+ resourceconnection
+ stringclient_info
+
+
+ Sets the client information for Oracle tracing.
+
+
+
+
+ &reftitle.parameters;
+
+
+
+
+
+ &oci.parameter.connection;
+
+
+
+
+
+
+ User chosen string up to 64 bytes long.
+
+
+
+
+
+
+
+
+ &reftitle.returnvalues;
+
+ &return.success;
+
+
+
+
+ &reftitle.notes;
+ &oci.availability.note.10g;
+ &oci.clientinfo.tip;
+ &oci.roundtrip.caution;
+
+
+
+ &reftitle.seealso;
+
+
+ oci_set_module_name
+ oci_set_action
+ oci_set_client_identifier
+
+
+
+
+
+
+
diff --git a/reference/oci8/functions/oci-set-edition.xml b/reference/oci8/functions/oci-set-edition.xml
new file mode 100644
index 0000000000..f0a22fb682
--- /dev/null
+++ b/reference/oci8/functions/oci-set-edition.xml
@@ -0,0 +1,83 @@
+
+
+
+
+ oci_set_edition
+ Sets the database edition
+
+
+
+ &reftitle.description;
+
+ booloci_set_edition
+ stringedition
+
+
+ Sets the database "edition" of objects to be used by a subsequent
+ connections.
+
+
+
+
+ &reftitle.parameters;
+
+
+
+ edition
+
+
+ Oracle Database edition name previously created with the SQL
+ "CREATE EDITION" command.
+
+
+
+
+
+
+
+
+ &reftitle.notes;
+
+ Oracle version requirement
+
+ This function is available from Oracle 11gR2 onwards.
+
+
+
+ Persistent connections
+
+ To avoid inconsistencies and unexpected errors, do not use ALTER
+ SESSION SET EDITION to change the edition on persistent connections.
+
+
+
+
+
+ &reftitle.returnvalues;
+
+ &return.success;
+
+
+
+
+
+
diff --git a/reference/oci8/functions/oci-set-module-name.xml b/reference/oci8/functions/oci-set-module-name.xml
new file mode 100644
index 0000000000..2c4aab7684
--- /dev/null
+++ b/reference/oci8/functions/oci-set-module-name.xml
@@ -0,0 +1,89 @@
+
+
+
+
+ oci_set_module_name
+ Sets the module name
+
+
+
+ &reftitle.description;
+
+ booloci_set_module_name
+ resourceconnection
+ stringmodule_name
+
+
+ Sets the module name for Oracle tracing.
+
+
+
+
+ &reftitle.parameters;
+
+
+
+ connection
+
+ &oci.parameter.connection;
+
+
+
+ module_name
+
+
+ User chosen string up to 48 bytes long.
+
+
+
+
+
+
+
+
+ &reftitle.returnvalues;
+
+ &return.success;
+
+
+
+
+ &reftitle.notes;
+ &oci.availability.note.10g;
+ &oci.clientinfo.tip;
+ &oci.roundtrip.caution;
+
+
+
+ &reftitle.seealso;
+
+
+ oci_set_action
+ oci_set_client_info
+ oci_set_client_identifier
+
+
+
+
+
+
+