Month: July 2017

Oracle RAC – Startup and shutdown of database 12c srvctl commands:

Where cdbrac1 is the database name, and cdbrac11, and cdbrac12 are the instance names # old pre-12c syntax srvctl stop database -d cdbrac1 -o immediate # new 12c syntax srvctl stop database -db cdbrac1 -stopoption immediate # new 12c syntax status of instance and db srvctl status database -db cdbrac1 # old pre-12c normal start …

Oracle RAC – Startup and shutdown of database 12c srvctl commands: Read More »

Create spfile or create pfile

to $ORACLE_HOME/dbs by default on UNIX / Linux platforms create pfile from spfile; create spfile from pfile; create pfile from memory; create spfile from memory; create pfile=’/u01/app/oracle/product/12.2.0.1/db_1/initPROD.bak’ from memory;

Oracle RAC – For New Installs Load SSH Keys Into Memory Before Starting DBCA

For new installs load SSH keys into Memory before starting DBCA – to establish ssh equivalence In an Oracle RAC environment, you must load SSH keys into memory for the terminal session where you start DBCA. If you do not do this, then you receive user equivalency errors when you attempt to start DBCA. If …

Oracle RAC – For New Installs Load SSH Keys Into Memory Before Starting DBCA Read More »

Oracle RAC – does the patch support a rolling upgrade – if so high level steps to apply rolling patch / upgrade

# first read the readme and if the patch is an on-line patch – you don’t have to worry about the rest of this blog – online patches don’t require any outage at all – there will also be a “online” sub dir in the unzipped patch # now for the vast majority of patches …

Oracle RAC – does the patch support a rolling upgrade – if so high level steps to apply rolling patch / upgrade Read More »

Oracle RAC derived instance names for policy and admin managed instances

The SID prefix is the first 8 characters of the database name, but it can only contain the characters a-z, A-Z, and 0-9. Special characters are omitted. For a RAC database, the instance number format is generated differently for a policy-managed instance than for an admin-managed instance. For policy-managed database instances, the format is name_# …

Oracle RAC derived instance names for policy and admin managed instances Read More »

Exadata – Offloading work from the DB Server to the Cell Server and the interface between the two

Exadata – Offloading / Smart Scan One of the major features of Exadata is the ability to offload processing to a CellServer also referred to as Smart Scan. Generally offloading/SmartScan is accomplished with three sub-features: Column Projection – filtering out on the cell server side only the columns that are specified in the SQL statement. …

Exadata – Offloading work from the DB Server to the Cell Server and the interface between the two Read More »