You are viewing a plain text version of this content. The canonical link for it is here.
Posted to lokahi-commits@incubator.apache.org by to...@apache.org on 2006/06/06 15:32:56 UTC

svn commit: r412151 - /incubator/lokahi/lokahi/trunk/docs/README.TXT

Author: toback
Date: Tue Jun  6 08:32:56 2006
New Revision: 412151

URL: http://svn.apache.org/viewvc?rev=412151&view=rev
Log:
Updated to reflect new sql scripts.

Modified:
    incubator/lokahi/lokahi/trunk/docs/README.TXT

Modified: incubator/lokahi/lokahi/trunk/docs/README.TXT
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/docs/README.TXT?rev=412151&r1=412150&r2=412151&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/docs/README.TXT (original)
+++ incubator/lokahi/lokahi/trunk/docs/README.TXT Tue Jun  6 08:32:56 2006
@@ -11,8 +11,12 @@
 5.	run ant to build the package.
 
 Database setup:
-1.	run the build/database/*.sql scripts against your database to set up the schema.
-2.	create a user, instance.  (ok, so we need a script to do this, java!)
+1. Create the lokahi schema <SCH> in your Oracle database with default tablespace and enough quota on that tablespace (100 MB is sufficient for install)
+2. Run schema_priv.sql as DBA to grant system privileges to <SCH>. > @schema_priv.sql <SCH>
+3. Login as <SCH> and run install.sql
+   Install.sql will call recompile.sql to recompile any invalid object and report install status at the end.
+4. Make sure there is no invalid object and no error message in install.log and recompile.log
+5. create a user, instance.  (ok, so we need a script to do this, java!)
 
 Agent install:
 1.	copy the files in ./build/agent to a directory on each server.