Config/Primary_Driver/oc4j.env:#  This file contains the environment variables used to deploy and
Config/Primary_Driver/oc4j.env:#  and run the SPECjAppServer2004 benchmark on OC4J.
Config/Primary_Driver/oc4j.env:#
Config/Primary_Driver/oc4j.env:#
Config/Primary_Driver/oc4j.env:#
Config/Primary_Driver/oc4j.env:#
Config/Primary_Driver/oc4j.env:#JAVA="${JAVA_HOME}/bin/java -server -Xms1400M -Xmx1400M -Xverify:none -Xloggc:gc.log -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+DisableExplicitGC -XX:+UseParallelGC -Dnetworkaddress.cache.ttl=0 -Dsun.net.inetaddr.ttl=0"
Config/Primary_Driver/driver.sh:#!/bin/sh
Config/Primary_Driver/driver.sh:# Configuration file location
Config/Primary_Driver/driver.sh:# We check for the apps server and load the necessary environment
Config/Primary_Driver/driver.sh:# to make a run
Config/Primary_Driver/driver.sh:# Just get JAVA_HOME
Config/Primary_Driver/driver.sh:# We check for JAVA_HOME. If not set, we do not
Config/Primary_Driver/driver.sh:# continue processing.
Config/Primary_Driver/driver.sh:# On X based systems, multiple environment variables are needed for
Config/Primary_Driver/driver.sh:# the child process. So we just pass everything. This might not be
Config/Primary_Driver/driver.sh:# needed for win32
Config/Satellite_Driver1/oc4j.env:#  This file contains the environment variables used to deploy and
Config/Satellite_Driver1/oc4j.env:#  and run the SPECjAppServer2004 benchmark on OC4J.
Config/Satellite_Driver1/oc4j.env:#
Config/Satellite_Driver1/oc4j.env:#
Config/Satellite_Driver1/oc4j.env:#
Config/Satellite_Driver1/oc4j.env:#
Config/Satellite_Driver1/oc4j.env:#JAVA="${JAVA_HOME}/bin/java -server -Xms1400M -Xmx1400M -Xverify:none -Xloggc:gc.log -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+DisableExplicitGC -XX:+UseParallelGC -Dnetworkaddress.cache.ttl=0 -Dsun.net.inetaddr.ttl=0"
Config/Satellite_Driver1/driver.sh:#!/bin/sh
Config/Satellite_Driver1/driver.sh:# Configuration file location
Config/Satellite_Driver1/driver.sh:# We check for the apps server and load the necessary environment
Config/Satellite_Driver1/driver.sh:# to make a run
Config/Satellite_Driver1/driver.sh:# Just get JAVA_HOME
Config/Satellite_Driver1/driver.sh:# We check for JAVA_HOME. If not set, we do not
Config/Satellite_Driver1/driver.sh:# continue processing.
Config/Satellite_Driver1/driver.sh:# On X based systems, multiple environment variables are needed for
Config/Satellite_Driver1/driver.sh:# the child process. So we just pass everything. This might not be
Config/Satellite_Driver1/driver.sh:# needed for win32
Config/Satellite_Driver2/oc4j.env:#  This file contains the environment variables used to deploy and
Config/Satellite_Driver2/oc4j.env:#  and run the SPECjAppServer2004 benchmark on OC4J.
Config/Satellite_Driver2/oc4j.env:#
Config/Satellite_Driver2/oc4j.env:#
Config/Satellite_Driver2/oc4j.env:#
Config/Satellite_Driver2/oc4j.env:#
Config/Satellite_Driver2/oc4j.env:#JAVA="${JAVA_HOME}/bin/java -server -Xms1400M -Xmx1400M -Xverify:none -Xloggc:gc.log -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+DisableExplicitGC -XX:+UseParallelGC -Dnetworkaddress.cache.ttl=0 -Dsun.net.inetaddr.ttl=0"
Config/Satellite_Driver2/driver.sh:#!/bin/sh
Config/Satellite_Driver2/driver.sh:# Configuration file location
Config/Satellite_Driver2/driver.sh:# We check for the apps server and load the necessary environment
Config/Satellite_Driver2/driver.sh:# to make a run
Config/Satellite_Driver2/driver.sh:# Just get JAVA_HOME
Config/Satellite_Driver2/driver.sh:# We check for JAVA_HOME. If not set, we do not
Config/Satellite_Driver2/driver.sh:# continue processing.
Config/Satellite_Driver2/driver.sh:# On X based systems, multiple environment variables are needed for
Config/Satellite_Driver2/driver.sh:# the child process. So we just pass everything. This might not be
Config/Satellite_Driver2/driver.sh:# needed for win32
Binary file Deploy/SPECjAppServer.ear matches
Schema/schema_M.sh:#!/bin/sh
Schema/schema_M.sh:#
Schema/schema_M.sh:# Copyright (c) 2004 Standard Performance Evaluation Corporation (SPEC)
Schema/schema_M.sh:#                                 All rights reserved.
Schema/schema_M.sh:#
Schema/schema_M.sh:# $Id: schema_M.sh,v 1.3 2004/04/21 13:51:22 skounev Exp $
Schema/schema_M.sh:#
Schema/schema_M.sh:# Script to create mfg database
Schema/schema_M.sh:# Tom Daly Jan 2000 
Schema/schema_M.sh:#     modify script to build mfg specific 
Schema/schema_M.sh:#     tables and tablespaces against an existing database
Schema/schema_M.sh:#     This is to allow all of spec to run on one database
Schema/schema_M.sh:#     which will allow for easier testing and installation.
Schema/schema_M.sh:#     schema_M.sh now takes database name and database directory 
Schema/schema_M.sh:#     parameters.
Schema/schema_M.sh:#     Note: The database must now exist, refer to the createdb.sh script
Schema/schema_M.sh:#     to build the database prior to running this script.
Schema/schema_M.sh:#
Schema/schema_M.sh:# April 2003 Balu Sthanikam: Updated for SJAS2004 and other changes.
Schema/schema_M.sh:######  datafiles #####
Schema/schema_M.sh:#sqlplus <<EOT  
Schema/schema_M.sh:#CONNECT / as sysdba
Schema/schema_M.sh:#shutdown
Schema/schema_M.sh:#startup 
Schema/schema_M.sh:#EOT
Schema/schema_M.sh:##############################################
Schema/schema_M.sh:#  clean up datafiles from  earlier attempts
Schema/schema_M.sh:##############################################
Schema/schema_M.sh:#rm -f $BOM $WO $LO $INV $PART
Schema/schema_M.sh:##############################################
Schema/schema_M.sh:# Create the required tablespaces
Schema/schema_M.sh:##############################################
Schema/schema_M.sh:##############################################
Schema/schema_M.sh:# Running scripts to create schema and indexes
Schema/schema_M.sh:##############################################
Schema/schema_O.sh:#!/bin/sh
Schema/schema_O.sh:#
Schema/schema_O.sh:# Copyright (c) 2004 Standard Performance Evaluation Corporation (SPEC)
Schema/schema_O.sh:#                                All rights reserved.
Schema/schema_O.sh:#
Schema/schema_O.sh:# $Id: schema_O.sh,v 1.3 2004/04/21 13:51:22 skounev Exp $
Schema/schema_O.sh:#
Schema/schema_O.sh:# script to create the orders tables
Schema/schema_O.sh:# 
Schema/schema_O.sh:# Tom Daly Jan 2000 
Schema/schema_O.sh:#     modify script to build corp specific 
Schema/schema_O.sh:#     tables and tablespaces against an existing database
Schema/schema_O.sh:#     This is to allow all of spec to run on one database
Schema/schema_O.sh:#     which will allow for easier testng and installation.
Schema/schema_O.sh:#     schema_O.sh now takes database name and database directory 
Schema/schema_O.sh:#     parameters.
Schema/schema_O.sh:#     Note: The database must now exist prior to running this script
Schema/schema_O.sh:#     use the createdb.sh script to create it.
Schema/schema_O.sh:#                     
Schema/schema_O.sh:# April 2003 Balu Sthanikam: Updated for SJAS2004 and other changes.
Schema/schema_O.sh:######  datafiles #####
Schema/schema_O.sh:#sqlplus <<EOT  
Schema/schema_O.sh:#CONNECT / as sysdba
Schema/schema_O.sh:#shutdown
Schema/schema_O.sh:#startup 
Schema/schema_O.sh:#EOT
Schema/schema_O.sh:##############################################
Schema/schema_O.sh:#  clean up datafiles from  earlier attempts
Schema/schema_O.sh:##############################################
Schema/schema_O.sh:#rm -f ${ORDS} ${ITEM} ${ORDL} 
Schema/schema_O.sh:##############################################
Schema/schema_O.sh:# Create the required tablespaces
Schema/schema_O.sh:##############################################
Schema/schema_O.sh:# already up
Schema/schema_O.sh:#sqlplus <<EOT  
Schema/schema_O.sh:#CONNECT / as sysdba
Schema/schema_O.sh:#startup pfile=${ORACLE_HOME}/dbs/p_build_${DB}.ora
Schema/schema_O.sh:#EOT
Schema/schema_O.sh:##############################################
Schema/schema_O.sh:# Running scripts to create schema and indexes
Schema/schema_O.sh:##############################################
Schema/schema_C.sh:#!/bin/sh
Schema/schema_C.sh:#
Schema/schema_C.sh:# Copyright (c) 2004 Standard Performance Evaluation Corporation (SPEC)
Schema/schema_C.sh:#                        All rights reserved.
Schema/schema_C.sh:# $Id: schema_C.sh,v 1.3 2004/04/21 13:51:22 skounev Exp $
Schema/schema_C.sh:# 
Schema/schema_C.sh:#
Schema/schema_C.sh:# Script to create corp tables
Schema/schema_C.sh:#
Schema/schema_C.sh:# Tom Daly Jan 2000 
Schema/schema_C.sh:#     modify script to build corp specific 
Schema/schema_C.sh:#     tables and tablespaces against an existing database
Schema/schema_C.sh:#     This is to allow all of spec to run on one database
Schema/schema_C.sh:#     which will allow for easier testing and installation.
Schema/schema_C.sh:#     schema_C.sh now takes database name and database directory 
Schema/schema_C.sh:#     parameters.
Schema/schema_C.sh:#     Note: The database must now exist, refer to the createdb.sh script
Schema/schema_C.sh:#     to build the database prior to running this script.
Schema/schema_C.sh:#
Schema/schema_C.sh:# April 2003 Balu Sthanikam: Updated for SJAS2004 and other changes.
Schema/schema_C.sh:#                     
Schema/schema_C.sh:######  datafiles #####
Schema/schema_C.sh:#sqlplus <<EOT  
Schema/schema_C.sh:#CONNECT / as sysdba
Schema/schema_C.sh:#shutdown
Schema/schema_C.sh:#startup 
Schema/schema_C.sh:#EOT
Schema/schema_C.sh:##############################################
Schema/schema_C.sh:#  clean up tablespaces and 
Schema/schema_C.sh:#  datafiles from  earlier attempts
Schema/schema_C.sh:##############################################
Schema/schema_C.sh:#rm -f $CUSTINV $CUST $SUPP $SITE $PARTS
Schema/schema_C.sh:##############################################
Schema/schema_C.sh:# Create the required tablespaces
Schema/schema_C.sh:##############################################
Schema/schema_C.sh:##############################################
Schema/schema_C.sh:# Running scripts to create schema and indexes
Schema/schema_C.sh:##############################################
Schema/lvm_create:#!/bin/ksh
Schema/lvm_create:# Create Log Volumes
Schema/lvm_create:# Create Database admin Volumes
Schema/lvm_create:# Create data volumes for specdb
Schema/schema_U.sh:#!/bin/sh
Schema/schema_U.sh:#
Schema/schema_U.sh:#Copyright (c) 2004 Standard Performance Evaluation Corporation (SPEC)
Schema/schema_U.sh:#                                All rights reserved.
Schema/schema_U.sh:#
Schema/schema_U.sh:# $Id: schema_U.sh,v 1.2 2004/02/17 17:10:10 skounev Exp $
Schema/schema_U.sh:# 
Schema/schema_U.sh:#
Schema/schema_U.sh:# Script to create corp tables
Schema/schema_U.sh:#
Schema/schema_U.sh:# Tom Daly Jan 2000 
Schema/schema_U.sh:#     modify script to build corp specific 
Schema/schema_U.sh:#     tables and tablespaces against an existing database
Schema/schema_U.sh:#     This is to allow all of spec to run on one database
Schema/schema_U.sh:#     which will allow for easier testing and installation.
Schema/schema_U.sh:#     schema_U.sh now takes database name and database directory 
Schema/schema_U.sh:#     parameters.
Schema/schema_U.sh:#     Note: The database must now exist, refer to the createdb.sh script
Schema/schema_U.sh:#     to build the database prior to running this script.
Schema/schema_U.sh:#                     
Schema/schema_U.sh:# April 2003 Balu Sthanikam: Updated for SJAS2004 and other changes.
Schema/schema_U.sh:######  datafiles #####
Schema/schema_U.sh:#sqlplus <<EOT  
Schema/schema_U.sh:#CONNECT / as sysdba
Schema/schema_U.sh:#shutdown
Schema/schema_U.sh:#startup 
Schema/schema_U.sh:#EOT
Schema/schema_U.sh:##############################################
Schema/schema_U.sh:#  clean up tablespaces and 
Schema/schema_U.sh:#  datafiles from  earlier attempts
Schema/schema_U.sh:##############################################
Schema/schema_U.sh:#rm -f $UTABS
Schema/schema_U.sh:##############################################
Schema/schema_U.sh:# Create the required tablespaces
Schema/schema_U.sh:##############################################
Schema/schema_U.sh:##############################################
Schema/schema_U.sh:# Running scripts to create schema and indexes
Schema/schema_U.sh:##############################################
Schema/crlnks:#!/bin/ksh
Schema/create_init.sh:#!/bin/sh
Schema/create_init.sh:#
Schema/create_init.sh:# Copyright (c) 1998 by Sun Microsystems, Inc.
Schema/create_init.sh:#
Schema/create_init.sh:# $Id: create_init.sh,v 1.1 2002/03/22 18:10:57 ramesh Exp $
Schema/create_init.sh:#
Schema/create_init.sh:# create_init.sh <db>
Schema/create_init.sh:# Script to create the init.ora files for a particular database
Schema/createdb.sh:#!/bin/sh
Schema/createdb.sh:#
Schema/createdb.sh:# Script to create oracle database
Schema/createdb.sh:####################
Schema/createdb.sh:# Set the database and database directory vars
Schema/createdb.sh:#####################
Schema/createdb.sh:###################################################
Schema/createdb.sh:# If the database already exists warn that we will 
Schema/createdb.sh:# destroy it.
Schema/createdb.sh:####################################################
Schema/createdb.sh:#if [ -f "$ORACLE_HOME"/dbs/init${DB}.ora  ]
Schema/createdb.sh:#then
Schema/createdb.sh:#fi
Schema/createdb.sh:####################################
Schema/createdb.sh:# Check to see that the target database directory
Schema/createdb.sh:# exists and has write permission.
Schema/createdb.sh:####################################
Schema/createdb.sh:########################################################
Schema/createdb.sh:# Go and run the create_init.sh script
Schema/createdb.sh:# to build the correct pfiles and .ora files for Oracle 
Schema/createdb.sh:########################################################
Schema/createdb.sh:###./create_init.sh $DB $DB_DIR
Schema/createdb.sh:# Create database
Schema/schema_S.sh:#!/bin/sh
Schema/schema_S.sh:#
Schema/schema_S.sh:# Copyright (c) 2004 Standard Performance Evaluation Corporation (SPEC)
Schema/schema_S.sh:#                                All rights reserved.
Schema/schema_S.sh:#
Schema/schema_S.sh:# $Id: schema_S.sh,v 1.3 2004/04/21 13:51:22 skounev Exp $
Schema/schema_S.sh:#
Schema/schema_S.sh:# Script to create supp database
Schema/schema_S.sh:# Create init.ora tables for SUPP database
Schema/schema_S.sh:# Tom Daly Jan 2000 
Schema/schema_S.sh:#     modify script to build Supplier specific 
Schema/schema_S.sh:#     tables and tablespaces against an existing database
Schema/schema_S.sh:#     This is to allow all of spec to run on one database
Schema/schema_S.sh:#     which will allow for easier testing and installation.
Schema/schema_S.sh:#     schema_S.sh now takes database name and database directory 
Schema/schema_S.sh:#     parameters.
Schema/schema_S.sh:#     Note: The database must now exist, refer to the createdb.sh script
Schema/schema_S.sh:#     to build the database prior to running this script.
Schema/schema_S.sh:#                     
Schema/schema_S.sh:# April 2003 Balu Sthanikam: Updated for SJAS2004 and other changes.
Schema/schema_S.sh:######  datafiles #####
Schema/schema_S.sh:#sqlplus <<EOT  
Schema/schema_S.sh:#CONNECT / as sysdba
Schema/schema_S.sh:#shutdown
Schema/schema_S.sh:#startup 
Schema/schema_S.sh:#EOT
Schema/schema_S.sh:##############################################
Schema/schema_S.sh:#  clean up datafiles from  earlier attempts
Schema/schema_S.sh:##############################################
Schema/schema_S.sh:#rm -f $COMP $SC $SITE $SUPP $PO $BIDS
Schema/schema_S.sh:##############################################
Schema/schema_S.sh:# Create the required tablespaces
Schema/schema_S.sh:##############################################
Schema/schema_S.sh:##############################################
Schema/schema_S.sh:# Running scripts to create schema and indexes
Schema/schema_S.sh:##############################################
