summaryrefslogtreecommitdiff
path: root/cpp/demo/Database/Oracle/proc
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2008-05-05 19:37:41 -0400
committerBernard Normier <bernard@zeroc.com>2008-05-05 19:37:41 -0400
commit9adfb21e6f8a8417aef98bc73a77c3e29f81b29f (patch)
tree105aa606fedfcc913b4e89832ea1290c70c87213 /cpp/demo/Database/Oracle/proc
parentFixed bug #3054 (diff)
downloadice-9adfb21e6f8a8417aef98bc73a77c3e29f81b29f.tar.bz2
ice-9adfb21e6f8a8417aef98bc73a77c3e29f81b29f.tar.xz
ice-9adfb21e6f8a8417aef98bc73a77c3e29f81b29f.zip
Minor fixes
Diffstat (limited to 'cpp/demo/Database/Oracle/proc')
-rw-r--r--cpp/demo/Database/Oracle/proc/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/Database/Oracle/proc/README b/cpp/demo/Database/Oracle/proc/README
index 16b6b05ca3c..1bb48c1bd22 100644
--- a/cpp/demo/Database/Oracle/proc/README
+++ b/cpp/demo/Database/Oracle/proc/README
@@ -35,8 +35,8 @@ Running the demo
----------------
- Setup an Oracle database with the traditional EMP/DEPT schema.
- With Oracle server 10.2, the corresponding SQL script is
- $ORACLE_HOME/rdbms/admin/utilsamp.sql.
+ With Oracle server 10.2 or 11.1, the corresponding SQL script is
+ $ORACLE_HOME/rdbms/admin/utlsampl.sql.
- Review the Oracle.ConnectInfo property in the config.server file.
You may need to change it to connect to your Oracle instance.