当前位置:网站首页>Oracle连通性测试小工具
Oracle连通性测试小工具
2022-04-23 11:03:00 【两个小黄鹂】
系统组在配置中间件时需要数据库连接信息,但是只有在程序运行后,才能确认提供的信息是否可用,下面的小工具比较轻便,可以提前测试数据库的连通性
如下是小工具使用方式
# ./oratest --help
Usage of ./oratest:
-P string
端口 (default "1521")
-h string
地址 (default "127.0.0.1")
-p string
密码 (default "tiger")
-s string
服务名 (default "orcl")
-u string
用户名 (default "scott")
连接信息配置错误
# ./oratest -h 192.168.124.3 -u test -p test -s orcl
test test 192.168.124.3 1521 orcl
连接成功!!
连接信息配置正确
# ./oratest -h 192.168.124.2 -u test -p test -s orcl
test test 192.168.124.2 1521 orcl
连接失败!!
链接:https://pan.baidu.com/s/17cVb17ARVDG4bLLjZbgQqQ
提取码:vs2r
–来自百度网盘超级会员V7的分享
版权声明
本文为[两个小黄鹂]所创,转载请带上原文链接,感谢
https://blog.csdn.net/u014650965/article/details/124310286
边栏推荐
- Introduction to data analysis 𞓜 kaggle Titanic mission (III) - > explore data analysis
- Visual common drawing (IV) histogram
- Xdotool key Wizard
- Esp32 learning - add folder to project
- Mysql系列SQL查询语句书写顺序及执行顺序详解
- Learning note 5 - gradient explosion and gradient disappearance (k-fold cross verification)
- Common parameters of ffmpeg command line
- MBA-day5数学-应用题-工程问题
- MBA-day5数学-应用题-工程问题
- 关于JUC三大常用辅助类
猜你喜欢
Excel·VBA数组冒泡排序函数
A diary of dishes | 238 Product of arrays other than itself
高价买来的课程,公开了!phper资料分享
Visualized common drawing (II) line chart
CUMCM 2021-b: preparation of C4 olefins by ethanol coupling (2)
Learning Notes 6 - Summary of several deep learning convolutional neural networks
Learning note 5 - gradient explosion and gradient disappearance (k-fold cross verification)
JVM - common parameters
比深度学习更值得信赖的模型ART
UEditor之——图片上传组件大小4M的限制
随机推荐
GO接口使用
MBA-day5數學-應用題-工程問題
Cygwin 中的 rename 用法
SWAT - Introduction to Samba web management tool
Differences among restful, soap, RPC, SOA and microservices
VIM usage
After the MySQL router is reinstalled, it reconnects to the cluster for boot - a problem that has been configured in this host before
Mysql8.0安装指南
比深度学习更值得信赖的模型ART
About the three commonly used auxiliary classes of JUC
UEditor之——图片上传组件大小4M的限制
Solutions to common problems in visualization (VIII) solutions to problems in shared drawing area
ID number verification system based on visual structure - Raspberry implementation
MIT:用无监督为世界上每个像素都打上标签!人类:再也不用为1小时视频花800个小时了
Latex usage
Visual Road (XII) detailed explanation of collection class
Visualized common drawing (II) line chart
MySQL面试题讲解之如何设置Hash索引
Jupyter Lab 十大高生产力插件
全栈交叉编译X86完成过程经验分享