How do I run orachk to ensure all files created as JSON?
orachk creates JSON output, but not consistently.
(using latest version downloaded last week)
When I run orachk without any options there are three JSON files created.
Here is an example:
upload $ ls -l *.xml
-rw-r----- 1 jkstill dba 4160 Jan 18 16:40 ora12c102rac01_orachk_exceptions.xml
-rw-r----- 1 jkstill dba 156694 Jan 18 16:40 ora12c102rac01_orachk_results.xml
-rw-r----- 1 jkstill dba 212228 Jan 18 16:40 orachk_recommendations.xml
upload $ ls -l *.json
-rw-r----- 1 jkstill dba 2590 Jan 19 14:13 ora12c102rac01_orachk_exceptions.json
-rw-r----- 1 jkstill dba 613259 Jan 18 16:40 ora12c102rac01_orachk_results.json
-rw-r----- 1 jkstill dba 198538 Jan 18 16:40 orachk_recommendations.json
However when one of my colleagues runs orachk, only the results file is created as JSON.