当前位置:网站首页>DataGrip配置OceanBase
DataGrip配置OceanBase
2022-08-11 08:30:00 【hhkun0120】
近期我司购买了正版的全套jetbrains激活码,加上最近一直在做国产数据库的迁移测试相关方面的事情,所以打算对近期的技术相关工作做个总结。
那就开始吧。
- 打开DaraGrip, 配置OceanBase驱动。File-->New--->Dirver,设置参数,建议把OceanBase-client-1.1.4.jar放入ob自带的lib文件夹中
- 设置参数,用户名、密码、连接串等参照odc(OceanBase develop center)中的设置,注意URL如下:
jdbc:oceanbase:oracle://IP:2883/xxxUSER?rewriteBatchedStatements=true&allowMultiQueries=true&useLocalSessionState=true&useUnicode=true&characterEncoding=utf-8
- 配置完成,点击测试连接,成功。
边栏推荐
猜你喜欢
随机推荐
C语言-结构体
Interview questions about Android Service
Getting Started with Kotlin Algorithms Calculating Prime Factors
nodejs微服务中跨域,请求,接口,参数拦截等功能
【415. 字符串相加】
如何通过开源数据库管理工具 DBeaver 连接 TDengine
go 操作MySQL之mysql包
2021-08-11 For loop combined with multi-threaded asynchronous query and collect results
kali渗透测试环境搭建
Unity3D——自定义类的Inspector面板的修改
redis operation
Initial use of IDEA
For the first time, I suspect that there is a bug in selenium4 because the iframe element is not found?
查询跟踪快递单号物流,智能分析物流中转有延误的单号
jenkins 流水线脚本详细解析Pipeline
tensorflow 基础操作1(tensor 基本属性 , 维度变换,数学运算)
C Primer Plus(6) 中文版 第1章 初识C语言 1.6 语言标准
Notable NFT development trends in 2022
设置Vagrant创建的虚拟机名称和内存
Rust从入门到精通06-函数