0% found this document useful (0 votes)
331 views131 pages

Installation of Oracle Forms Builder 12c Step by Step Complete! - Oracle Middleware and Development Specialist

Uploaded by

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

Installation of Oracle Forms Builder 12c Step by Step Complete! - Oracle Middleware and Development Specialist

Uploaded by

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

EN

…‫ انعم بالسالم الداخلي‬،‫ استجم‬، ‫استرِخ‬


‫الحياة بعينها‬
Learn More
visitalain.ae

Oracle Middleware and Development


Specialist
BY EMMANUEL GUZMÁN

FORMS AND REPORTS

Installation of Oracle forms


builder 12c step by step
complete!
 20 MARCH 2023 Emmanuel Guzman
EN

Oracle forms and reports is a tool that has been used for decades for the
development of multiple applications and is the core of many companies
today, however, being a product that has been on the market for many
years, sometimes it is It is difficult to find complete documentation that
allows for a clean and simple installation. That is why today I share with
you the following documentation where we are going to install an Oracle
forms builder from 0 to 100%:

Download Now
Access now your content on mobile on
two easy steps

Magic Games

‫فتح‬

Installers and work environment


Work environment:
To carry out this installation, you must have an Oracle database installed
EN
and additionally a machine with Windows 10 operating system where you
want to install the Forms builder.

Download the installers:

barq
download barq

INSTALL

The following installers must be downloaded, both can be downloaded


from the Oracle product delivery url edelivery.oracle.com:

Oracle fusion middleware 12c infrastructure (12.2.1.2.0)

Oracle forms and reports 12c (formsReports_12.2.1.2.0)

You can download the java 8 JDK from the following link:

Java 8 files

Finally, you must download the jacob-1.18 and webutil_demo installers to


complete the installation of the forms builder, these can be downloaded
from the following url:

Jacob-1.18

Webutil_demo

Step-by-step installation
EN

Note: For a better viewing of the images, you can use the
browser's zoom to improve the view of them.

Step 1:

The installers must be moved to the desktop and unzipped:

Step 2:
EN

Installing java jdk 64 bit version 8u121

We run the installer as administrator and install using the default paths:

Temporary route validation


EN

Medina: Suffer From Knee Pain? It May


Be Easier To Treat Than You Think
See new treatment options here!
Sponsored by: Knee Pain New Treatments

LEARN MORE

You must right click on the device and enter Properties


EN

Enter advanced system setting


EN

The environment variables button is pressed

The temporary route is validated, in this case the established one is left:
EN

We must define the JAVA_HOME system variable so we press the new


button in system variables:
EN

The value of the variable will be the installation path where the jdk was
installed
EN

We press OK and again OK

Step 3:

Installing Oracle Weblogic Server 12c


A command window must be opened as administrator:
EN
EN

We must place the following script to start the installer:

Plain Text

1 C:\Program Files\Java\jdk1.8.0_131\bin>java.exe -jar

We click on the next window.


EN

We mark the Skip Auto Updates option and click next.


We define the route that our Oracle Home will store, in our case it is the
one indicated on the screen. The important thing here is to validate that EN
you have enough space (6GB) to carry out the installation and that the
complete path does not exceed 40 characters.

Once the route is defined, we click on the next button.

We mark the first option on the screen and click on next.


EN

We press the Install button


The installation process starts. This process may take several minutes.
EN

Once the process is finished, we will click on the next button.


EN

The following screen summarizes the installed components and the


defined routes.

We click on the Finish button.


EN

Step 4:

Installation Forms & reports 12.2.1.2.0

We must go to the formsReports_12.2.1.2.0 folder within the installers


folder,

We right click and start the installer as administrator


EN

On the home screen we click on the next button.

We mark the Skip Auto Updates option and click on the next button.
EN

We look for the directory in which the weblogic was installed since Forms
and Reports will be installed in that directory.
The following screen summarizes the type of installation to be performed.
We click on the next button. EN

Start the prerequisite validation process.


EN

