Oracle 9iAS Configuration Run form, the

Source: Internet
Author: User
Tags definition config copy modify
Oracle installation Configuration Application server operating system install Oracle 9iAS Enterprise Edition
①oracle 9i application Server infrastructure;

Where: Oracle 9iAS infrastructure Instance name:ora9ias_is Password: ora9ias

Installation directory: D:\Ora9is

②oracle 9iAs Application Server (Business Intelligence and Forms);

Where: Oracle 9iAS Instance name:ora9ias Password: ora9ias

Installation directory: D:\Ora9ias
Installation Application
New directory in D disk, directory name: apps,reptmp

Copy all the well developed. Fmx,.mmx,.rdf,.rep to the Apps directory.
Configure Oracle Form server (form servers) No.1 modify Oracle Http server configuration file: httpd.conf.
This file is generally in the D:\Ora9ias\Apache\Apache\conf directory.

1, look for "<ifmodule mod_alias.c>" string, similar to add:

alias/apps/"d:\apps/"

alias/web_code/"d:\ora9ias\forms90\java/"

2. Add a listening port for the new Oracle Http Server: 80

Look for "Listen 4446", which is similar to adding:

Listen 80


No.2 to restart Oracle Http Server:
In Oracle Enterprise Management Web Console

In IE browser, the address is generally: http://xxxxx:1810/

Note: This address is related to the host name of the installation Oracle9iAS.

Username: ias_admin Password: xxxxxx (the password that the user entered when installing Ora9ias)

Select "Http Server" in the system component of the application Server:ora9ias.xxxxx and click the "Reboot" button to follow the prompts.

Test Oracle Http SERVER:HTTP://XXXXX
No.3 Open the Formsweb.cfg file located below the D:\ora9ias\Forms90 erver directory and add the following at the end of the file:
[Apps]

Envfile=apps.env

FORM=LOGON.FMX (Note: Here is the entry program for your form application)
No.4 creates a new environment file under the D:\ORA9IAS\FORMS90 erver directory: apps.env. The contents of the document are as follows:
Oracle_home=d:\ora9ias

FORMS90_PATH=D:\ORA9IAS\FORMS90; D:\apps

Path=d:\ora9ias\bin;d:\ora9ias\jdk\jre\bin erver

Graphics60_path= D:\apps

FORMS90_TRACE_PATH=D:\ORA9IAS\FORMS90 erver

Forms90=d:\ora9ias\forms90

Classpath=d:\ora9ias\jlib\debugger.jar;d:\ora9ias\jlib\ewt3.jar;d:\ora9ias\jlib hare.jar;D:\ora9ias\jlib\ Utj90.jar;d:\ora9ias\forms90\java\f90jdapi.jar

Reports_classpath=d:\ora9ias\jlib\zrclient.jar;d:\ora9ias\reports\jlib\rwrun.jar

Nls_lang=simplified Chinese_china. Zhs16gbk
No.5 the hkey_local_machine\oracle\home1 in the registry, add the following:
Forms90_path D:\apps

Reports_path D:\apps

Reports_tmp D:\REPTMP
No.6 copy Jinit1319.exe:
Create a new Jinitiator directory under the Apps directory, copy the jinit1319. exe file to the directory;
No.7 Setup program Entry:
Create a new index.htm and modify the contents, as follows:

<HTML>

<HEAD><TITLE> Application Name </TITLE></HEAD>



<body bgcolor= "#FFFFFF" >

<font face= "Verdana, Arial, Helvetica" size=2>

<div align= "center" >

<center>

<table border=0 cellpadding=0 cellspacing=0 width=100% height= "100%" >

<TR>

&LT;TD bgcolor= "#FFFFFF" colspan=1 rowspan=1 valign= "Middle" align= "center" ></TD>

</TR>

</TABLE>

</center>

</div>



<P>



<!--Forms Applet definition (start)-->

<object classid= "Clsid:cafecafe-0013-0001-0009-abcdefabcdef"

Codebase= "http://xxxxx:7780/apps/jinitiator/jinit1319.exe#Version=1,3,1,9"

Width= "1024"

height= "740"

Hspace= "0"

Vspace= "0" >

<param name= "TYPE" value= "application/x-jinit-applet;version=1.3.1.9" >

<param name= "CODEBASE" value= "/forms90/java" >

<param name= "CODE" value= "Oracle.forms.engine.Main" >

<param name= "ARCHIVE" value= "/web_code/f90all_jinit.jar" >

<param name= "ServerURL" value= "/forms90/l90servlet?ifcfs=/forms90/f90servlet?config=apps" >

<param name= "Networkretries" value= "2" >

<param name= "Serverargs"

Value= "MODULE=LOGON.FMX" >

<param name= "Separateframe" value= "true" >

<param name= "SplashScreen" value= "no" >

<param name= "Lookandfeel" value= "Oracle" >

<param name= "ColorScheme" value= "Titanium" >

<param name= "Serverapp" value= "Apps" >

<COMMENT>

<embed type= "application/x-jinit-applet;version=1.3.1.9"

Java_code= "Oracle.forms.engine.Main"

Java_codebase= "/forms90/java/"

Java_archive= "/web_code/f90all_jinit.jar"

width=1024

height=740

Serverurl= "/forms90/l90servlet?ifcfs=/forms90/f90servlet?config=apps"

Serverargs= "MODULE=LOGON.FMX"

Serverapp= "Apps"

Lookandfeel= "Oracle"

Colorscheme= "Titanium" >

<!--java_showprogress= "true"-->

Splashscreen= "No"

Background= "7backgr.gif"

Separateframe= "true"

<!--latencycheck= "true"-->

Pluginspage= "Http://xxxxx/jinit/doc/us/jinit_download.htm" >

<NOEMBED>

</COMMENT>

</NOEMBED></EMBED>

</OBJECT>

<!--Forms applet definition (end)-->



</BODY>

</HTML>
No.8 to set the alias of the connection database:
Under the Oracle_home, create a new NET8 alias, the connection string you use in the application
No.9 reboot the server; No.10 access:
The http://xxxxx/apps/index.htm can be accessed to the washing center dispatching report system.
To configure the Oracle Report Server (No.1) Installation:
The Rep_apps here has been set up and you need to enter the OEM WEB console to view

Running on the server side: Rwserver–install Rep_apps Autostart=yes
No.2 configuration config file:
Modify the rep_apps.conf file below the d:\ora9ias\reports\conf directory.

<?xml Version = ' 1.0 ' encoding = ' iso-8859-1 '?>

<! DOCTYPE server Public "-//oracle corp.//dtd Reports server Configuration//en" "file:/d:/ora9ias/reports/dtd/ Rwserverconf.dtd ">

<server>

<!--compatible version= "6i"/-->

<cache class= "Oracle.reports.cache.RWCache" >

<property name= "cacheSize" value= "/>"

<property name= "Cachedir" value= "D:\ora9ias\reports\cache"/>

<!--property Name= "Maxcachefilenumber" value= "max number of cache files"/-->

<!--property Name= "Ignoreparameters" value= "parameter names to is ignored in constructing cache key, separated by comma ', ' "/-->

</cache>

<!--Please don't change the ID for reports engine.-->

<!--The class specifies below is subclass of _engineclassimplbase and implements Engineinterface.-->

<engine id= "Rweng" class= "Oracle.reports.engine.EngineImpl" initengine= "1" maxengine= "minengine=" 1 "englife=" "Maxidle=" callbacktimeout= "60000" engineresponsetimeout= ">"

<property name= "SourceDir" value= "D:\apps"/>

<property name= "TempDir" value= "d:\reptmp"/>

</engine>

<!--environment id= "Rwenvid"-->

<!--envvariable name= "Nls_lang" value= "simplified Chinese_china. ZHS16GBK "/-->

<!--/environment-->

<!--engine id= "Rwurleng" class= "Oracle.reports.urlengine.URLEngineImpl" initengine= "1" maxengine= "minengine=" "1" englife= "5" maxidle= "callbacktimeout=" 60000 "/-->"

<job jobtype= "The" engineid= "Rweng"/>

<!--job jobtype= "Rwurl" engineid= "Rwurleng"/-->

<notification id= "mailnotify" class= "Oracle.reports.server.MailNotify" >

<property name= "Succnotefile" value= "Succnote.txt"/>

<property name= "Failnotefile" value= "Failnote.txt"/>

</notification>

<log option= "Alljobs"/>

<!--jobstatusrepository class= "Oracle.reports.server.JobRepositoryDB" >

<property name= "Repositoryconn" value= "Repo_db_username/repo_db_password@repo_db_tnsname" confidential= "yes" encrypted= "No"/>

</jobStatusRepository-->

<!--trace Traceopts= "Trace_all"/-->

<connection maxconnect= "idletimeout=" >

<orbclient id= "rwclient" publickeyfile= "Clientpub.key"/>

<cluster publickeyfile= "Serverpub.key" privatekeyfile= "Serverpri.key"/>

</connection>

<queue maxqueuesize= "10000"/>

<!--identifier confidential= "yes" encrypted= "no" >scott/tiger</identifier-->

<!--pluginparam name= "MailServer" >%MAILSERVER_NAME%</pluginParam-->

<!--pluginparam name= "proxy" type= "file" >proxyinfo.xml</pluginParam-->

<pluginparam name= "Xmlpds" type= "file" >xmlpds.conf</pluginParam>

<pluginparam name= "Jdbcpds" type= "file" >jdbcpds.conf</pluginParam>

<pluginparam name= "Textpds" type= "file" >textpds.conf</pluginParam>

<identifier confidential= "yes" encrypted= "yes" >RwZAGU2vKUvL19/Y3BmVEg==</identifier>

</server>
No.3 reboot the server; No.4 test the report server;
Test that the server is properly installed by using the following address

Http://xxxxx/reports/rwservlet/showenv?server=rep_apps

If you cannot access it with HTTP://XXXXX, you may only be able to access it with an IP address.


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.