windows 环境安装oracle11g db 或者RAC 防火墙必须要透过的进程,端口

1、Firewall Exceptions for Oracle Database

For basic database operation and connectivity from remote clients, such as SQL*Plus, Oracle Call Interface (OCI), Open Database Connectivity (ODBC), Object Linking and Embedding database (OLE DB) applications, and so on, the following
executables must be added to the Windows Firewall exception list:

  • Oracle_home\bin\oracle.exe -
    Oracle Database executable
  • Oracle_home\bin\tnslsnr.exe -
    Oracle Listener

If you use remote monitoring capabilities for your database, the following executables must be added to the Windows Firewall exception list:

  • Oracle_home\bin\emagent.exe -
    Oracle Database Control
  • Oracle_home\jdk\bin\java.exe -
    Java Virtual Machine (JVM) for Enterprise Manager Database Control

2、Firewall Exceptions for Oracle Database Examples (or the Companion CD)

After installing the Oracle Database Companion CD, the following executables must be added to the Windows Firewall exception list:

  • Oracle_home\opmn\bin\opmn.exe -
    Oracle Process Manager
  • Oracle_home\jdk\bin\java.exe -
    JVM

3、 Firewall Exceptions for Oracle Gateways

If your Oracle database interacts with non-Oracle software through a gateway, then you must add the gateway executable to the Windows Firewall exception list. Table
5-1
table lists the gateway executables used to access non-Oracle software.

Table 5-1 Oracle Executables Used to Access Non-Oracle Software

Executable Name Description

omtsreco.exe


Oracle Services for Microsoft Transaction Server


dg4sybs.exe


Oracle Database Gateway for Sybase


dg4tera.exe


Oracle Database Gateway for Teradata


dg4msql.exe


Oracle Database Gateway for SQL Server


dg4db2.exe


Oracle Database Gateway for Distributed Relational Database Architecture (DRDA)


pg4arv.exe


Oracle Database Gateway for Advanced Program to Program Communication (APPC)


pg4t4ic.exe


Oracle Database Gateway for APPC


dg4mqs.exe


Oracle Database Gateway for WebSphere MQ


dg4mqc.exe


Oracle Database Gateway for WebSphere MQ


dg4odbc.exe


Oracle Database Gateway for ODBC

4、 Firewall Exceptions for Oracle Clusterware and Oracle ASM

If you installed the Oracle Grid Infrastructure software on the nodes in your cluster, then you can enable the Windows Firewall only after adding the following
executables and ports to the Firewall exception list. The Firewall Exception list must be updated on each node.

  • Grid_home\bin\gpnpd.exe - Grid Plug
    and Play daemon
  • Grid_home\bin\oracle.exe - Oracle Automatic
    Storage Management (Oracle ASM) executable (if using Oracle ASM for storage)
  • Grid_home\bin\racgvip.exe - Virtual
    Internet Protocol Configuration Assistant
  • Grid_home\bin\evmd.exe - OracleEVMService
  • Grid_home\bin\crsd.exe - OracleCRService
  • Grid_home\bin\ocssd.exe - OracleCSService
  • Grid_home\bin\octssd.exe - Cluster Time
    Synchronization Service daemon
  • Grid_home\bin\mDNSResponder.exe - multicast-domain
    name system (DNS) Responder Daemon
  • Grid_home\bin\gipcd.exe - Grid inter-process
    communication (IPC) daemon
  • Grid_home\bin\gnsd.exe - Grid Naming
    Service (GNS) daemon
  • Grid_home\bin\ohasd.exe - OracleOHService
  • Grid_home\bin\TNSLSNR.EXE - single client
    access name (SCAN) listener and local listener for Oracle RAC database and Oracle ASM
  • Grid_home\opmn\bin\ons.exe - Oracle
    Notification Service (ONS)
  • Grid_home\jdk\jre\bin\java.exe - JVM

5 、Firewall Exceptions for Oracle RAC Database

For the Oracle RAC database, the executables that require exceptions are:

  • Oracle_home\bin\oracle.exe -
    Oracle RAC database instance
  • Oracle_home\bin\emagent.exe -
    Oracle Enterprise Manager agent
  • Oracle_home\jdk\bin\java.exe -
    For the Oracle Enterprise Manager Database Console

In addition, the following ports should be added to the Windows Firewall exception list:

  • Microsoft file sharing system management bus (SMB)

    • User Datagram Protocol (UDP) ports from 135 through 139
    • TCP ports from 135 through 139
  • Direct-hosted SMB traffic without a network basic I/O system (NetBIOS)
    • port 445 (TCP and UPD)

6、 Firewall Exceptions for Oracle Cluster File System for Windows

If you use Oracle Cluster File System for Windows (OCFS for Windows) to store the Oracle Clusterware files, or Oracle RAC database files, then you must add the following exceptions to the Windows Firewall:

  • Grid_home\cfs\Ocfsfindvol.exe - OCFS
    for Windows Volume Service
  • %WINDOWS_HOME%\system32\drivers\Ocfs.sys - System file for OCFS (if using OCFS for Windows for Oracle Clusterware storage)

7 、Firewall Exceptions for Other Oracle Products

In addition to all the previously listed exceptions, if you use any of the Oracle software listed in, then you must create an exception for Windows Firewall for the associated executable.

Table 5-2 Other Oracle Software Products Requiring Windows Firewall Exceptions