Within the validation process, this warning appears, which is


subsequently corrected with the application of a patch. For now, it is
ignored and the process continues by clicking on the next button.
EN

The following screen shows the summary of the components to install.


We click on the Install button.
Start the installation process.
EN

Once finished, click on the next button.


EN

The following screen shows the installation summary. We click on the


Finish button.

Step 5:

RCU Configuration

We must go to the path and run rcu.bat as Administrator:


Plain Text

1 C:Oracle\Oracle_homeWLS\oracle_common\bin\rcu.bat EN

On the first welcome screen for the Repository configuration, click on the
next button.
EN

We mark the options shown in the image and click on the next button.
Next, we enter the information from the database.
EN
Here it is important before continuing with the installation that the
connection string is in the tnsnames.ora of the weblogic installation. This
file is located in ORACLE_HOME/network/admin

Plain Text

1 DESA = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PRO

This popup is because the database character set configuration is not


recommended, however it is not a problem for the installation

We can ignore it and continue, or configure your databases with that


character set.
EN

The prerequisites are validated and we continue by clicking on the next


button.
We must give the new profile a name, in this case we name it FORMS01
EN
And we must select the green checks that appear in the image.

Once the components of the image have been marked, we click next.

The components are validated and we give next.


EN

On this screen you must enter the password that the new table will have
in the database. The password entered is:

tests123

We give next.
EN

Here the Tablespace of the repository is created in the database. We click


on ok and continue clicking Next.
The components to be created are validated and we click on the Create
button. EN

In the last window we click on the Close button.


EN

Step 6:

Domain creation

We must go to the path and run as Administrator:

Plain Text

1 C:Oracle\Oracle_homeWLS\oracle_common\common\bin\conf
EN

On this screen you must write after domain\ the name of the domain that
weblogic will have

In this case we name it: frdomain1, the same name can be used in future
installations.

We click on the next button.


EN

On this screen we select the checks in green


We click on the next button.
We validate that the path and domain name are correct
We click on the next button. EN

On this screen we create the weblogic administrator user in this case with
the name:

weblogic

And the password:

tests123

We click on the next button.


EN

We mark the Development option in Domain Mode and we mark the first
JDK option.

We click on the next button.


EN

We select the RCU Data option and we will add the information from the
database again.

Additionally, we will select the schema owner, in our case it is


FORMS01_STB.

The scheme password is tests123

We press the Get RCU Configuration button, once the button is executed a
message should appear that says Successfully Done, then click the Next
button to continue.
EN

We click on the Next button.


We click on the Next button and verify that all the schemas connect
correctly EN

On the next screen we select topology and system components and click
on the Next button.

In Listen Address we place localhost on the 2 manage servers

We keep the ports the same.


EN

We click on the Next button.

We click on the Next button.


EN

We click on the Next button.

We move all the Servers to the Right column and click on the Next button.
EN

We click on the Next button.

We click on the Next button.


EN

We move the servers to the right side of the machines.

Once they are all there, click on Next.


EN

Once they are all there, click on Next.

Here we simply click on next.


EN

In the next window we add the forms1 component with the image data.
We also add an ohs1 component of type OHS, once the two components
have been added, we click on Next. EN

In listen Address we place localhost, the data must be the same as the
image.

We click on Next.
EN

We move ohs1 to the right column of the machines.

Once moved to the right side, we click on Next.


EN

A warning will appear because we are doing the entire installation locally,
but it does not affect the installation of the system.

We click on the Create button.


EN

Start the process.

Once finished, we click on Next.


EN

The last screen shows access to the console and indicates that the
installation has been successful.
Step 7:
EN
Start all:

We must open a command window as Administrator and go to the path:

Plain Text

1 C:\Oracle\Oracle_HomeWLS\user_projects\domains\frdoma
EN
EN

We run the following scripts to start everything:

Let's go to the next:

Plain Text

1 C:\Oracle\Oracle_HomeWLS\user_projects\domains\frdoma

startWeblogic.cmd

We must wait until the console appears in RUNNING mode


