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. 

  • 相关阅读:
    封装好的PHP分页类,简单好用--在开源看到的,取回来自己用
    php网站判断用户是否是手机访问的方法
    三种php连接access数据库方法
    php防止SQL注入详解及防范
    mysql sql语句大全
    java util 中set,List 和Map的使用
    web开发——写一个简单的表格导出操作
    JSP登录页面使用Enter键登录【转】
    PL/SQL 将旧表的一些字段赋值给新的表中的字段的做法
    PL/SQL设置主键自增
  • 原文地址:https://www.cnblogs.com/wanghang/p/6299183.html
Copyright © 2011-2022 走看看