Thursday, August 26, 2021

Oracle ASM 19c -- How to Enable Tracing for ASMCMD

 Problem

You need to enable tracing for asmcmd utility to investigate a command failure

Solution

Use the DBI_TRACE environment variable. Value 1 enables tracing will show each command debug information to the screen, value 0 disables tracing:

$ export DBI_TRACE=1
$ asmcmd


No comments: