[exo-jcr-commits] exo-jcr SVN: r1639 - jcr/trunk/exo.jcr.component.core/src/main/resources/conf/storage.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Feb 3 05:01:42 EST 2010


Author: pnedonosko
Date: 2010-02-03 05:01:42 -0500 (Wed, 03 Feb 2010)
New Revision: 1639

Modified:
   jcr/trunk/exo.jcr.component.core/src/main/resources/conf/storage/jcr-mjdbc.sybase.sql
Log:
EXOJCR-403 remove comment on sybase mjdbc create sql

Modified: jcr/trunk/exo.jcr.component.core/src/main/resources/conf/storage/jcr-mjdbc.sybase.sql
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/resources/conf/storage/jcr-mjdbc.sybase.sql	2010-02-03 09:11:25 UTC (rev 1638)
+++ jcr/trunk/exo.jcr.component.core/src/main/resources/conf/storage/jcr-mjdbc.sybase.sql	2010-02-03 10:01:42 UTC (rev 1639)
@@ -1,43 +1,3 @@
-/* --Before database will be created we have to create 'disk' with enough amount of free space
-use master
-go 
-
-disk init  name  = 'EXOJCR',
-physname  = '/opt/Sybase/ASELE/data/exojcr',
-size  = '400M',
-cntrltype  = 0
-go 
-
-sp_deviceattr 'EXOJCR', dsync, true
-go
-
--- Creating database 'portal', 'jcr', 'jcr2'
-use master
-go
-
-create database portal on EXOJCR
-go
-create database jcr on EXOJCR
-go
-create database jcr2 on EXOJCR
-go
-
--- Enable indexes in database turning on 'select into' option
-use master
-go
-sp_dboption portal, 'select into', true
-go
-sp_dboption jcr, 'select into', true
-go
-sp_dboption jcr2, 'select into', true
-go
-
--- NOTE: User creating tables we must have a DBO rights for the target database
--- NOTE: Index maximum length is 600 bytes
--- NOTE: VARBINARY storage size is the actual size of the data values entered, not the column length.
--- NOTE: set number of user connection according your pool configuration: sp_configure "number of user connection", 200
-*/
-
 CREATE TABLE JCR_MCONTAINER(
   VERSION VARCHAR(96) NOT NULL,
 	CONSTRAINT JCR_PK_MCONTAINER PRIMARY KEY(VERSION)



More information about the exo-jcr-commits mailing list