adrci - Automatic Diagnostic Repository Command Interpreter
$ adrci
adrci> show homes
Set home for Oracle Database:
adrci> set home
List incidents:
adrci> show incidents
Pack incident for incident number:
adrci> ips pack incident <incident_no> in /tmp
Show incident information in brief:
adrci> show incident -mode brief -p "incident_id=<incident_no>"
Pack incident for problem key (Get problem key by commnad show incidents):
adrci> ips create package problemkey "ORA 600 [qmtGetBaseType]"
Pack incident by time (Get time record by commnd show incidents):
adrci> IPS CREATE PACKAGE TIME '2017-08-23 11:31:44.296000 -07:00' to '2017-08-22 08:32:16.394000 -07:00'
Ref.: http://docs.oracle.com/cd/B28359_01/server.111/b28319/adrci.htm#BGBICJED
$ adrci
adrci> show homes
Set home for Oracle Database:
adrci> set home
List incidents:
adrci> show incidents
Pack incident for incident number:
adrci> ips pack incident <incident_no> in /tmp
Show incident information in brief:
adrci> show incident -mode brief -p "incident_id=<incident_no>"
Pack incident for problem key (Get problem key by commnad show incidents):
adrci> ips create package problemkey "ORA 600 [qmtGetBaseType]"
Pack incident by time (Get time record by commnd show incidents):
adrci> IPS CREATE PACKAGE TIME '2017-08-23 11:31:44.296000 -07:00' to '2017-08-22 08:32:16.394000 -07:00'
Ref.: http://docs.oracle.com/cd/B28359_01/server.111/b28319/adrci.htm#BGBICJED
Comments
Post a Comment