2.7

Table Of Contents
Prerequisites
Verify that a base database virtual machine of the Oracle database is available.
Configure the update chain.
Procedure
1 Connect to the Base DBVM console.
You can connect from the vSphere client or other SSH terminals.
2 Download the PSU 12419378 package from the Oracle Web site.
3 Upload p5880880_112000_Linux-x86-64.zip to the /tmp directory in the database virtual machine.
4 Upgrade the patch according to README.txt.
5 Apply PSU 12419378 according to README.html.
Refer to the patch post-installation instructions in the Patch Set Update README material.
6 Create a post upgrade script in this DBVM.
The file is located in /opt/aurora/agent2/plugin/vdd_linux_oracle_11/upgrade_script. Rename the file
postupgrade_script.
7 Set file privileges to 777 to make this file readable and executable.
8 Copy the script to the postupgrade_script file.
The following is a sample script to be executed.
#!/bin/bash
sqlplus / as sysdba << EOF
startup
@$ORACLE_HOME/rdbms/admin/catbundle.sql cpu apply
quit
EOF
You updated the base database virtual machine with PSU 12419378
What to do next
You can convert the base database virtual machine to a target database template. See “Convert a Base DBVM
into a Base DB Template,” on page 66.
Convert a Base DBVM into a Base DB Template
Data Director system administrators convert base DBVMs into base DB templates to provide the blueprints
for creating databases.
When you convert a base DBVM to a DB template, you can define the storage structure and disk layout that
best suits your database deployment's workloads and use cases. Before converting a base DBVM to a DB
template, carefully consider the storage requirements for the database you are deploying. Refer to the database
vendor's documentation for information on storage capacity planning as it relates to storage usage, I/O, and
redundancy.
The running status of a base DB template depends upon the status of the base DBVM from which it is created.
When you convert a running base DBVM to a base DB template, after conversion the status of the base DB
template is Running. When you convert a base DBVM that is powered-off to a base DB template, after
conversion the status of the base DB template is Powered-off.
Prerequisites
n
The operating system and database software is installed in the base DBVM.
VMware vFabric Data Director Administrator and User Guide
72 VMware, Inc.