Generating MINE & APPLY support package options

Description

The article discusses about various options used in generating support packages, it also provides us with basic syntax as well.

Solution

Syntax

dbvrep --ddcfile <env prefix>-APPLY.ddc support package APPLY dbvrep --ddcfile <env prefix>-MINE.ddc support package MINE

Valid options

noasmDo not try to copy logs from ASM.noasmdirectDo not try to copy logs from ASM using asmcmd.nooradebugNo longer used (should disable creating get_logtrace script).nodbDo not try to connect to the database, thus skip the csv files.timerShow how much time each step took.tracePrint more tracing info to screen (contains the same information as goes to packaging_trace.txt)

Example

dbvrep --ddcfile MyMineDDC-MINE.ddc support package MINE timer trace dbvrep --ddcfile MyApplyDDC-APPLY.ddc support package APPLY timer trace

Donna Zehl May 13, 2014 04:07