How to enable OD scan?
Just tell me what am i doing wrong:
tfactl run scan
On Demand Scan is disabled
To enable On Demand Scan run the following command:
/oradata/ahf/oracle.ahf/tfa/bin/tfactl set odscan=true
Failed to run On Demand Scan
Ok so lets enable it.
/oradata/ahf/oracle.ahf/tfa/bin/tfactl set odscan=true
Invalid option specified for odscan: true
Allowed : ON|OFF
well ok..
/oradata/ahf/oracle.ahf/tfa/bin/tfactl set odscan=on
Successfully set odscan=on
.---------------------------------.
| server |
+-------------------------+-------+
| Configuration Parameter | Value |
+-------------------------+-------+
| odscan | ON |
'-------------------------+-------'
looks good lets run it.
tfactl run scan