Mercurial > dive4elements > river
comparison backend/doc/documentation/de/overview.tex @ 6631:9aa1c946b87d double-precision
Fixed documentation for Oracle schema.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Mon, 22 Jul 2013 16:57:56 +0200 |
parents | 92c8cc7e064b |
children | e7d058a2e3b2 |
comparison
equal
deleted
inserted
replaced
6630:92c8cc7e064b | 6631:9aa1c946b87d |
---|---|
198 | 198 |
199 \begin{lstlisting} | 199 \begin{lstlisting} |
200 export NLS_LANG=.AL32UTF8 | 200 export NLS_LANG=.AL32UTF8 |
201 \end{lstlisting} | 201 \end{lstlisting} |
202 | 202 |
203 Nun erstellen Sie das Schema: | 203 Nun verbinden Sie sich mit der Datenbank |
204 | 204 \begin{lstlisting} |
205 \begin{lstlisting} | 205 sqlplus user/password@connect\_identifier |
206 sqlplus user/password@connect_identifier @schema/oracle.sql | 206 \end{lstlisting} |
207 sqlplus user/password@connect_identifier @schema/oracle-minfo.sql | 207 |
208 sqlplus user/password@connect_identifier @schema/oracle-spatial.sql | 208 und erstellen das Schema: |
209 sqlplus user/password@connect_identifier @schema/oracle-spatial_idx.sql | 209 |
210 \end{lstlisting} | 210 \begin{lstlisting} |
211 | 211 @schema/oracle.sql |
212 Hierbei ist 'user/password@connect_identifier' so etwas wie | 212 @schema/oracle-minfo.sql |
213 @schema/oracle-spatial.sql | |
214 @schema/oracle-spatial_idx.sql | |
215 \end{lstlisting} | |
216 | |
217 Hierbei ist 'user/password@connect\_identifier' so etwas wie | |
213 'ICH/geheim@127.0.0.1:1234/DB.TEST.FIRMA.DE' | 218 'ICH/geheim@127.0.0.1:1234/DB.TEST.FIRMA.DE' |
219 | |
220 Um sqlplus zu verlassen verwenden Sie | |
221 \begin{lstlisting} | |
222 exit | |
223 \end{lstlisting} |