-1

我已经关注了这个链接,http://schemacrawler.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

0

要获得有关如何使用 SchemaCrawler for Oracle 的帮助,请使用以下命令:

java -classpath lib/*:. schemacrawler.tools.oracle.Main

Sualeh Fatehi,SchemaCrawler

于 2014-05-29T00:36:44.257 回答