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
noasm
Do not try to copy logs from ASM.noasmdirect
Do not try to copy logs from ASM using asmcmd
.nooradebug
No longer used (should disable creating get_logtrace
 script).nodb
Do not try to connect to the database, thus skip the csv files.timer
Show how much time each step took.trace
Print 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