Problem
If you wan't want to monitor Oracle DB on Centos, you may receive this message about a missing module:
Code Block |
---|
|
Can't locate Time/HiRes.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .).BEGIN failed--compilation aborted.(standard_in) 2: syntax error |
...
You need to install the Module manually:
Code Block |
---|
|
yum install perl-Time-HiRes
|
Related articles
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 5 |
---|
spaces | KB |
---|
showSpace | false |
---|
sort | modified |
---|
reverse | true |
---|
type | page |
---|
cql | label in ("oracle","databases") and type = "page" and space = "KB" |
---|
labels | oracle databases |
---|
|
...