Home
Themen
• BPM & System Integration
• Software Engineering
• Cloud & Infrastructure
• Uncategorized
• IoT & Industry 4.0
• News
• Analytics & BigData
• Strategy & Methods
• OC Inside
• Frontend Development
• Managed Services
Über uns
Kontakt
The Cattle Crew Blog
• Home
• BPM & System Integration
• Oracle Forms & Reports [Link].0: Create and Configure on the OEL 7.2 Server
Oracle Forms & Reports [Link].0: Create and
Configure on the OEL 7.2 Server
17.12.2016, von Neselovskyi, Borys
Introduction
This post focuses on the creation, configuration and tuning of an initial Forms & Reports [Link].0 Domain on the OEL
7.2 Server.
The WebLogic Server is a necessary requirement, and must already be installed. For instruction how to install the
WebLogic Server [Link] please refer to my previous post: WebLogic Server [Link].0: Installation on the Linux OEL
7: step by step instruction
The following tasks will be implemented:
• Preparing the Operating System for the installation of the WebLogic Server [Link], Installation JDK 1.8 and
the WebLogic Server [Link]:
• Creating of database schemas
• Installing and Configuring a Forms & Reports Domain
• Post-Installation Tasks:
o Configuring of components
o Creating of Start & Stop scripts for the automatic start/stop of components
• Tuning and Troubleshooting
The Domain will be created on the one OEL 7.2 server: [Link] (IP [Link])
Installation Forms & Reports [Link]
Prepare Software
Download and extract the following software from the Oracle Software Delivery Cloud: Forms & Reports [Link].0
Installation Forms & Reports [Link] (as OS User oracle)
Navigate to software directory, extract the software, set the environment and start the installation:
[oracle@host01 Oracle_Home]$ cd /u01/app/oracle/software/FMW/[Link].0/Forms_12.2.1.2
[oracle@host03]$ unzip [Link]
[oracle@host03]$ export JAVA_HOME=/u01/app/oracle/product/JAVA/jdk
[oracle@host03]$ export PATH=$JAVA_HOME/bin:$PATH
[oracle@host03]$ ./fmw_12.2.1.2.0_fr_linux64.bin
On the Welcome page click „Next“:
Enable „Skip Auto Updates“:
Set the Oracle Home to /u01/app/oracle/product/FMW/Oracle_Home:
Choose „Forms and Reports Deployment“:
Prerequisite Checks:
Verify the Summary of the Installation and click the button „Install“:
Verify installation…Next:
Check installed components and click „Finisch“:
The Installation Oracle Forms & Reports [Link].0 is now completed
Create Database Schemas (as OS User oracle)
The database must be already created and prepared for the WebLogic Server Domain. The database must be running.
Login to the server as user oracle, navigate to oracle_common directory, and start the Repository Creation Utility
(RCU):
[oracle@host03]$ cd /u01/app/oracle/product/FMW/Oracle_Home/oracle_common/bin
[oracle@host03]$ ./rcu
On the Welcome page: click „Next“:
For the new Oracle Forms and Reports Installation activate „Create Repository“ & „System Load and Production
Load“:
Step 3: Database Connection Details: On this Page provide the database connection information:
Database Type: Oracle Database
Host Name (database host): [Link]
Port (Database Listener Port: 1521)
Service Name (Service Name of the repository database): orcl
Username & Password: Administration Account of the Database: sys/xxx
Role (Database Admin Role: SYSDBA or SYSOPER): SYSDBA
… „Next“:
The Installer checks the database connectivity:
Set the Prefix „TST“ for database schemas and select following components:
Oracle Platform Security Services
Audit Services
Audit Services Append
Click „Next“:
The installer will check database prerequisites:
Set the password for all database schemas:
On this page you can change settings for tablespaces… click on the button „Next“:
Tablespaces will be created:
Verify the Summary of the Installation and click the button „Create“:
Check the summary… „Close“:
The Forms and Reports Repository Creation is now completed
Create Domain (as OS User oracle)
Navigate to the oracle_common directory and start the Configuration Wizard:
[oracle@host03]$ cd /u01/app/oracle/product/FMW/Oracle_Home/oracle_common/common/bin
[oracle@host03]$ ./[Link]
Choose „Create a new Domain“ and set the „Domain Location“ to
/u01/app/oracle/user_projects/domains/forms_domain:
On the next page select following components:
Specify an „Application Location“: /u01/app/oracle/user_projects/applications/forms_domain:
Set the Name and Password for the WebLogic Administrator:
Choose „Domain Mode“: Production and check the JDK location:
Configure the database details:
Specify the correct schema prefix: TST_STB and the information what were specified when you previously ran RCU
(Chapter „Create Database Schemas“).
Then click on the Button „Get RCU Configuration“:
Installer checks database connectivity… „Next“:
Let default values and click „Next“
JDBC Test:
Activate check boxes for Administration Server, Node Manager, Topology and System Components for the advanced
configuration:
Configure AdminServer: Let default values:
Configure the NodeManager:
Set Node Manager Type to „Per Domain Default Location“ – default
Enter Node Manager Credentials:
Username: nodemgr
Managed server Listen Address Port Server Group
WLS_FORMS [Link] 9001 FORMS-MAN-SVR
WLS_REPORTS [Link] 9002 REPORTS-APP-SERVERS
On the page „Clusters“ let default values:
„Server Templates“ let default values:
„Dynamic Templates“: let default values:
„Assign Servers to Clusters“: let defaults:
„Coherence clusters“: let defaults:
Change the machine settings:
Name Type Listen Address Port
UnixMachine_1 Unix Machine [Link] 5556
Add the AdminServer, WLS_FORMS and WLS_REPORTS to the Machine UNixMachine_1:
Don’t configure virtual targets:
Don’t configure partitions:
System Components:
System Component Component Type Restart Interval Seconds Restart Delay Seconds
forms1 FORMS 3600 0
ohs1 OHS 3600 0
Configure System Component ohs1:
Admin Host: [Link]
Admin Port: 7779
Listen Address: [Link]
Listen Port: 7777
SSL Listen Port: 4443
Servername: [Link]
Assign System Components forms1 and ohs1 to the Machine UniyMachine_1:
Check the summary and click on „Create“:
After the creation of Domain click „Next“:
… and „Finish“:
The Creation of Forms & Reports Domain is now completed.
Post-Installation Tasks
Disabling the Derby Database
[oracle@host03]$ cd /u01/app/oracle/product/FMW/Oracle_Home/wlserver/common/derby/lib/
[oracle@host03]$ mv [Link] disable_derby.jar
Initial Start / Shutdown the AdminServer
Start the AdminServer via script. Make sure the repository database and the listener are running!
Enter the values for the Administration User (weblogic) and passwort when prompted:
[oracle@host03]$ cd /u01/app/oracle/user_projects/domains/forms_domain/bin
[oracle@host03]$ ./[Link]
Enter username to boot WebLogic server:weblogic
Enter password to boot WebLogic server:xxx
Shutdown the AdminServer via script:
[oracle@host03]$ cd /u01/app/oracle/user_projects/domains/forms_domain/bin
[oracle@host03]$ ./[Link]
Create the file [Link]
[oracle@host03]$ cd /u01/app/oracle/user_projects/domains/forms_domain/servers/AdminServer
[oracle@host03]$ mkdir security
[oracle@host03]$ cd security/
[oracle@host03]$ echo -e "username=weblogic\npassword=welcome1" > [Link]
[oracle@host03]$ cat [Link]
username=weblogic
password=welcome1
NodeManager configuration
Edit file [Link]:
[oracle@host03]$ cd /u01/app/oracle/user_projects/domains/forms_domain/nodemanager
[oracle@host03]$ vi [Link]
Change parameter:
Old:
CrashRecoveryEnabled=false
New:
CrashRecoveryEnabled=true
Start NodeManager:
[oracle@host03]$ cd /u01/app/oracle/user_projects/domains/forms_domain/bin
[oracle@host03]$ nohup ./[Link] &
Start AdminServer via NodeManager and WLST
Start wlst:
[oracle@host03]$ /u01/app/oracle/product/FMW/Oracle_Home/oracle_common/common/bin/[Link]
Connect to NodeManager:
wls:/offline>
nmConnect('nodemgr','welcome1','[Link]','5556','forms_domain','/u01/app/oracle/user_pr
ojects/domains/forms_domain')
Start AdminServer:
wls:/nm/forms_domain> nmStart('AdminServer')
Start all Managed Servers via AdminConsole
Open the Browser and go to [Link]
Starting all Managed Servers via Adminconsole:
All Managed Servers are running:
Reports Server Configuration
At first we must create ReportsToolsInstance (via wlst)
Start wlst:
[oracle@host03]$ /u01/app/oracle/product/FMW/Oracle_Home/oracle_common/common/bin/[Link]
Connect to the AdminServer (the AdminServer and WLS_REPORTS must be running):
wlst> connect('weblogic','welcome1', 't3://[Link]')
Create the reports server instance:
wls:/forms_domain/serverConfig/>
createReportsToolsInstance(instanceName='reptools1',machine='UnixMachine_1')
Enable Reports Webaccess:
Edit the File [Link]:
vi
/u01/app/oracle/user_projects/domains/forms_domain/config/fmwconfig/servers/WLS_REPORTS/applicatio
ns/reports_12.2.1/configuration/[Link]
Add the Line (red):
<?xml version="1.0" encoding="UTF-8"?>
<rwservlet xmlns="[Link]
xmlns:xsd="[Link]
<server>rep_wls_reports_host03</server>
<singlesignon>no</singlesignon>
<inprocess>yes</inprocess>
<webcommandaccess>L2</webcommandaccess>
</rwservlet>
Restart the Managed Server WLS_REPORTS
Create the stand alone reports server: my_rersrv
Start wlst:
[oracle@host03]$ /u01/app/oracle/product/FMW/Oracle_Home/oracle_common/common/bin/[Link]
Connect to the AdminServer (the AdminServer and WLS_REPORTS must be running):
wlst> connect('weblogic','welcome1', 't3://[Link]')
Create ReportsServerInstance:
wls:/forms_domain/serverConfig/>
createReportsServerInstance(instanceName='my_repsrv',machine='UnixMachine_1')
Disable the Single Sign On for the Reports Server:
Edit the File [Link]:
vi
/u01/app/oracle/user_projects/domains/forms_domain/config/fmwconfig/components/ReportsServerCompon
ent/my_repsrv/[Link]
Change the Line:
<!--job jobType="report" engineId="rwEng" securityId="rwJaznSec"/-->
To:
<job jobType="report" engineId="rwEng"/>
Start the standalone reports server and save the NodeManager Password:
cd /u01/app/oracle/user_projects/domains/forms_domain/bin
./[Link] my_repsrv storeUserConfig
You will be prompted to try the nodemanager user password:
Please enter Node Manager password: xxx
Problem: by starting of the reports server we received the error message:
Error: Error occurred while performing nmStart : Error Starting server my_repsrv : Received error message from Node
Manager Server: [Server start command for ReportsServerComponent server ‚my_repsrv‘ failed due to: [Server failed to
start up but Node Manager was not aware of the reason]. Please check Node Manager log and/or server ‚my_repsrv‘ log
for detailed information.]. Please check Node Manager log for details.
The Logfile my_repsrv.out contains the following messages:
/u01/app/oracle/product/FMW/Oracle_Home/bin/rwserver: error while loading shared libraries: [Link].3: cannot
open shared object file: No such file or directory)
The Solution is in the MOS Note „Reports Builder / Server Fails to Start in 12c With “ [Link].3: cannot open shared
object file: No such file or directory“ Only on Linux 7 (Doc ID 2073755.1)“described:
Changes:
New installation on Linux OEL7 or RedHat7.
Cause:
This version of the motif library ([Link].3) is not available on OEL7 or RedHat7.
Solution:
The workaround is to create a symbolic link between the new motif library and the old one.
ln -s /usr/lib64/[Link].4.0.4 /usr/lib64/[Link].3
Try as root:
[root@host03 ~]# ln -s /usr/lib64/[Link].4.0.4 /usr/lib64/[Link].3
Restart all Components: NodeManager, AdminServer, Managed Server WLS_FORMS, Managed Server
WLS_REPORTS
Start the reports server as oracle:
cd /u01/app/oracle/user_projects/domains/forms_domain/bin
./[Link] my_repsrv storeUserConfig
Output:
Successfully Connected to Node Manager.
Starting server my_repsrv ...
Successfully started server my_repsrv ...
Successfully disconnected from Node Manager.
Check the Reports Server (Browser):
[Link]
Configuring Forms and Reports for the using HTTP Server
The HTTP Server must be started once, for the directories associated with „ohs1“ instance to be created
Start OHS via NodeManager and WLST
Start wlst:
/u01/app/oracle/product/FMW/Oracle_Home/oracle_common/common/bin/[Link]
Connect to NodeManager:
wlst>
nmConnect('nodemgr','welcome1','[Link]','5556','forms_domain','/u01/app/oracle/user_pr
ojects/domains/forms_domain')
Start OHS Component:
wls:/nm/forms_domain> nmStart(serverName='ohs1', serverType='OHS')
Output:
Starting server ohs1 ...
Successfully started server ohs1 ...
Edit the Forms Configuration: the [Link] file:
vi /u01/app/oracle/product/FMW/Oracle_Home/forms/templates/config/[Link]
Add following lines:
<Location /forms>
SetHandler weblogic-handler
WebLogicHost [Link]
WeblogicPort 9001
</Location>
Edit Reports Configuration: the reports_ohs.conf file:
vi /u01/app/oracle/product/FMW/Oracle_Home/reports/conf/reports_ohs.conf
Add following lines:
<Location /reports>
SetHandler weblogic-handler
WebLogicHost [Link]
WeblogicPort 9002
</Location>
Copy [Link] and reports_ohs.conf to the directory OHS_INSTANCE_HOME/moduleconf:
cp /u01/app/oracle/product/FMW/Oracle_Home/forms/templates/config/[Link] \
/u01/app/oracle/user_projects/domains/forms_domain/config/fmwconfig/components/OHS/instances/ohs1/
moduleconf
cp /u01/app/oracle/product/FMW/Oracle_Home/reports/conf/reports_ohs.conf \
/u01/app/oracle/user_projects/domains/forms_domain/config/fmwconfig/components/OHS/instances/ohs1/
moduleconf
Restart OHS Server Component:
Start wlst:
/u01/app/oracle/product/FMW/Oracle_Home/oracle_common/common/bin/[Link]
Connect to NodeManager:
wlst>
nmConnect('nodemgr','welcome1','[Link]','5556','forms_domain','/u01/app/oracle/user_pr
ojects/domains/forms_domain')
Restart OHS Component:
wls:/nm/forms_domain> nmKill(serverName='ohs1', serverType='OHS')
wls:/nm/forms_domain> nmStart(serverName='ohs1', serverType='OHS')
Check Installation:
Check the WebLogic Admin Console via Browser: [Link]
Check the Enterprise Manager via Browser: [Link]
Check OHS via Browser: [Link]
Check Forms Base URL via Browser: [Link]
Check Forms via Base HTTP URL (Browser): [Link]
Check Reports Base URL via Browser: [Link]
Check Reports via Base HTTP URL (Browser): [Link]
Check Stand Alone Reports Server my_repsrv via URL (Browser):
Managed Server Port: [Link]
HTTP Server Port: [Link]
Where are configuration files stored?
Forms
File Path
[Link] /config/fmwconfig/servers/WLS_FORMS/applications/formsapp_12.2.1/config
[Link] /config/fmwconfig/servers/WLS_FORMS/applications/formsapp_12.2.1/config
Templates /config/fmwconfig/components/FORMS/instances/forms1/server
[Link] /config/fmwconfig/servers/WLS_FORMS/applications/formsapp_12.2.1/config/oracle/forms/registry
[Link] /config/fmwconfig/components/FORMS/instances/forms1/server
[Link] /config/fmwconfig/components/FORMS/instances/forms1/server
Reports:
File Path
[Link] /config/fmwconfig/servers/WLS_REPORTS/applications/reports_12.2.1/configuration
[Link] /config/fmwconfig/servers/WLS_REPORTS/applications/reports_12.2.1/configuration
[Link] /config/fmwconfig/servers/WLS_REPORTS/applications/reports_12.2.1/configuration
Reports Instances Configuration Directories: Example for the Reports server my_repsrv:
/config/fmwconfig/components/ReportsServerComponent/my_repsrv
Tuning and Troubleshooting Oracle Forms and Reports
Tuning JVM
We will customize the settings for the Java Heap size and for WebLogic Server Start parameters by the creating the File
[Link].
We will tune the Java heap size for the Admin Server and for each Managed Server.
We will set some WebLogic Server start Parameter:
• -[Link]=300000000 # increase the MessageSize
• -[Link]=1024 # Tuning the WebLogic ThreadPool
For more information about the customizing of Java settings please refer to my article How to customize Java Virtual
Machine Settings in Oracle WebLogic Server 12 on OS Linux / UNIX
Create file [Link]:
cd /u01/app/oracle/user_projects/domains/forms_domain/bin
cat [Link] (an Example):
#!/bin/bash
echo "Setting from [Link]"
# global settinga (for all servers)s
export JAVA_OPTIONS="$JAVA_OPTIONS -[Link]=300000000"
export USER_MEM_ARGS="-Xms256m -Xmx512m"
# customer settings for each server
if [ "${SERVER_NAME}" = "AdminServer" ]
then
echo "Customizing USER_MEM_ARGS for SERVER_NAME ${SERVER_NAME}"
export USER_MEM_ARGS="-Xms1024m -Xmx1536m"
fi
if [ "${SERVER_NAME}" = "WLS_FORMS" ]
then
echo "Customizing USER_MEM_ARGS for SERVER_NAME ${SERVER_NAME}"
export USER_MEM_ARGS="-Xms2g -Xmx2g -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:NewSize=1g"
export JAVA_OPTIONS="$JAVA_OPTIONS -[Link]=true"
fi
if [ "${SERVER_NAME}" = "WLS_REPORTS" ]
then
echo "Customizing USER_MEM_ARGS for SERVER_NAME ${SERVER_NAME}"
export USER_MEM_ARGS="-Xms2g -Xmx2g -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:NewSize=1g"
export JAVA_OPTIONS="$JAVA_OPTIONS -[Link]=true"
fi
echo "End setting from [Link]"
Restart the AdminServer, all Managed Server and OHS:
Start wlst:
/u01/app/oracle/product/FMW/Oracle_Home/oracle_common/common/bin/[Link]
Connect to NodeManager:
nmConnect('nodemgr','welcome1','[Link]','5556','forms_domain','/u01/app/oracle/user_pr
ojects/domains/forms_domain')
Stop all components:
wls:/nm/forms_domain> nmKill('WLS_FORMS')
wls:/nm/forms_domain> nmKill('WLS_REPORTS')
wls:/nm/forms_domain> nmKill(serverName='ohs1', serverType='OHS')
wls:/nm/forms_domain> nmKill('AdminServer')
Start all components:
wls:/nm/forms_domain> nmStart('AdminServer')
wls:/nm/forms_domain> nmStart(serverName='ohs1', serverType='OHS')
wls:/nm/forms_domain> nmStart('WLS_REPORTS')
wls:/nm/forms_domain> nmStart('WLS_FORMS')
Tuning Fusion Middleware Control (as OS User oracle)
Reference: MOS Note „How to Enable Discovery Cache To Avoid Long Delay During Login To Fusion Middleware
Control (Doc ID 1423893.1)“
Start wlst and connect to the AdminServer (the AdminServer must be running):
/u01/app/oracle/product/FMW/Oracle_Home/oracle_common/common/bin/[Link]
wls:/offline> connect('weblogic','welcome1','t3://[Link]')
Change location to domain custom tree
wls:/forms_domain/serverConfig/> domainCustom()
Setting variables:
wls:/forms_domain/domainCustom/>
myMBean=ObjectName('[Link]:Location=AdminServer,name=[Link],type=Properties,Applica
tion=em')
wls:/forms_domain/domainCustom/> types=['[Link]', '[Link]']
wls:/forms_domain/domainCustom/> type=['[Link]']
Set property [Link].FMW_DISCOVERY_USE_CACHED_RESULTS=true:
wls:/forms_domain/domainCustom/>
params=['[Link].FMW_DISCOVERY_USE_CACHED_RESULTS', 'true']
wls:/forms_domain/domainCustom/> [Link](myMBean,'setProperty',params,types)
Set property [Link].FMW_DISCOVERY_MAX_CACHE_AGE=7200000:
wls:/forms_domain/domainCustom/>
params=['[Link].FMW_DISCOVERY_MAX_CACHE_AGE','7200000']
wls:/forms_domain/domainCustom/> [Link](myMBean,'setProperty',params,types)
Set property [Link].FMW_DISCOVERY_MAX_WAIT_TIME=10000:
wls:/forms_domain/domainCustom/>
params=['[Link].FMW_DISCOVERY_MAX_WAIT_TIME','10000']
wls:/forms_domain/domainCustom/> [Link](myMBean,'setProperty',params,types)
Invoke getProperty operations to display and confirm parameter values (Values returned by wlst are in bold):
Display changes added:
wls:/forms_domain/domainCustom/>
param=['[Link].FMW_DISCOVERY_USE_CACHED_RESULTS']
wls:/forms_domain/domainCustom/> [Link](myMBean,'getProperty',param,type)
'true'
wls:/forms_domain/domainCustom/>
param=['[Link].FMW_DISCOVERY_MAX_CACHE_AGE']
wls:/forms_domain/domainCustom/> [Link](myMBean,'getProperty',param,type)
'7200000'
wls:/forms_domain/domainCustom/>
param=['[Link].FMW_DISCOVERY_MAX_WAIT_TIME']
wls:/forms_domain/domainCustom/> [Link](myMBean,'getProperty',param,type)
'10000'
Start & Stop of Components
Order by starting:
1. NodeManager
2. AdminServer
3. All Managed Servers
4. Reports Servers
5. OHS
Order by shutting down:
1. OHS
2. Reports Servers
3. All Managed Servers
4. AdminServer
5. NodeManager
Start / Stop NodeManager
Start:
export DOMAIN_HOME=/u01/app/oracle/user_projects/domains/forms_domain
nohup ${DOMAIN_HOME}/bin/[Link] > ${DOMAIN_HOME}/[Link] 2>&1 &
Stop:
export DOMAIN_HOME=/u01/app/oracle/user_projects/domains/forms_domain
${DOMAIN_HOME}/bin/[Link]
Start / Stop Oracle HTTP Server
Start / Stop via script (requirement: the NodeManager must be running):
export DOMAIN_HOME=/u01/app/oracle/user_projects/domains/forms_domain
$DOMAIN_HOME/bin/[Link] ohs1
$DOMAIN_HOME/bin/[Link] ohs1
Start / Stop via wlst (Note: the NodeManager must be running):
Start wlst:
/u01/app/oracle/product/FMW/Oracle_Home/oracle_common/common/bin/[Link]
Connect to NodeManager:
nmConnect('nodemgr','welcome1','[Link]','5556','forms_domain','/u01/app/oracle/user_pr
ojects/domains/forms_domain')
Start / Stop OHS via wlst:
nmStart(serverName='ohs1', serverType='OHS')
nmKill(serverName='ohs1', serverType='OHS')
Start / Stop the AdminServer
Start / Stop AdminServer via script:
Start:
export DOMAIN_HOME=/u01/app/oracle/user_projects/domains/forms_domain
${DOMAIN_HOME}/bin/[Link]
Stop:
export DOMAIN_HOME=/u01/app/oracle/user_projects/domains/forms_domain
${DOMAIN_HOME}/bin/[Link]
Start / Stop AdminServer via wlst and NodeManager (Note: the NodeManager must be running):
Start wlst:
/u01/app/oracle/product/FMW/Oracle_Home/oracle_common/common/bin/[Link]
Connect to NodeManager:
nmConnect('nodemgr','welcome1','[Link]','5556','forms_domain','/u01/app/oracle/user_pr
ojects/domains/forms_domain')
Start / Stop AdminServer:
wlst> nmStart('AdminServer')
wlst> nmKill('AdminServer')
Start / Stop Managed Servers:
Start / Stop via script:
Start:
export DOMAIN_HOME=/u01/app/oracle/user_projects/domains/forms_domain
${DOMAIN_HOME}/bin/[Link] WLS_FORMS
${DOMAIN_HOME}/bin/[Link] WLS_REPORTS
Stop:
export DOMAIN_HOME=/u01/app/oracle/user_projects/domains/forms_domain
${DOMAIN_HOME}/bin/[Link] WLS_FORMS
${DOMAIN_HOME}/bin/[Link] WLS_REPORTS
Start / Stop all Managed Servers via wlst and NodeManager (Note: the NodeManager must be
running):
Start wlst:
/u01/app/oracle/product/FMW/Oracle_Home/oracle_common/common/bin/[Link]
Connect to NodeManager:
nmConnect('nodemgr','welcome1','[Link]','5556','forms_domain','/u01/app/oracle/user_pr
ojects/domains/forms_domain')
Start / Stop all Managed Servers:
wlst> nmStart('WLS_FORMS')
wlst> nmStart('WLS_REPORTS')
wlst> nmKill('WLS_REPORTS')
wlst> nmKill('WLS_FORMS')
Start / Stop Report Server (Note: NodeManager and MS WLS_REPORTS
must be running):
Start:
export DOMAIN_HOME=/u01/app/oracle/user_projects/domains/forms_domain
${DOMAIN_HOME}/bin/[Link] my_repsrv
Stop:
export DOMAIN_HOME=/u01/app/oracle/user_projects/domains/forms_domain
${DOMAIN_HOME}/bin/[Link] my_repsrv
Start / Stop In-Process Reports Server via Browser:
Start:
[Link]
Stop:
[Link]
Forms Web Start via Browser:
Start via Managed Server Port:
[Link]
Start via HTTP Server Port:
http:// [Link]/forms/frmservlet?config=webstart
Documentation
• Certifications matrix: [Link]
[Link]
• System requirements: [Link]
003D9DFC8C26
• Installing and Configuring Oracle Forms and Reports:
[Link]
• Forms Services Deployment Guide: [Link]
forms/[Link]
• Release Notes for Oracle Forms and Reports:
[Link]
• Publishing Reports to the Web with Oracle Reports Services:
[Link]
• Administering Oracle HTTP Server: [Link]
ohs/[Link]
• Oracle Fusion Middleware Tuning Guide: [Link]
• How to Enable Discovery Cache To Avoid Long Delay During Login To Fusion Middleware Control (Doc ID
1423893.1)
• Reports 12c Relevant Notes and Links Index Support Note 2073820.1
• Oracle Reports 12c: First Step to Complete After a New Forms/Reports 12c Install and Configuration
Environment (Doc ID 2072671.1)
• Reports Builder and Forms Builder Wont Start After a New 12c Configuration Environment (Doc ID
2074173.1)
• How to Create a Standalone Reports Server in Reports 12c (Doc ID 2070762.1)
• How to Start/Stop the Reports Server in Reports 12c (Doc ID 2070689.1)
• Reports Builder / Server Fails to Start in 12c With “ [Link].3: cannot open shared object file: No such file or
directory“ Only on Linux 7 (Doc ID 2073755.1)
• How to Use Oracle Forms 12c with OHS (HTTP Listener) (Doc ID 2096843.1)
Share this:
• Twitter
• Facebook
•
Gefällt mir:
Wird geladen...
Posted in: BPM & System Integration, Software Engineering, Uncategorized
About the author: bneselov
Borys Neselovskyi is a leading Infrastructure Architect at OPITZ CONSULTING - a German Oracle Platinum Partner.
Since Februar 2019 he is an Oracle ACE. Borys field of work includes the conceptual design and implementation of
infrastructure solutions based on Oracle Database/Middleware/Engineered Systems/Virtualization. He is also a frequent
speaker at conferences (with live demos about Oracle software, sessions, panels, etc.).
5 thoughts on “Oracle Forms & Reports [Link].0: Create and Configure on
the OEL 7.2 Server”
1. fghjyb sagt:
23. Mai 2017 um 13:48 Uhr
Nice very nice Sir
Wird geladen...
Antworten
2. Derwin sagt:
28. Juni 2017 um 00:02 Uhr
Excellent Information
Wird geladen...
Antworten
3. Francisco Tejeda sagt:
27. Juli 2017 um 20:38 Uhr
Hi,
Very good article. I’m going to implement it on a virtual machine for testing purpose. But I’d like to know if
you can provide instructions to integrate it with Oracle Access Manager to use SSO.
Best Regards.
Wird geladen...
Antworten
4. cgomeznt sagt:
18. Februar 2018 um 03:39 Uhr
Excelente documento…!!!!!
Wird geladen...
Antworten
5. abdulwajid sagt:
4. Juni 2018 um 13:24 Uhr
great support
Wird geladen...
Antworten
Kommentar verfassen
Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten
verarbeitet werden.
• Blog about Digital Transformation, BI & Big Data, Cloud & Infrastructure, Software
Development, BPM & Integration. Powered by OPITZ CONSULTING
•
Suche nach:
• Neueste Beiträge
• OC|ExpertCamp – Serverless mit Knative
• Automatischer Failover mit Dbvisit Standby Version 9
• Reporting Database mit Dbvisit Standby 9.0.06
• Service Design und Service Blueprint – Warum, Was und Wie im Überblick als visuelle Sketchnote.
• Möglichkeiten einer Cloud-Plattform für Predictive Maintenance
• Archive
Archive
•
• Meta
o Anmelden
o Feed der Einträge
o Kommentare-Feed
o [Link]
OPITZ CONSULTING Deutschland GmbH
Kirchstrasse 6
51647 Gummersbach (Nochen)
Telefon: +49 2261 6001-0
[Link]
Folgen Sie uns!
• Datenschutzerklärung
• Impressum