schemacrawler

    1熱度

    1回答

    我必須添加使用schemacrawler進行爬網的選定模式。我們如何將多個模式添加到schemacrawler的包含規則中? 像: final SchemaCrawlerOptions options = new SchemaCrawlerOptions(); options.setSchemaInclusionRule(new InclusionRule("schema1,schema2",

    0熱度

    1回答

    我試圖使用SchemaCrawler從Oracle數據庫獲取MPD。 該工具生成一個點文件,然後使用點生成圖形。 但一個小時後,該處理還是didnt完成,所以我嘗試推出自己點上我用下面的命令文件點: 點-v -Tpng schemacrawler.7007049984130928063.dot> graph.png 在下面的點文件中,我嘗試減少邊緣的數量和大約60個邊緣,它持續2分鐘,因爲它永遠不

    1熱度

    2回答

    是否有任何Java API/java插件可以在提供java連接對象作爲輸入時生成數據庫ER圖。 例:InputSream generateDatabaseERDiagram(java connection object)// where inputsream will point to generated ER diagram image 的API應該與Oracle,MySQL和PostgreSQ

    -1熱度

    1回答

    我按照這個鏈接,http://schemacrawler.sourceforge.net/bundled.html 我使用Oracle 11g數據庫, 按照該文檔我已經下載了捆綁爲Oracle和下載的驅動程序ojdbc它(ojdbc.6.jar)和把它放在lib文件夾,然後 發射命令: - -host=xxx -port=xxx -database=xxx -user=xxx -password=

    0熱度

    1回答

    我正在嘗試使用SourceForge中的SchemaCrawler實用程序來獲取Oracle數據庫模式的文本轉儲。提供在命令行下面ARGS ./sc.sh -driver=oracle.jdbc.driver.OracleDriver -host=<hostName> -port=<portNumber> -database=iknowit -schemas=IM_OWNER -user

    1熱度

    1回答

    使用Java schemacrawler,爲什麼它掃描我數據庫中的每個表?它不應該只是掃描我在命令行上指定的數據庫:-database = openfire ??? :: schemacrawler batch launcher @echo off C:\JDK\bin\java.exe -classpath jtds-1.2.4.jar;schemacrawler-8.8.jar; \ s

    0熱度

    1回答

    我目前使用Schemacrawler來收集有關各種數據庫的信息。 我遇到的問題是運行該應用程序的用戶無法訪問每個數據庫。如果我嘗試檢索模式的列表: SchemaCrawlerOptions schemaCrawlerOptions = new SchemaCrawlerOptions(); schemaCrawlerOptions.setSchemaInfoLevel(SchemaInfoLev

    2熱度

    1回答

    如何使SchemaCrawler在Windows中工作? GraphViz已安裝。現在我想要使用命令行,使整個PostgreSQL數據庫的示意圖: sc.cmd -command graph -outputformat png \ -outputfile=graph.png -database=my_database \ -user=the_user -password=my_

    0熱度

    1回答

    我已經安裝了Java 8,並且我的機器上有E:上的SchemaCrawler文件夾。我運行SQL Server 2012的 使用CMD命令低於 sc.cmd -c graph -host=10.52.136.168 -user=sa -database=MyDBName schemacrawler.Main -infolevel=detailed -schemas=dbo -tabletypes=