-1

このリンクをたどりましたhttp://schemarawler.sourceforge.net/bundled.html

Oracle 11g データベースを使用していますが、

ドキュメントに従って、Oracleのバンドルをダウンロードし、そのためのojdbcドライバー(ojdbc.6.jar)をダウンロードしてlibフォルダーに配置し、コマンドを実行しました:-

-host=xxx -port=xxx -database=xxx -user=xxx -password=xxx

しかし、うまくいきません。

UNIX の場合、エラーがスローされます:-

-bash: -host=xxx: command not found

コマンドを実行すると:-

java -classpath lib/*:. schemacrawler.tools.oracle.Main $* -host=xxx -port=xxx -database=xxx -user=xxx  -password=xxx

エラーがスローされます:-

schemacrawler.schemacrawler.SchemaCrawlerException: No command specified
    at schemacrawler.tools.commandline.SchemaCrawlerCommandLine.<init>(SchemaCrawlerCommandLine.java:88)
    at schemacrawler.tools.commandline.SchemaCrawlerCommandLine.<init>(SchemaCrawlerCommandLine.java:62)
    at schemacrawler.tools.commandline.SchemaCrawlerMain.main(SchemaCrawlerMain.java:76)
    at schemacrawler.tools.oracle.Main.main(Main.java:44)

解決するのを手伝ってください

4

1 に答える 1