0% found this document useful (0 votes)
5 views1 page

How To Configure Report in Oracle Forms12c

The document provides a step-by-step guide on configuring reports in Oracle Forms and Reports 12c. It includes instructions for setting up the username and password in the boot.properties file, running forms reports, creating a reports tools instance, and creating a shortcut for the Reports Builder. Each step includes specific commands and paths to follow for successful configuration.

Uploaded by

45chandrajeet
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

How To Configure Report in Oracle Forms12c

The document provides a step-by-step guide on configuring reports in Oracle Forms and Reports 12c. It includes instructions for setting up the username and password in the boot.properties file, running forms reports, creating a reports tools instance, and creating a shortcut for the Reports Builder. Each step includes specific commands and paths to follow for successful configuration.

Uploaded by

45chandrajeet
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

How to Configure Report in Oracle Forms and Reports 12c.

===================================================================================
=====================
Step -1 (How to Set username and password in (boot.properties) using (cmd command))
=======
(Before Submit This Path Carefully Check In This Path Same to with Your Directory
Path)
(run as administrator by (cmd command)
(Then Past The Under Path In Your (cmd command) Then Enter

Default
Path:------------------------------------------------------------------------------
----------
MKDIR C:\Oracle\Middleware\user_projects\domains\base_domain\servers\WLS_REPORTS\
security
echo username=YOUR_WEBLOGIC_USERNAME> C:\Oracle\Middleware\user_projects\domains\
base_domain\servers\WLS_REPORTS\security\boot.properties
echo password=YOUR_WEBLOGIC_PASSWORD>> C:\Oracle\Middleware\user_projects\domains\
base_domain\servers\WLS_REPORTS\security\boot.properties

===================================================================================
=====================
Step -2 (How to Run Forms Reports using (cmd command))
=======
cd C:\Oracle\Middleware\user_projects\domains\base_domain\bin then Enter
startManagedWebLogic.cmd WLS_REPORTS then Enter

===================================================================================
=====================
Step -3 (How to Create Reports Tools Instance)
=======
go to in this Location:- C:\Oracle\Middleware\oracle_common\common\bin

Then open (wlst.cmd) by run as administrator

then past the under code:------


wls:/offline> connect ("weblogic1","weblogic1","localhost:7001") then enter
createReportsToolsInstance(instanceName='ittechbdReportsTools',machine='AdminServer
Machine')

===================================================================================
=====================
Step -4 (How Create Reports Builder Shortcut and Change Icon)
=======
After some time will create Reports Folder in under url:-
C:\Oracle\Middleware\user_projects\domains\base_domain

then go to In this url C:\Oracle\Middleware\user_projects\domains\base_domain\


reports\bin
Then Right click on (rwbuilder.bat) and send to Desktop Shortcut
Then Rename and and set Reports Icon then Run the Report
===================================================================================
=====================

You might also like