Automatic Diagnosis Repository Command line Interface (ADRCI)
SQL> select name, value from v$diag_info;
adrci> show homes
set homepath diag/rdbms/orcl1/orcl1
show homepath
show incident
show incident -mode detail
show incident -mode detail -p "incident_id=123"
To Upload Packaging Incidents use the below steps:-
a) First create empty logical package and then add the incident in package:-
adrci>ips create package
b)Check the incident to add into package
adrci>show incident
c)add the incident into package which is created in step 1
adrci>ips add incident 113769 package 1;
d)After adding incident into package generate zip file to send oracle support:-
ips generate package 1 in /u01/app/oracle/adrci/support(Directory as per your choice)
SQL> select name, value from v$diag_info;
adrci> show homes
set homepath diag/rdbms/orcl1/orcl1
show homepath
show incident
show incident -mode detail
show incident -mode detail -p "incident_id=123"
To Upload Packaging Incidents use the below steps:-
a) First create empty logical package and then add the incident in package:-
adrci>ips create package
b)Check the incident to add into package
adrci>show incident
c)add the incident into package which is created in step 1
adrci>ips add incident 113769 package 1;
d)After adding incident into package generate zip file to send oracle support:-
ips generate package 1 in /u01/app/oracle/adrci/support(Directory as per your choice)
No comments:
Post a Comment