Revision: 15120
          http://gate.svn.sourceforge.net/gate/?rev=15120&view=rev
Author:   markagreenwood
Date:     2012-01-18 22:42:14 +0000 (Wed, 18 Jan 2012)
Log Message:
-----------
removed a db script now we have removed the db stuff from gate

Removed Paths:
-------------
    gate/trunk/build/dbadmin.sh

Deleted: gate/trunk/build/dbadmin.sh
===================================================================
--- gate/trunk/build/dbadmin.sh 2012-01-18 22:40:25 UTC (rev 15119)
+++ gate/trunk/build/dbadmin.sh 2012-01-18 22:42:14 UTC (rev 15120)
@@ -1,28 +0,0 @@
-this will become the end-user create DB script...
-$Id$
-
-
-
-the makefile should be manually edited with the path to sqlplus and the
-database Net8 description and the GATEADMIN password
-
-then for "make oracle_db" the action is
-
-cp $GATE/src/database/Oracle/*  $GATE/build/persist/Oracle/
-cd $GATE/build/persist/Oracle
-$SQLPLUS gateadmin/$PASS@$SERVICE_NAME @createSchema.sql
-
-the generated log file (install.log) could be parsed for "ORA-" statements
-that indicate errors
-
-for the target for creating the test data  the action is
-
-cp $GATE/src/database/Oracle/*  $GATE/build/persist/Oracle/
-cd $GATE/build/persist/Oracle
-$SQLPLUS gateadmin/$PASS@$SERVICE_NAME @createSchemaDev.sql
-
-and the log is "dev.log"
-
-notify me when the makefile is changed, so that I'll modify the sql scripts
-to look for packages/scripts in the current directory and not under
-/src/database

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to