The Ultimate Guide To Oracle Fusion Middleware 11g Build Applications With Oracle Forms 1Z0-151
The Ultimate Guide To Oracle Fusion Middleware 11g Build Applications With Oracle Forms 1Z0-151
Oracle Fusion Middleware 11g Build Applications with Oracle Forms 1Z0-151 Certification Exam
Credential The HR user account, which owns the sample HR schema used for the Java application
in this guide, is initially locked. You must log in as a user with administrative privileges
(SYS) and unlock the account before you can log in as HR.
If the database is locally installed, use the Run SQL Command Line to unlock the
account as follows:
1. To access the Run SQL Command Line, from the Start menu, select Programs
(or All Programs), then Oracle Database 12c Release 2 (12.2), and then click
Run SQL Command Line. Log in as a user with DBA privileges, for example
In addition, some of the constraints and triggers present in the HR schema are not in
line with the scope of the Java application created in this guide. You must remove
these constraints and triggers as follows using the following SQL statements:
In this guide, Oracle JDeveloper Release 12c is the integrated development
environment (IDE) used to create the sample Java web application. JDeveloper is
used to edit the source code, compile the application, create a war file, and deploy the
war file onto the integrated weblogic server (WLS).
In this guide, Oracle JDeveloper Release 12c is the integrated development
environment (IDE) used to create the sample Java web application. JDeveloper is
used to edit the source code, compile the application, create a war file, and deploy the
war file onto the integrated weblogic server (WLS).
For ease in developing the application, you can choose to develop your application in
an integrated development environment (IDE). This guide uses Oracle JDeveloper to
create the files for this application.
Web Server
The sample application developed in this guide uses JavaServer Pages (JSP)
technology to display information and accept input from users. To deploy these pages,
you need a Web server with a servlet and JSP container, such as the Apache Tomcat
application server.
This guide uses the embedded server called the Oracle WebLogic Server in
JDeveloper for deploying the JSP pages. If you choose not to install Oracle
JDeveloper, then any Web server that enables you to deploy JSP pages should
suffice.
For more information about these servers, please refer to vendor-specific
documentation.
Verifying the Oracle Database 12c Release 2 (12.2)
Installation
Oracle Database 12c Release 2 (12.2) installation is platform-specific. You must verify
that the installation was successful before you proceed to create the sample
application. This section describes the steps for verifying an Oracle Database 12c
Release 2 (12.2) installation.
Verifying a installation involves the following tasks:
Use the following steps to import the application in JDeveloper:
1. Navigate to the location where the HRWebApp_Workspace is extracted.
2. Choose a name for the application.
3. It creates a project with all files required to build HR web application. Now, you can
start editing.
Compile Applications in JDeveloper
You can compile or create a .war file using maven commands through JDeveloper.
1. Right click on the project.
2. Run Maven
3. Navigate to compile/package/clean
Compile Using Maven and Run the Application in any Java
EE Container
a. Compile Using Maven: