@@ -1041,18 +1041,30 @@ in the user and the system file, the user file takes precedence.
1041
1041
Connecting to Oracle Spatial
1042
1042
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1043
1043
1044
+ .. _figure_new_oracle_connection :
1045
+
1046
+ .. figure :: img/neworacleconnection.png
1047
+ :align: center
1048
+
1049
+ Create a New Oracle Connection Dialog
1050
+
1044
1051
The spatial features in Oracle Spatial aid users in managing geographic and
1045
1052
location data in a native type within an Oracle database.
1046
1053
The connection dialog proposes:
1047
1054
1048
- * **Database **: SID or SERVICE_NAME of the Oracle instance;
1049
- * **Port **: Port number the Oracle database server listens on. The default
1055
+ * :guilabel: `Name `: A name for this connection. It can be the same as :guilabel: `Database `;
1056
+ * :guilabel: `Database `: SID or SERVICE_NAME of the Oracle instance;
1057
+ * :guilabel: `Host `: The name of the database host;
1058
+ * :guilabel: `Port `: Port number the Oracle database server listens on. The default
1050
1059
port is ``1521 ``;
1051
- * ** Options ** : Oracle connection specific options (e.g. OCI_ATTR_PREFETCH_ROWS,
1060
+ * :guilabel: ` Options ` : Oracle connection specific options (e.g. OCI_ATTR_PREFETCH_ROWS,
1052
1061
OCI_ATTR_PREFETCH_MEMORY). The format of the options string is a semicolon
1053
1062
separated list of option names or option=value pairs;
1054
- * **Workspace **: Workspace to switch to;
1055
- * **Schema **: Schema in which the data are stored
1063
+ * :guilabel: `Workspace `: Workspace to switch to;
1064
+ * :menuselection: `Authentication --> Basic `.
1065
+
1066
+ * :guilabel: `User name `: User name used to connect to the database.
1067
+ * :guilabel: `Password `: Password used to connect to the database.
1056
1068
1057
1069
Optionally, you can activate the following checkboxes:
1058
1070
0 commit comments