Introduction:
This article is related to the test cases for Oracle E-Business R12 project with respect to infrastructure i.e. Database tier and application tier.
Cookbook:
After completion of the Oracle E-Business R12 project, the environment needs to be handed over to the oniste engineers. The following document is a kind of template to do the test cases to make it sure that the infrastructure is working properly as agreed, the test features and tests can be changed with respect to each site and concerns.
This blog contains different things for Oracle DBA, APPS DBA and Middleware technologies. All these things should be tested first on test environments before applying in the Prod environments, please follow the standard Change control to apply all the PreProd and Prod changes. Also to make this blog more useful, please give your comments and share your experience. Thanks
Search This Blog
Tuesday, 9 February 2010
Wednesday, 3 February 2010
Oracle 9i Application Server R2 X-Server change
Introduction:
For Oracle 9i Application Server R2, there is requirement for the X Server, reports needs to have the X Server to run successfully, in this article we will see how to change the X Server from one machine to other machine.
Cookbook:
The X Server can easily be changed for the reports server, also there are many X Server available, the one is VNC X Server.
For Oracle 9i Application Server R2, there are 2 configuration files which needs to be altered if the X Server loaction has changed.
Follwing are the 2 files.
- reports.sh
- oc4j.properties
The location for the reports.sh is $ORACLE_HOME/bin/ and for the oc4.properties is $ORACLE_HOME/j2ee/OC4J_BI_Forms/config/.
Once the above files have been altered, then reports services needs to be restarted either from the Enterprise Manager or from the command line.
From the command line, we can start the reports servecis as follows..
$ORACLE_HOME/bin/rwserver.sh server=rep_machinename
For Oracle 9i Application Server R2, there is requirement for the X Server, reports needs to have the X Server to run successfully, in this article we will see how to change the X Server from one machine to other machine.
Cookbook:
The X Server can easily be changed for the reports server, also there are many X Server available, the one is VNC X Server.
For Oracle 9i Application Server R2, there are 2 configuration files which needs to be altered if the X Server loaction has changed.
Follwing are the 2 files.
- reports.sh
- oc4j.properties
The location for the reports.sh is $ORACLE_HOME/bin/ and for the oc4.properties is $ORACLE_HOME/j2ee/OC4J_BI_Forms/config/.
Once the above files have been altered, then reports services needs to be restarted either from the Enterprise Manager or from the command line.
From the command line, we can start the reports servecis as follows..
$ORACLE_HOME/bin/rwserver.sh server=rep_machinename
Subscribe to:
Posts (Atom)
Oracle 19c - patch 19.22 unavailability for Windows platform
Oracle 19c - patch 19.22 unavailability for Windows platform Having upgraded the Oracle 11g 11.2.0.4 database to Oracle 19c 19.3.0.0.0 whi...
-
Oracle 12c Installer error - [INS-10102] Installer initialization failed - no oraInstaller in java.library.path - make sure oraInst.lo...
-
Introduction: This post is related to describe the Report server issue with Oracle 9i AS R2. For this release of Application Server, the X S...
-
Introduction: In this article we will see, the impact of "Parallel" clause of rebuilding a partition index. We would also enable t...