【问题标题】:Schemacrawler is not fetching the data from oracleSchemacrawler 未从 oracle 获取数据
【发布时间】:2015-04-10 03:42:36
【问题描述】:

我尝试如下获取 Mysql 表详细信息,它正在获取所有表详细信息,但未使用以下 sc 命令从 oracle 获取任何数据。是否需要对 oracle 进行任何额外的配置。

MySql sc -driver=com.mysql.jdbc.Driver -url=jdbc:mysql://localhost:3306/doctool -user=root -password=password -schemas=doctool -infolevel=standard -command=list

Oracle sc -driver=oracle.jdbc.driver.OracleDriver -url=jdbc:oracle:thin:@localhost:1521:orcl -user=certus2713 -password=certus2713 -schemas=certus2713 -infolevel=standard -command=list

【问题讨论】:

    标签: schemacrawler


    【解决方案1】:

    文卡特桑,

    Oracle 驱动程序和数据库可能区分大小写。请尝试-schemas=CERTUS2713 或者,您可以尝试完全放弃-schemas

    Sualeh Fatehi,SchemaCrawler

    【讨论】:

      猜你喜欢
      • 2017-09-28
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-12-29
      • 2018-12-20
      • 2019-08-13
      • 1970-01-01
      • 2015-11-10
      相关资源
      最近更新 更多