Oracle Software Product Executable Name

Data Guard Manager


dgmgrl.exe


Oracle Internet Directory lightweight directory access protocol (LDAP) Server


oidldapd.exe


External Procedural Calls


extproc.exe

时间: 2024-10-29 00:48:56

windows 环境安装oracle11g db 或者RAC 防火墙必须要透过的进程,端口的相关文章

MongoDB Windows环境安装及配置[转]

MongoDB一般安装 1.首先到官网(http://www.mongodb.org/downloads )下载合适的安装包,目前的最新版本为2.6 安装包有zip和msi格式的,这里推荐下载zip格式的,msi的其实也就是进行了下解压缩而已,而且安装时不让选择安装路径,默认安装到C:\Program Files\MongoDB 2.6 Standard 目录,根据自己的系统选择32位或64位的 我本人电脑是win8系统64位,下载64位的zip包,下载完成后解压缩到D:\MongoDB目录 创

Windows环境安装tesseract-ocr 4.00并配置环境变量

最近要做文字识别,不让直接用别人的接口,所以只能尝试去用开源的类库.tesseract-ocr是惠普公司开源的一个文字识别项目,通过它可以快速搭建图文识别系统,帮助我们开发出能识别图片的ocr系统.因为Windows环境开发,我也就必须在windows环境安装系统. 第一步:下载安装包 根据https://github.com/tesseract-ocr/tesseract/wiki,我找到非官方的安装包,好像我只看到64位的安装包http://digi.bib.uni-mannheim.de/

MongoDB —— Windows环境安装与简单使用

公司使用mongodb 来做数据库的功能,第一次使用,所以自己去研究了下MongoDB的官网和相关资料,本地windows环境搭建了一个MongoDB的简单数据库,话不多说,进入正题 一.下载MongoDB 1.MongoDB官网:点击打开 2.下载地址:MongoDB 下载 MongoDB官网提供了很多个下载版本,现在最新的是3.2版本的,并且有linux的,也有windows不同操作系统的,我本机是win 64位的,所以下载了mongodb-win32-x86_64-2008plus-ssl

Windows环境安装zabbix agent

安装Windows环境的zabbix agent,确实不麻烦.只是好久没接触过Windows服务器版本,有些操作确实生疏. 安装程序不需要再安装,直接复制到磁盘上. 进入子目录下的"zabbix_agents_2.4.4.yg\conf",打开"zabbix_agentd.win.conf"文件. 只需要修改3行: Server=xx.xxx.xx.xx #zabbix服务端的IP地址 ServerActive=xx.xxx.xx.xx #zabbix服务端的IP地

Jmeter - 在Linux环境安装Jmeter - 在Windows环境安装Jmeter

当配置完Jmeter运行的环境之后,就可以开始安装Jmeter了. 为什么既要告诉各位"在Linux系统内安装Jmeter",又要告诉各位"在Windows系统内安装Jmeter"?因为当我们在构建1个测试计划的步骤是: (1)首先,Windows的Jmeter图形化窗口内,构建1个测试计划 (2)然后,把构建好的这个测试计划上传到Linux系统的测试机 (3)最后,在Linux系统的测试机,用Jmeter做性能测试 也就是说,我们在Windows.Linux的电脑上,都会用到Jmeter. 那

windows环境安装tensorflow

本机环境win7,想要安装tensorflow,试了好久,才装好.官网才是王道. 注意:目前tensorflow 在 windows 环境中仅支持 python 3.5. *64,.所以python版本一定要下对. 我采用的方法是 Installing with native pip,使用 CPU 版本. 下面是分享的python 链接 http://pan.baidu.com/s/1qXGlYdI 后面的命令就参照官网https://www.tensorflow.org/install/ins

Windows环境安装MySQL8.0.11

网络开发数据库是必不可少的.曾经安装个Mysql,但是忘了.再次安装还是得百度.那还不如自己写篇博客记录一下呢,以后再忘记就看自己的博客好 Mysql官网安装地址(windows环境): https://dev.mysql.com/downloads/installer/   (不知道博客园会不会和谐外部链接). 软件包只有32位的,但是根据页面上说明,安装的时候 32,64都可以安. 双击安装包,等待一会儿 .勾选后,next. 仅安装服务端 原文地址:https://www.cnblogs.

RabbitMQ简单介绍+Windows环境安装

文章目录 1.RabbitMQ简介2.RabbitMQ与其他MQ有什么不同3.RabbitMQ环境安装3.1 安装erlang3.2 安装rabbitmq-server4. RabbitMQ管理平台介绍 1.RabbitMQ简介 RabbitMQ 是一个由 erlang 开发的 AMQP(Advanced Message Queue )的开源实现.AMQP 的出现其实也是应了广大人民群众的需求,虽然在同步消息通讯的世界里有很多公开标准(如 COBAR的 IIOP ,或者是 SOAP 等),但是在

windows环境安装python虚拟环境

虚拟环境安装参考 https://www.cnblogs.com/suke99/p/5355894.html workon环境变量配置参照 https://www.cnblogs.com/jiuyang/p/7815126.html 1 前言 由于Python的版本众多,还有Python2和Python3的争论,因此有些软件包或第三方库就容易出现版本不兼容的问题. 通过 virtualenv 这个工具,就可以构建一系列 虚拟的Python环境 ,然后在每个环境中安装需要的软件包(配合 pip 使