Oracle資料庫限制訪問IP
測試Oracle資料庫限制訪問IP
限制之前10.1.13.38、10.1.13.165可以遠端訪問10.1.13.151資料庫。
10.1.13.38
sqlplus username/***@10.1.13.151:port/instance_name SQL*Plus: Release 11.2.0.4.0 Production on Mon Jun 27 16:22:25 2022 Copyright (c) 1982, 2013, Oracle. All rights reserved. Connected to: Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production SQL> exit
10.1.13.165 sqlplus username/***@10.1.13.151:port/instance_name SQL*Plus: Release 11.2.0.4.0 Production on Mon Jun 27 16:20:32 2022 Copyright (c) 1982, 2013, Oracle. All rights reserved. Connected to: Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production SQL>
限制10.1.13.151資料庫IP訪問來源
cd $ORACLE_HOME/network/admin ls listener.ora listener.ora.bak samples shrept.lst tnsnames.ora tnsnames.ora.bak
vi sqlnet.ora
#開啟IP限制功能 tcp.validnode_checking=yes #允許訪問資料庫IP地址列表 tcp.invited_nodes(10.1.13.151,127.0.0.1,10.1.13.38,192.168.1.10)
重啟監聽
lsnrctl stop lsnrctl start lsnrctl reload
手動註冊監聽
sqlplus / as sysdba alter system register;
檢視監聽狀態
lsnrctl status
驗證
10.1.13.165無法遠端151資料庫
sqlplus username/***@10.1.13.151:port/instance_name SQL*Plus: Release 11.2.0.4.0 Production on Mon Jun 27 16:30:06 2022 Copyright (c) 1982, 2013, Oracle. All rights reserved. ERROR: ORA-12547: TNS:lost contact Enter user-name:
10.1.13.38可以遠端訪問151資料庫
sqlplus username/***@10.1.13.151:port/instance_name SQL*Plus: Release 11.2.0.4.0 Production on Mon Jun 27 16:32:27 2022 Copyright (c) 1982, 2013, Oracle. All rights reserved. Connected to: Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production SQL> exit
###chenjuchao 20230207###
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29785807/viewspace-2934240/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 如何限制ip訪問Oracle資料庫Oracle資料庫
- Sqlserver限制賬戶在哪些ip下才可以訪問資料庫SQLServer資料庫
- .htaccess IP訪問限制
- Windows限制訪問指定IPWindows
- 3.2.4 開啟資料庫到限制訪問模式資料庫模式
- Oracle透明閘道器訪問SQLServer資料庫OracleSQLServer資料庫
- Oracle透明閘道器訪問MySQL資料庫OracleMySql資料庫
- 如何解決網站限制IP訪問的問題網站
- 【磐維資料庫】Oracle(透明閘道器)訪問磐維資料庫(PanWeiDB)資料庫Oracle
- 【PRODUCE】Oracle 通過儲存過程限制使用者訪問表資料Oracle儲存過程
- windows server 2012更改遠端埠,限制IP訪問WindowsServer
- JDBC資料庫訪問JDBC資料庫
- 【PRODUCE】Oracle 通過儲存過程限制使用者訪問表資料(二)Oracle儲存過程
- Oracle的過載保護-資料庫資源限制Oracle資料庫
- Oracle DBLink跨資料庫訪問SQL server資料同步 踩坑實錄Oracle資料庫SQLServer
- laravel 單使用者 單IP 頻次訪問限制Laravel
- 【TUNE_ORACLE】Oracle資料庫與HugePages(二)HugePages配置和限制Oracle資料庫
- Oracle資料庫連結(DBLink)中如何訪問包含BLOB欄位的資料Oracle資料庫
- 外網訪問MySQL資料庫MySql資料庫
- Oracle如何診斷遠端訪問資料庫慢/超時等問題小結Oracle資料庫
- 使用 @NoRepositoryBean 簡化資料庫訪問Bean資料庫
- jmeter 使用 ssh 方式訪問資料庫JMeter資料庫
- oracle 12C以上 版本資料庫訪問 ORA-28040 ORA-03134Oracle資料庫
- iOS12訪問限制沒有了 ?iOS12訪問限制在哪iOS
- Oracle資料訪問元件ODAC的安裝方法Oracle元件
- ASP實現限制一個ip只能訪問一次的方法
- 【磐維資料庫】透過python訪問磐維資料庫資料庫Python
- Python 訪問限制 private publicPython
- Google 將限制 Android 應用在後臺訪問地理位置資料GoAndroid
- Xamarin SQLite教程資料庫訪問與生成SQLite資料庫
- Python學習之旅:訪問MySQL資料庫PythonMySql資料庫
- 資料庫訪問幾種方式對比資料庫
- [開源] .Net ORM 訪問 Firebird 資料庫ORM資料庫
- 如何在RedHat Linux 6.8新增ftp使用者限制目錄和訪問ipRedhatLinuxFTP
- Pandas庫基礎分析——資料生成和訪問
- Holer實現外網訪問SQLServer資料庫SQLServer資料庫
- Holer實現MongoDB資料庫外網訪問MongoDB資料庫
- Holer實現外網訪問MariaDB資料庫資料庫