# HG changeset patch # User Andre Heinecke # Date 1359652685 -3600 # Node ID 840250040a7d58834442f251480b2a3a2e08501e # Parent 1366277655b9aabdf654d394e12004f1bbe3683f Aft: Update documentation for target schema diff -r 1366277655b9 -r 840250040a7d flys-aft/README.txt --- a/flys-aft/README.txt Thu Jan 31 11:43:28 2013 +0100 +++ b/flys-aft/README.txt Thu Jan 31 18:18:05 2013 +0100 @@ -54,40 +54,43 @@ Die Konfigurationsdatei hat folgende Struktur: - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 -10 -11 -12 -13 /the/path/to/the/dips/file -14 /the/path/to/the/xslt/to/repair/dips -15 -16 -17 -18 -19 oracle.jdbc.OracleDriver -20 flys -21 flys -22 jdbc:oracle:thin:@//localhost:1521/XE -23 -24 -25 -26 -27 -28 oracle.jdbc.OracleDriver -29 aft -30 aft -31 jdbc:oracle:thin:@//localhost:1521/XE -32 -33 -34 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 +10 +11 +12 +13 /the/path/to/the/dips/file +14 /the/path/to/the/xslt/to/repair/dips +15 +16 +17 +18 +19 oracle.jdbc.OracleDriver +20 flys +21 flys +22 jdbc:oracle:thin:@//localhost:1521/XE +23 +24 +25 +26 +27 +28 oracle.jdbc.OracleDriver +29 aft +30 aft +31 jdbc:oracle:thin:@//localhost:1521/XE +32 +33 ALTER SESSION SET CURRENT_SCHEMA=AFT +34 +35 +36 +37 Sie besteht aus vier Bereichen: @@ -105,10 +108,13 @@ Zeile 29: DB-Nutzername Zeile 30: Connection-URL zur AFT-Datenbank + * Schemata: + Zeile 32-34: Schema in welches die Daten geschrieben werden sollen. + * Benachrichtigungen: Zeile 5: URL des Web-Service, der benachrichtigt werden soll. Zeile 6-18: Die Nachricht, die an den Web-Service verschickt werden soll. - + Funktionsweise: ---------------