Posts

Showing posts from June, 2017

Creating Oracle Java Cloud Service Virtual Image with Oracle Database Cloud Service Virtual Image

Note: This procedure only applies in the case where you want to use an Oracle Database Cloud - Virtual Image database deployment, when creating an Oracle Java Cloud Service instance (Virtual Image). First setup Database Cloud service environment: ===================================== To set up the Oracle Database Cloud - Database Cloud Service environment: 1. Use a secure shell (SSH) tool to access a compute node associated with your Database Cloud Service - Virtual Image database deployment. 2. Switch to user oracle. $ sudo -s # su - oracle $ cd 3. Edit the .bashrc file and add the following entries: export ORACLE_HOME="/u01/app/oracle/product/12.1.0/dbhome_1" export PATH="$ORACLE_HOME/bin:$PATH" Note: Ensure that you add these entries to the .bashrc file, not the bash_profile file. 4. Ensure that your user has SYSDBA administrator privileges. 5. Do not set the $ORACLE_SID=ORCL variable in the .bashrc file. Do not set the variable to .bash...