.com Solutions Inc. - logo  
Products - Header Buttons
.
Repgen bullet item 7b Installgen bullet item 7b FmPro Migratorbullet item 7b CGIScripter
.
.
.

.
.

Installgen - win901 - Title Graphic

Installgen Features and Benefits

Installgen Demo Available for download...

Bookmark This Page

email a friend

.

#! /bin/sh
# script: 5_macosx_920_prep_copyoracle_cds_1.sh
# Features: This shell script requests the Oracle 9.2.0 (32bit)
# install CD to be inserted into the CD ROM drive,
# then copies the macosx_920_dev_rel.tar.gz file to the hard drive.
# Requirements: The downloaded Oracle 9.2.0 Developer release file
# needs to be burned onto a CD named ORACLE920_MACOSX
# or this script needs modified to use the actual name of the CD.
#
# Script Sequence#: 5
# Used By: run manually by DBA as root UNIX user
# Copyright 2002 by .com Solutions Inc.
#
# ---------------------- Revision History ---------------
# Date By Changes
# 10-14-2002 dsimpson Initial Release

# This output file was created by Installgen version 1.38 on Sat Nov 23 07:13:32 2002. By .com Solutions Inc. www.dotcomsolutionsinc.net

# define globally used paths/variables
#ORACLE_OWNER=oracle
ORACLE_OWNER_PATH=/Users/oracle
ORACLE_GROUP=dba
#ORACLE_HOME=/Users/oracle/v920
#ORACLE_SID=prod1

# make sure the root user is running this script
if [ ! $LOGNAME = "root" ]
then
# the user running this script is not root - exit
echo "You must be logged in as the root user to run this script, exiting...."
# exit immediately!
exit
fi

echo "Please insert the Oracle 9.2.0 (32bit) CD - then press the Return key."
echo "(Note: This CD needs to be named ORACLE920_MACOSX or this script needs"
echo " modified to use the actual name of the CD.)"
read answer


echo "Copying file macosx_920_dev_rel.tar.gz from the CD."

cp /Volumes/ORACLE920_MACOSX/macosx_920_dev_rel.tar.gz /Users/oracle
chown -R $ORACLE_OWNER:$ORACLE_GROUP /Users/oracle/macosx_920_dev_rel.tar.gz

echo ""
echo "You may now eject the cd from the drive."
echo ""
echo "Please run script 7_macosx_ora_install_1.sh while logged in as the oracle UNIX account."
echo ""


.

hline

. .

.

. .
 

Home | Products | Services | Downloads | Order | Support | Contact

Legal Notices

.
.   .
.
Home Products Services Downloads Order Support Contact