This lab will guide the user through a Daycart installation.
A vanilla Oracle installation, with starter database, was performed on each laptop. The Oracle userid has "coffee" as it's password. The "sys" and "system" userids have "secret" as their passwords. The basic Oracle installation parameters are:
ORACLE_BASE=/oracle ORACLE_HOME=/oracle/o92 ORACLE_SID=dev
There are scripts in the /oracle/utils/ directory which can be used to start and stop the database instance:
UP - starts the database and network listener DOWN - shuts down the database and listener LISTEN - starts only the network listener STARTUP - starts only the database SHUTDOWN - stops only the database extdemo0.sql - a modified script which prints out results from explain plan. over - prints out the instance name of any running database
Follow the Daycart Installation Instructions.
Licenses for the machines are available from the ftp server "mugserver", as user mug/coffee. The file daycart_license.dat includes licenses for all of the machines, by hostid. Get the file, find the license for your hostid, and then use that license during the installation.
Run the verification script ($DY_ROOT/dcischem/TEST/run_tests) and make sure that the installation is correct.
select atom_count('CCC'), 'atom_counts('C.CC.CCC') from dual;