zoukankan      html  css  js  c++  java
  • adformsctl.sh 与 adformsrvctl.sh, 10.1.2 及10.1.3

    参考 http://blog.csdn.net/cai_xingyun/article/details/40393885 ,  adformsctl.sh 是开启forms oc4j ,  根据之后的adformsrvctl.sh
    的描述,  adformsctl.sh 应该是开启 forms ( servlet mode ) ,  但是后面的  Forms OC4J from 10.1.3 Oracle_Home 是什么意思 ? 
    因为  adformsrvctl.sh  是开启 socket mode 的 forms  (frmsrv executable from 10.1.2 Oracle_Home in Apps R12)  。 

    因为原来学习到的是 : 
    应用层主要由10gAS来组成, 但有两个不同的 ORACLE_HOME:
    10.1.3 ORACLE_HOME : Web 应用 (HTTP, servlet, JSP, J2EE, etc)
    10.1.2 ORACLE_HOME : Tools应用 (Forms, Reports, OCI applications like sqlplus, concurrent programs)

    分别在 $INST_TOP/ora/10.1.2/ 下  及  $INST_TOP/ora/10.1.3/j2ee 下有看到 forms 。具体区别是 ?  


    vi) adformsctl.sh
    Script to start / stop Forms OC4J from 10.1.3 Oracle_Home. This script will also use opmnctl to start/stop Forms OC4J like
    opmnctl stopproc type=oc4jinstancename=forms

    vii) adformsrvctl.sh
    This script is used only if you wish to start forms in socket mode. Default forms connect method in R12 isservlet.

    If started this will start frmsrv executable from 10.1.2 Oracle_Home in Apps R12


    The EBS app modules (formsapp.ear) are deployed into the OC4J-Forms instance running out of the OracleAS 10.1.3 ORACLE_HOME, while the Forms runtime process (frmweb) is calling from the OracleAS 10.1.2 ORACLE_HOME.

    So in $INST_TOP/ora/10.1.2, you will fine the main configuration file appsweb.cfg etc for frmweb;
    in $INST_TOP/ora/10.1.3/j2ee  , it is about the FORMs j2ee app.

    This avoids having to run both 10.1.2 and 10.1.3 instances of the http server. And allow the  use of 10.1.2 forms java code with the 10.1.3 Application servers.

    Once again , it goes back to the primary reason of why there are two Oracle HOME :
    Tools oracle_home : forms , report ,as they are matured products , not much changes
    Java oracle_home: java ,oc4j stuff, change continously. 

  • 相关阅读:
    System.Net.Http.HttpClient POST 未能创建 SSL/TLS 安全通道
    SQL Server用户权限查询
    IIS 7 Deploy .Net Framework 4.8 Application
    System.Net.Http.HttpClient 模拟登录并抓取弹窗数据
    HtmlAgilityPack Sample
    嵌套 struct & class 的遍历
    SQL循环插入测试数据
    windows文本转语音 通过java 调用python 生成exe可执行文件一条龙
    Centos8 删除了yum.repos.d 下面的文件
    nacos 配置
  • 原文地址:https://www.cnblogs.com/wanghang/p/6299183.html
Copyright © 2011-2022 走看看