EN

We minimize this command window and open another one as


Administrator and go to the same path:

Plain Text

1 C:\Oracle\Oracle_HomeWLS\user_projects\domains\frdoma

startManageWeblogic.cmd WLS_FORMS
EN

We will be asked for the weblogic username and password which we


enter:

User: weblogic

Password: tests123

We press enter

Now we must wait until the manage server changes to RUNNING mode

After this we minimize this command window and start a new command
window as administrator, go to the same path and execute the following
script:
EN
Plain Text

1 C:\Oracle\Oracle_HomeWLS\user_projects\domains\frdoma

startManageWeblogic.cmd WLS_REPORTS

We will be asked for the weblogic username and password again, which
we enter:

User: weblogic

Password: tests123

Now we must wait until the manage server changes to RUNNING mode
EN

Step 8:

Before starting the rest of the components we must make some


configurations first

Boot Properties Settings

With this configuration we will make the managed servers start without
the need to enter the weblogic password.

WLS_FORMS

We must go to the route:

Plain Text

1 C:\Oracle\Wls_Home\user_projects\domains\frdomain1\se

Inside we must create a folder called security


EN

Then we will open a cmd as administrator permissions and execute the


following commands:

Plain Text

1 echo username=weblogic> C:oracle\Wls_Home\user_projec

Plain Text

1 echo password=tests123>> C:oracle\Wls_Home\user_proje


EN

We validate that the file has been created correctly

WLS_REPORTS

We must go to the route:

Plain Text

1 C:\Oracle\Wls_Home\user_projects\domains\frdomain1\se

Inside we must create a folder called security


In the same command window above we must execute these
commands EN

Plain Text

1 echo username=weblogic> C:oracle\Wls_Home\user_projec

Plain Text

1 echo password=tests123>> C:oracle\Wls_Home\user_proje

We verify that the file has been created satisfactorily

Step 9:

Change Node Manager user and password

We must open a browser, it can be any

And in the url we put the following route: http://localhost:7001/console


EN

We wait until the application is deployed

We enter with:

User: weblogic

Password: tests123
EN

We press the domain name

We go to the security window


EN

We select Advanced

On the screen that appears, look for the NodeManager password and
confirm the Node manager password:
EN

The password was set:

tests123
EN

We go down and press Save


When the messages appear in green it means that everything has already
been saved correctly EN

10. Create Reptool

We open a new command window as administrator:

Let's go to the route:

Plain Text

1 cd C:\Oracle\Wls_Home\oracle_common\common\bin

We execute wlst.cmd

To connect to the wlst window we execute the script:

Shell

1 connect("weblogic","tests123","localhost:7001")
Now we execute this command:
EN
Shell

