Values_1.OracleParametersSourceThe parameters for Oracle.
type nonrec t = {host : Host.t;An Oracle host.
*)port : Port.t;The port.
*)database : Database.t;The database.
*)useServiceName : Values_0.Boolean.t option;A Boolean value that indicates whether the Database uses a service name or an SID. If this value is left blank, the default value is SID. If this value is set to false, the value is SID.
*)}val make :
?useServiceName:??? ->
host:Host.t ->
port:Port.t ->
database:Database.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Integer of Port.t
| `String of Host.t ])
list ]