@@ -1041,18 +1041,30 @@ in the user and the system file, the user file takes precedence.
10411041Connecting to Oracle Spatial
10421042^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10431043
1044+ .. _figure_new_oracle_connection :
1045+
1046+ .. figure :: img/neworacleconnection.png
1047+ :align: center
1048+
1049+ Create a New Oracle Connection Dialog
1050+
10441051The spatial features in Oracle Spatial aid users in managing geographic and
10451052location data in a native type within an Oracle database.
10461053The connection dialog proposes:
10471054
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
10501059 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,
10521061 OCI_ATTR_PREFETCH_MEMORY). The format of the options string is a semicolon
10531062 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.
10561068
10571069Optionally, you can activate the following checkboxes:
10581070
0 commit comments