PL/SQL command-line example
The following example commands translate and scan two PL/SQL files:
sourceanalyzer -b MyProject -sql-language PL/SQL x.pks y.pks sourceanalyzer -b MyProject -sql-language PL/SQL -scan -f MyResults.fpr
The following example commands translate and scan all PL/SQL files in the sources directory:
sourceanalyzer -b MyProject -sql-language PL/SQL "sources/**/*.pks" sourceanalyzer -b MyProject -sql-language PL/SQL -scan -f MyResults.fpr