Skip to content

Commit

Permalink
MONDRIAN: Install typo.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 279]
  • Loading branch information
julianhyde committed Feb 5, 2003
1 parent 0760674 commit 5fac902
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/install.html
Expand Up @@ -4,7 +4,7 @@
== This software is subject to the terms of the Common Public License
== Agreement, available at the following URL:
== http://www.opensource.org/licenses/cpl.html.
== (C) Copyright 2001-2002 Kana Software, Inc. and others.
== (C) Copyright 2001-2003 Kana Software, Inc. and others.
== All Rights Reserved.
== You must accept the terms of that agreement to use this software.
== jhyde, 24 September, 2002
Expand Down Expand Up @@ -277,7 +277,7 @@ <h2><a name="5_Load_the_database">5. Load the database</a></h2>

<h3><a name="5_1_Microsoft_Access">5.1. Microsoft Access</a></h3>
<p>Start ODBC Administrator, and create a System ODBC DSN called <code>MondrianFoodMart</code> pointing to
<code><i>${project.location}</i>/demo/access/FoodMart.mdb</code>.
<code><i>${project.location}</i>/demo/access/MondrianFoodMart.mdb</code>.
The JDBC connect string will be <code>jdbc:odbc:MondrianFoodMart</code>.</p>
<h3><a name="5_2_Oracle">5.2. Oracle</a></h3>
<p>Version 8.1.7 or higher.</p>
Expand Down Expand Up @@ -328,6 +328,8 @@ <h3><a name="5_2_Oracle">5.2. Oracle</a></h3>
Import terminated successfully without warnings.</pre>
</blockquote></p>

<p>Note: the schema in <code>FoodMart.dmp</code> was created by running <code>demo/oracle/FoodMartTables.sql</code>, <code>demo/FoodMartData.sql</code>, then <code>demo/oracle/FoodMartIndexes.sql</code> in SQLPlus. To avoid straining my rollback segment, I used the SQLPlus command <code>set autocommit 100</code>.</p>

<p>Setup your environment as follows:</p>
<ol>
<li>Set <code>ORACLE_HOME</code> in <code>build.bat</code>, or in your
Expand Down Expand Up @@ -748,4 +750,4 @@ <h2><a name="Appendix_C_A_note_on_Weblogic_and_Xerces">Appendix C. A note on

</body>

</html>
</html>

0 comments on commit 5fac902

Please sign in to comment.