当前位置:网站首页>Sqlplus connects using the instance name
Sqlplus connects using the instance name
2022-07-01 04:50:00 【Drunken Xiaobai】
Simple connection can only support service_names

sqlplus [username]/[password]@'(description=(address_list=(address=(protocol=tcp)(host=[host])(port=[port])))(connect_data=(service_name=[sid])))'
sqlplus system/oracle_4U@'(description=(address_list=(address=(protocol=tcp)(host=hostname)(port=1521)))(connect_data=(sid=bpxtest2)))'

边栏推荐
猜你喜欢

I also gave you the MySQL interview questions of Boda factory. If you need to come in and take your own

分布式事务-解决方案

The design points of voice dialogue system and the importance of multi round dialogue

RuntimeError: “max_pool2d“ not implemented for ‘Long‘

LeetCode316-去除重复字母-栈-贪心-字符串

神经网络-卷积层

神经网络-非线性激活

JVM栈和堆简介

Basic skeleton of neural network nn Use of moudle

Difficulties in the development of knowledge map & the importance of building industry knowledge map
随机推荐
LeetCode_28(实现 strStr())
Neural networks - use of maximum pooling
Pytorch(一) —— 基本语法
FileInputStream
Quelques outils dont les chiens scientifiques pourraient avoir besoin
STM32扩展版 按键扫描
[daily question in summer] first time, second time, deal!
常用的Transforms中的方法
How to use common datasets in pytorch
[FTP] the solution to "227 entering passive mode" during FTP connection
Basic skeleton of neural network nn Use of moudle
LeetCode522-最长特殊序列II-哈希表-字符串-双指针
LeetCode_35(搜索插入位置)
pytorch 卷积操作
Technology sharing | broadcast function design in integrated dispatching
Character input stream and character output stream
点赞的云函数
LeetCode_ 53 (maximum subarray and)
技术分享| 融合调度中的广播功能设计
How do I sort a list of strings in dart- How can I sort a list of strings in Dart?