Start Report Manager
- 
On the server where
			 the Oracle database software and BI Publisher are installed, login as the 
			 Oracle user. 
		  
ssh -Y oracle@myserver
 - 
If undefined, set
			 the ORACLE_HOME variable in the .bash_profile of both the oracle user and
			 nncentral user. 
		  
export ORACLE_HOME=/home/oracle/app/oracle/product/<oracle-database-software-version>/dbhome_1 cd $ORACLE_HOME/bin
 - 
Specify the
			 ORACLE_SID variable for the AcmeBIPublisher database. 
		  
export ORACLE_SID=AcmeBIPublis
 - 
Execute the
			 ORACLE_HOME/bin/sqlplus script. 
		  
./sqlplus '/ as sysdba'
 - 
Use the following
			 option to start the Oracle database and exit: 
		  
SQL> startup SQL> exit
 - 
Specify the
			 ORACLE_SID variable for the Report Manager database instance (OCSDMDW). 
		  
export ORACLE_SID=ocsdmdw
 - 
Execute the
			 ORACLE_HOME/bin/sqlplus script. 
		  
./sqlplus '/ as sysdba'
 - 
Use the following
			 option to start the Oracle database and exit: 
		  
SQL> startup SQL> exit
 - Start the database listeners. Refer to How to Start, Stop and Check the Status of the Oracle Database Listeners section for more information.
 - 
Start the WebLogic
			 server. Refer to the 
			 Start the WebLogic Server section for more
			 information. 
		  
 - On the SDM server, log in as the nncentral user.
 - 
Change the
			 directory to the bin directory. 
		  
For example:
cd /home/nncentral/AcmePacket/NNC<version>/bin
 - 
Execute the
			 startnnc.sh script. 
		  
./startnnc.sh
Note:
The console displays the number of services started. After all services have started, the system is ready for use. Do not attempt to log in until the console has indicated that the web servers are up. 


