Apache Doris 中文技术论坛
Questions Tags Users Badges

doris CATALOG 链接Oracle pdb类型数据库找不到数据库

Asked Sep 27, 2024 Modified Jan 1, 0001
Viewed 43
2.0

image.png

CREATE CATALOG ycyyhis PROPERTIES (
"type"="jdbc",
"user"="root",
"password"="****",
"jdbc_url" = "jdbc:oracle:thin:@174.11.11.1:1521:civildg1",
"driver_url" = "ojdbc8-19.3.0.0.jar",
"driver_class" = "oracle.jdbc.driver.OracleDriver"
);

image.png

edited Jan 1, 0001
久安7
asked Sep 27, 2024
1 Answers

可以参考如下方式排查:
1、可以查看fe.log是否有其它异常信息
2、检查账号、实例等信息配置是否正确

edited Jan 1, 1970
张彬华7698
answered Sep 27, 2024
Related Questions
Doris Routine Load自动恢复机制
我的doris版本为2.0.6 在备份操作时,会导致所以fe节点宕机,这种情况该怎么排查,为什么备份会导致这个问题?
1 answers
doris fe节点变更成高可用配置
1 answers
各位大哥在通过k8s安装doris3.0的时候,有没有遇到cg启动不起来,提示Set max number of open file descriptors to a value greater than 60000.
1 answers
doris主键表可以bucket配置太小,怎么修改?
1 answers
doris2.0.2.1大量delete语句和stream load执行在5分钟左右
1 answers

Terms of service Privacy policy

Powered by Answer - the open-source software that powers Q&A communities.
Made with love © 2026 Apache Doris 中文技术论坛.