Posts

Showing posts from May, 2019

installation of Oracle BI Publisher 10.1.3.4.1

After the installation of Oracle BI Publisher 10.1.3.4.1, And the Installation was successful. These instructions are located in:  /home/oracle/OraHome_1/BI_Publisher_readme.txt At the end of this installation BI Publisher will be started. You may access it at the following URL: http://bipublisher.doyen3.com:9705/xmlpserver  as Username: Administrator Password: Administrator For security, follow the Preferences link and reset the Administrator password under the Account tab in the Preferences page. Refer to the install.htm or install.pdf on your installation media for additional instructions on completing the configuration of BI Publisher such as Installing and Configuring the Scheduler. If you selected Advanced Install, please see your Oracle Application Server documentation on how to start and stop applications. BI Publisher shows as xmlpserver in Oracle Containers for Java. If you selected Basic Install, the following commands will start and stop BI Pub...

ORACLE FORMS AND REPORTS 12C INSTALLATION DOCUMENT LINUX

Image
SOFTWARE REQUIREMENT: 1. Java ( jdk-8u65-windows-x64.exe ) 2 . Oracle Weblogic Server 12C( fmw_12.2.1.0.0_infrastructure_Disk1_1of1.zip ) 3. Oracle Forms and Reports 12c (12.2.1.0) ( fmw_12.2.1.0.0_fr_linux64_Disk1_1of1.zip ). Setup The following actions should be performed by the "root" user. Make sure the "/etc/hosts" file contains correct entries for both the "localhost" and real host names . 127.0.0.1      localhostlocalhost.localdomain localhost4 localhost4.localdomain4 Create a new group and user. groupadd -g 54321 oinstall useradd -u 54321 -g oinstall oracle passwd oracle Create the directories in which the Oracle software will be installed. mkdir -p /u02/app/oracle/product/12.2.1 mkdir -p /u02/app/oracle/config/domains mkdir -p /u02/app/oracle/config/applications chown -R applfrw:oinstall /u02 chmod -R 775 /u02/ Append the following entries into the "/home/applfrw/.bash_profile" file. # Adju...