1 createReportsToolsInstance(instanceName='reptools1',m

11. Create Report Server

Now in the same command window we are going to execute the following
script connected to the weblogic console.

Shell

1 connect("weblogic","tests123","localhost:7001")

Shell

1 createReportsServerInstance(instanceName='repTests',m

repPruebas is the name of the report server to be created


EN

To exit we use the command: exit()

12. Place Patches

Download these patches and just run them and click next

http://www.microsoft.com/en-us/download/confirmation.aspx?id=30679

When you open the link above it downloads automatically, run the
downloaded file and run it

http://www.microsoft.com/en-us/download/details.aspx?id=16771
EN

We run the installer:


EN
EN
EN
EN

We wait for the installation to finish

We download this other patch:

http://www.microsoft.com/en-us/download/details.aspx?id=2092

After downloading we run it


EN
EN
EN

13. Set the weblogic user to Administration Role

Go to Em and follow this series of steps:

Enter the browser and go to the route:

http://localhost:7001/em
EN
EN
EN

14. Remove the password to enter the report server

Go to route:

Plain Text

1 C:\oracle\Wls_Home\user_projects\domains\frdomain1\co

modify rwserver.conf and comment the underlined line

15. OHS Settings


The HTTP server must be started once to associate it with the created
instance, the instance will be called ohs1, the web tier is not configured EN
by
default, the following must be done:

Edit C:\oracle\Wls_Home\forms\templates\config\forms.conf" this file


should contain the following:

SetHandler weblogic-handler

WebLogicHost localhost

WebLogicPort 9001

Edit C:\oracle\Wls_Home\reports\conf\reports_ohs.conf the file should


contain the following

SetHandler weblogic-handler

WebLogicHost localhost

WebLogicPort 9002

Run the following commands in the command prompt as administrator:

We must go to the route:


Plain Text
EN
1 C:\Oracle\Wls_Home\user_projects\domains\frdomain1\bi

Run startNodeManager.cmd then minimize this window

Open a new command console as administrator


Go to route:

Plain Text

1 C:\Oracle\Wls_Home\user_projects\domains\frdomain1\bi

Run startComponent.cmd ohs1

Then we minimize the window and we must copy

Shell
1 copy C:\Oracle\Wls_Home\forms\templates\config\forms.
EN

Shell

1 copy C:\Oracle\Wls_Home\reports\conf\reports_ohs.conf

Now let's restart the ohs:

Run the following commands in the command prompt as administrator:

We must go to the route:

Plain Text

1 C:\Oracle\Wls_Home\user_projects\domains\frdomain1\bi

Run:

stopComponent.cmd ohs1

Then we execute:

startComponent.cmd ohs1
EN

16. Configurations in forms builder

We must set the ORACLE_HOME environment variable

To do this we will follow these steps:


EN

Enter advanced system setting


EN

The environment variables button is pressed


EN

We touch the new button and add the following data


EN

We click ok then ok again and ok again to save.

Now we must go to C:\Oracle\Wls_Home\bin and start the file frmbld.exe

Let's go to Edit, preferences


EN

Let's go to the Runtime tab


We press the Reset to default button
EN

And we change the route to this:


After this we go to the general tab and in the web browser section we
place the path where internet explorer is located EN
We press ok and that's it
EN
17. Configuration of tnsnames.ora

You must go to the route:

Plain Text

1 C:\Oracle\client12c\product\12.1.0\client_12c\network

copy tnsnames.ora

go to route:

Plain Text

1 C:\Oracle\Wls_Home\user_projects\domains\frdomain1\co

create a backup of tnsnames.ora

paste the tnsnames that was copied to this path

18. Internet configuration

1- Let's go to IE tools > Internet options > Local intranet security, select
Custom level

We enable 2 components, one is “Download unsigned Activex controls”


EN
EN

2- And finally we enable “Initialize and generate scripts for Activex


controls…”
EN

Done.

19. Fix report output

To fix error 52262, do the following:

1. Go to: C:\Oracle\Wls_Home\reports\conf and open


rwservlet.properties (make a backup first).
EN

3. Add the following line below the line so that it looks like the image below:
L2
4. Save and close the file
5. Restart WLS_REPORTS
EN

20. Reset all

Go to:

Java

1 C:\Oracle\Wls_Home\user_projects\domains\frdomain1\bi

Download all:

stopComponent.cmd repTests

stopComponent.cmd ohs1

stopManageWeblogic.cmd WLS_REPORTS

stopManageWeblogic.cmd WLS_FORMS

stopNodeManager.cmd

stopWeblogic.cmd
Start everything, each of these scripts run them in separate windows:
EN
startWeblogic.cmd

startManageWeblogic.cmd WLS_FORMS

startManageWeblogic.cmd WLS_REPORTS

startNodeManager.cmd

startComponent.cmd ohs1

startComponent.cmd repTests

Start forms builder:

Go to Oracle_Home\bin and start the frmbld.exe file

Start reports builder:

Go to Domain_Home\reports\bin\ and start the rwbuilder.bat file

21. Jacob Settings 1.18

We unzip the downloaded Jacob and place the Jacob.jar file in the folder at
the path C:\Oracle\Wls_Home\forms\java
EN

We copy the Jacob.ddl file found in the directory that we unzipped.


Depending on the version of Forms used:

copy jacob-1.14.3-x86.dll to C:\Oracle\Wls_Home\forms\webutil\win32


directory

copy jacob-1.14.3-x64.dll to C:\Oracle\Wls_Home\forms\webutil\win64


directory.
EN

Now we generate a backup of the default.env file that is in the directory

Plain Text

1 C:\oracle\Wls_Home\user_projects\domains\frdomain\con
EN

And we must add the following lines to the CLASSPATH in default.env


Verify that the webutil.pll and webutil.olb files are in the
C:\Oracle\Wls_Home\forms directory EN

Now we must look for the sign_webutil.bat file in the path:


Plain Text
EN
1 C:\oracle\Wls_Home\user_projects\domains\frdomain\con

We make a backup of sign_webutil.cmd and edit it

We add a password in:

SET KEYSTORE_PASSWORD=password
SET JAR_KEY_PASSWORD=password
EN
EN

We save and now proceed to sign the Jacob.jar jar with the following
command:

We open a command window as administrator:

Let's go to the route:

Plain Text

1 Oracle\Wls_Home\user_projects\domains\frdomain1\confi
EN

We execute the following command:

Shell

1 sign_webutil.bat \Oracle\Wls_Home\forms\java\jacob.ja

22. Webutil demo configuration

In this part we will test that the entire environment has been properly
configured, so we will test the webutil demo

1. We unzip webutil_demo.zip

2. We copy the webutil_demo.fmb file from the unzipped directory to


the C:\Oracle\Wls_Home\forms directory
EN
EN

3. We copy the ffisamp.dll file to the directory


C:\Oracle\Wls_Home\forms\webutil
EN

4. We copy the wu_fileupload_db_demo.sql file to the


C:\Oracle\Wls_Home\forms directory
EN

5. Go to the following route:

Java

1 C:\Oracle\Wls_Home\user_projects\domains\frdomain1\co

Back up webutil.cfg and then Modify it


EN

View the file and correct these 2 lines


EN

So that they are like this:

Additionally we make sure to have the following lines as follows:

install.syslib.0.0.7.1=jacob-1.18-x86.dll|167936|1.18|true

install.syslib.0.1.7.1=jacob-1.18-x64.dll|205312|1.18|true

transfer.database.enabled=FALSE
transfer.appsrv.enabled=TRUE
EN
transfer.appsrv.workAreaRoot=c:\temp

transfer.appsrv.accessControl=TRUE

transfer.appsrv.read.1=c:\temp

transfer.appsrv.write.1=c:\temp

We save the file and now we must place the tnsnames

We must go to
C:\Oracle\client12c\product\12.1.0\client_12c\network\admin

And copy this tnsnames file to the routes:


Plain Text

1 C:\Oracle\Wls_Home\network\admin EN

Plain Text

1 C:\Oracle\Wls_Home\user_projects\domains\frdomain1\co

Then open the file and leave the connection strings that we are going to
use

Note: The DESA database already has the table and the user that is
created in this step

Step 21:

Now we will connect to the database and create the user webutil

PLSQL

1 sqlplus /nolog connect system/tests123@DESA We will e

PLSQL

1 GRANT CONNECT, CREATE PROCEDURE, CREATE PUBLIC SYNONY


EN

Now we will connect as the webutil user:

sqlplus webutil/webutil@DESA

And we will run the following script:

Plain Text

1 @\Oracle\Wls_Home\forms\create_webutil_db.sql

Now we will reconnect to the DB with the username and password


webutil and we will run:

Plain Text

1 @\Oracle\Wls_Home\forms\wu_fileupload_db_demo.sql
EN

Now we go to the following route:

Plain Text

1 C:\oracle\Wls_Home\user_projects\domains\frdomain1\co

Make a backup of the formsweb.cfg file


EN

Login to edit it

We add the files frmwebutil.jar and jacob.jar to the WebUtilArchive


parameter in case they are not found.

In this same formsweb.cfg document we will specify the form


webutil_demo.fmx to the form parameter:
EN

In the same file we must look for the line that says archive and add:

frmwebutil.jar,jacob.jar

So it looks like this:


EN

This is because we will use the default environment for compiling forms.

After this we must download the java validation options, this is because it
is a development environment and not having to sign jars or generate
certificates, we must look for the java configuration:

Go to the advanced tab and leave the options as follows:


EN

Step 22:

Finally, to view the form we must install 32-bit java jdk, which is in the
installers folder

Step 23:

Fix build from any path

We must go to the route:

Plain Text
1 C:\oracle\Wls_Home\user_projects\domains\frdomain1\co
EN

Open the default.env file with Notepad++ and look for the following line
inside:

FORMS_MODULE_PATH

Comment this line with a # at the beginning of the row, so that it looks like
this:

Save the file and test by opening the form from any path.

Step 24:

Now we are going to compile the following files, in the following path:

Plain Text
1 c:\oracle\Oracle_Home\forms
EN
We will open the form builder from the following path:

Plain Text

1 C:\Oracle\Wls_Home\bin\frmbld.exe

And we will compile the following files:

webutil_demo.fmb

webutil.pll

Step 25:

As a last step, we must execute the following scripts, each of these scripts
must be executed in separate cmd windows to download and start the
environment completely:

Path where the scripts are:

Plain Text

1 C:\Oracle\Wls_Home\user_projects\domains\frdomain1

Steps to lower the entire environment:

Plain Text

1 stopComponent.cmd repTests stopComponent.cmd ohs1 sto

Steps to start the entire environment:

Plain Text

1 startWeblogic.cmd startManageWeblogic.cmd WLS_FORMS s


Having the entire environment started, it is a matter of running the
developers and starting to develop: EN

Run Forms builder:

Plain Text

1 C:\Oracle\Wls_Home\bin\frmbld.exe

Run Reports builder:

Plain Text

1 C:\Oracle\Wls_Home\user_projects\domains\frdomain1\re

 POST VIEWS: 14.882

Published in Forms and Reports


Tagged forms builder, installation, install oracle forms builder
how to 19 comments

 How to install Oracle Linux 9, New How to change the version of Java used by
features and new way to update JDeveloper 

19 responses to «Installation of Oracle forms builder 12c step


by step complete!»

GIBRAN GARCIA says:


November 8, 2023 at 5:51 PM
Hello friend, the installation was successful, thank you very much for the document, it is
really very complete. It would be nice to just add some example of how to run a report on
the WEB.

Greetings!!!!!!!!!!!!!!!!!

REPLY

Emmanuel Guzman says:


November 8, 2023 at 6:35 PM
Hello Gibran,
I think it refers to running a report on the web, you can do it using this syntax:

EN
http://your_webserver.domain_name:port/alias/rwservlet?
report=myreport.rdf&userid=username/password@my_db&server=server_name&desf
ormat=html&destype=cache

And you can see more information at the following link:

https://docs.oracle.com/middleware/12213/formsandreports/use-
reports/pbr_run006.htm#RSPUB23548

Now if it is to run a form, you must open the formsbuilder and compile and run the
form, as the formsbuilder is already configured, it will automatically start in the
browser, keep in mind that it only works with Internet Explorer since the NPAPI plugin
has been disabled in years other browsers, or in Microsoft Edge with IE support.

Otherwise you can also review the Java Web Start configuration guide, when
configured, you will be able to run the form without the need for a browser:

https://oracle-max.com/como-configurar-java-web-start-en-oracle-forms-12c/

REPLY

Juan Luis Mateos says:


December 17, 2023 at 10:37 AM
Hello, once installed, when I click Program> Run, the Microsoft Edge browser opens but
with an error.

REPLY

Emmanuel Guzman says:


December 17, 2023 at 12:18 PM
This happens because in the new versions of Windows IE is disabled and the legacy IE
functions were integrated into Microsoft Edge, so now from Edge you can run the
applications in compatibility mode with the old IE functions, that is why it is safe Edge
opens but you must configure it to support IE functions and load forms

REPLY

Oscar says:
December 28, 2023 at 3:06 PM
I have a question brother, I am new to this Oracle environment, I am setting up my server
for testing. I have Oracle and Apex on a Linux machine in Docker. My question is whether
EN
this environment that is in this guide should I install it on the server or on the PC. Where
am I going to do my developments?

REPLY

Emmanuel Guzman says:


December 28, 2023 at 3:16 PM
To work with the forms builder it is necessary to install it on the local machine where
it is going to be used, Oracle APEX the difference is that the work environment is web
so it is accessed by url, however, in forms a local installation is required

REPLY

[email protected] says:
May 24, 2024 at 12:50 PM
Webutil_demo is down, where can I get the correct version?

REPLY

Emmanuel Guzman says:


May 24, 2024 at 1:56 PM

I have it on a drive, you can download it from here:

https://drive.google.com/file/d/1rEGTme1gsXTyqfEp5zMuC0mtoGxoN9UK/view?
usp=drivesdk

REPLY

[email protected] says:
May 27, 2024 at 7:57 AM
Thank you very much, excellent contribution. !!!

REPLY

Sergio Mendez says:


July 30, 2024 at 8:39 AM

Hello, thank you very much, in my case it helps me carry out a good installation and
know what I should install

REPLY
Cesar Marquez says:
October 16, 2024 at 8:48 PM
EN
Hi Enmanuel, I'm having problems installing it. Could you help me with the installation
remotely? I'm willing to pay you for it.

REPLY

Emmanuel Guzman says:


October 17, 2024 at 12:09 AM

Hi Cesar! Of course, write me at this email: [email protected] and we


coordinate the work

REPLY

Rober says:
October 31, 2024 at 5:52 PM

Hello, very good document, congratulations, a question, I have a form that when I run it
from forms 12c I can see the icons it has, but when I call this same form (. fmx) from a
browser (google chrome) the icons are not displayed, does anyone know why this can
happen?…

REPLY

Emmanuel Guzman says:


October 31, 2024 at 7:08 PM
Mmmm does this happen to you in all browsers or just in Chrome? Usually to work
and run Oracle forms, Internet Explorer or Microsoft Edge with Internet Explorer
compatibility is recommended. It could also be that the path to the icons is incorrectly
established, but that will depend on whether it happens in all browsers.

REPLY

Rober says:
November 1, 2024 at 3:27 PM

Thanks for your reply Emmanuel, it happens to me with all browsers

REPLY

Rober says:
November 2, 2024 at 2:44 PM
I was able to fix it, it was just defining the .jar that contained the icons, thanks

REPLY
andres says:
November 8, 2024 at 9:34 AM

I see that many of us are still using Oracle Forms 🙂 EN

REPLY

Luiz says:
December 22, 2024 at 5:01 PM
Hello, everything is fine
I am setting up weblogic and reporting forms on a virtual machine in virtualbox, but
when I try to start OHS it doesn't start, how do I fix this? I am using Oracle XE 11
database on Windows 10.

REPLY

Emmanuel Guzman says:


December 22, 2024 at 6:14 PM

What error does the OHS log show?

REPLY

Leave your comment

Your email address will not be published. Required fields are marked with *

COMMENT *

NAME *

EMAIL ADDRESS *
EN
WEB

SAVE MY NAME, EMAIL AND WEBSITE IN THIS BROWSER FOR FUTURE PURPOSES.

RECEIVE AN EMAIL WITH THE FOLLOWING COMMENTS TO THIS POST.

RECEIVE AN EMAIL WITH EACH NEW ENTRY.

PUBLICAR EL COMENTARIO

CONTACT EMAIL:

[email protected]

LOOK FOR DOCUMENTATION:

Search...

FOLLOW ME:

Do you like my blog? Subscribe

Enter your email

SUBSCRIBE
© 2024 Oracle Middleware and Development Specialist EN

Powered by WordPress / Design Lab Theme

You might also like