当前位置:网站首页>Open Oracle server under Linux to allow remote connection
Open Oracle server under Linux to allow remote connection
2022-06-24 09:52:00 【euler1983】
Environmental Science :linux,oracle The server , Use docker Inside python visit oracle database .
Report errors :ORA-12541:TNS:no listener
screening :
su - oracle Switch to oracle After user , use sqlplus You can connect to the database , It shows that the database itself is OK .
function :lsnrctl status, It is found that the listening terminal is localhost.
got it , This limits the remote connection .
resolvent :
modify Configure server listener.ora, add HOST=0.0.0.0, If not , By default, only programs running on this computer can access .
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
(ADDRESS = (PROTOCOL = TCP)(HOST =0.0.0.0)(PORT = 1521))
)
Restart monitoring :lsnrctl stop、lsnrctl start
边栏推荐
- indexedDB本地存储,首页优化
- LeetCode: 240. Search 2D matrix II
- Thinkphp5清除runtime下的cache缓存,temp缓存,log缓存
- 观察者模式
- Can the long-term financial products you buy be shortened?
- Ora-16038 ora-19502 ora-00312 troubleshooting
- Basic operations on binary tree
- Summary of medical image open source datasets (II)
- latex公式及表格识别
- [Eureka registry]
猜你喜欢

Operator details

Practical analysis: implementation principle of APP scanning code landing (app+ detailed logic on the web side) with source code

vim的使用

Five heart matchmaker

如何管理海量的网络基础设施?

Summary of medical image open source datasets (II)

How to solve multi-channel customer communication problems in independent stations? This cross-border e-commerce plug-in must be known!

Talking about the knowledge of digital transformation

二十、处理器调度(RR时间片轮转,MLFQ多级反馈队列,CFS完全公平调度器,优先级翻转;多处理器调度)

Basic operations on binary tree
随机推荐
Analysis of 43 cases of MATLAB neural network: Chapter 32 time series prediction of wavelet neural network - short-term traffic flow prediction
Oracle database listening file configuration
Threejs point light + ambient light
LeetCode: 137. 只出现一次的数字 II
Grpc local test joint debugging tool bloomrpc
June 13-19, 2022 AI industry weekly (issue 102): career development
100 GIS practical application cases (XIV) -arcgis attribute connection and using Excel
英伟达这篇CVPR 2022 Oral火了!2D图像秒变逼真3D物体!虚拟爵士乐队来了!
Handling method of Oracle data file header SCN inconsistency
《MATLAB 神经网络43个案例分析》:第32章 小波神经网络的时间序列预测——短时交通流量预测
如何规范化数据中心基础设施管理流程
In depth analysis of Apache bookkeeper series: Part 3 - reading principle
nVisual数字基础设施运营管理软件平台
vim的使用
居家办公如何管理数据中心网络基础设施?
Basic operations on binary tree
算法---矩阵中战斗力最弱的 K 行(Kotlin)
How to solve multi-channel customer communication problems in independent stations? This cross-border e-commerce plug-in must be known!
PRCT-1400 : 未能执行 getcrshome解决方法
js单例模式