如何让SchemaCrawler将实际表行数据导出到文本输出?我在任何地方都找不到示例,也找不到引用此选项的文档,尽管我在 Internet 上看到了暗示可以完成的参考。我能够导出有关架构的信息,但它只是缺少数据。
我正在使用 Oracle 版本的 SchemaCrawler。我正在使用 schemacrawler.config.properties,但我无法在任何地方找到所有可能选项的列表。我使用的命令是这样的:
java.exe -classpath lib/*;. schemacrawler.tools.oracle.Main -infolevel=maximum
-database=%5 -g=schemacrawler.config.properties -user=%1 -password=%2
-schemas=%5 -port=%4 -host=%3 -table_types=TABLE -command="SELECT * FROM %5.%6"
-sortcolumns=true