问题标签 [schemacrawler]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
upgrade - 使用 schemacrawler 升级项目
我目前正在升级我所有使用 Schemacrawler 的项目。我使用的最后一个版本是 15.06.01,我正在升级到 16.9.4。做了很多更改,我正在寻找替换LintedCatalog .java 的对象。目的是获取在 db 分析期间检测到的 lints 列表。
我目前正在进行的项目是:https ://github.com/adriens/schemacrawler-additional-command-lints-as-csv.git ,如果你想看看的话。
提前致谢
schemacrawler - Schemacrawler 根据表的数量对大模式进行分区
我有一个用例,我使用 schemacrawler 从各种数据库中抓取元数据。稍后在我的下游系统中使用元数据。
我有很多可变大小的数据库要抓取。桌子的数量从 20 到 2000 不等。现在,我正在使用 Schemacrawler API 来运行爬虫。如果源数据库中的表数量更多,我的应用程序会崩溃,因为它会尝试一次爬取所有表。
schemacrawler 有什么方法可以批量抓取数据库。即如果有 1000 个表,它分 5 批抓取,每批 200 个表?
谢谢!
sockets - SchemaCrawler 打开到服务器 DB2 数据库的套接字时出错
我尝试使用命令行连接到DB2 DB :
我收到以下错误:
SchemaCrawler 16.11.7
错误:无法连接到 jdbc:db2://pathtodb:retrieveMessagesFromServerOnGetMessage=true;,对于用户“用户”,具有属性 {}:[jcc][t4][2043][11550][4.28.11] 异常 java。 net.ConnectException: 在端口myport上打开到服务器myserver的套接字时出错,并显示消息:连接超时:连接。错误代码=-4499,SQLSTATE=08001
我怀疑公司的防火墙存在问题,不允许我从 SchemaCrawler 进行连接。我可以从虚拟机(Saas)使用 DBeaver 连接到数据库。由于 DBeaver 正在运行 SaaS,因此我无法访问 VM,也无法从那里进行测试。
如何检查网络是否阻止来自本地计算机(Windows 10 Enterprise 1909)的 SchemaCrawler 请求?
amazon-web-services - AWS 爬虫卡在 STOPPING 状态
我有一个在 S3 中定义镶木地板文件架构的爬虫工作正常,但是当我再次运行它时遇到了 CrawlerRunningException。我检查了它的状态,由于某种我不明白的原因,它一直卡在 STOPPING 中。我什至不能删除爬虫来重新创建它,至少从 Aws 控制台是这样。
有谁知道为什么会发生这种情况以及如何进行?
谢谢。
schemacrawler - 删除 schemacrawler 中的“生成”标签
在 schemacrawler 中,是否有删除“由 Schemacrawler 生成”和“在 ... 上生成”标签的选项?我检查了文档并没有找到这个选项。
schemacrawler - 无法在 schemacrawler 中写入输出文件
我在 schemacrawler shell 上执行这个命令执行 --command=schema --no-info --output-file=./share/schema.txt
然后它抛出一个错误“无法打开输出编写器:C:\Program Files\SchemaCrawler\share\schema.txt”
schemacrawler - schemacrawler 也从其他模式中获取表
我正在从 schemacrawler 交互式 shell 执行以下命令。在我的数据库中存在 2 个模式,我只想从一个模式中获取表。执行 --command=schema --schemas=whi --output-format=png --output-file=C:\Users\Aratichavan\Documents\share\db13.png
我还想知道如何创建仅显示 PK 和 FK 关系的 ER 图。请指导我。
schemacrawler - 如何使用 Schemacrawler API 在代码中传递 xml linter 配置
命令行 schemacrawler 有 --linter-configs 选项,我们可以在其中传递 xml 配置。是否可以在代码中使用 schemacrawler API 传递这个 linter-config.xml?
schemacrawler - 想要生成具有弱关联的 ER 图。在哪里定义属性文件
我正在通过 docker 容器运行 SchemaCrawler。我在数据库 ORACLE 中有表,其中所有表都没有显式的外键引用约束。我想生成具有弱关联的 ER 图。但是不知道在属性文件中在哪里定义弱属性并加载它们。你能指导我吗?
schema - SchemaCrawler 是否能够扩展以支持同一数据源的多个版本?
我是 SchemaCrawler 的新手,对 SchemaCrawler 印象深刻。在我的项目中,我需要为同一数据源的不同版本检索架构。
示例:如何同时连接 MS SQL server 2005 和 2019 版本?