Home » Page 87

How to Prepare for OCI Certification (1Z0-932/ 1Z0-1072)

How to Prepare for OCI Certification Who is a cloud architect? is responsible to architect cloud solutions has a strong understanding of cloud computing concepts knows all components of OCI builds a highly resilient infrastructure in cloud translates on-premises infrastructure to a typical cloud based infrastructure How to Prepare Step by Step Here is the …

How to Prepare for OCI Certification (1Z0-932/ 1Z0-1072) Read More »

Oracle Forms in R12/R12.2

We are explaining here Oracle Forms Architecture Features in R12/R12.2 Features of Forms in R12 -forms are deployed as a one One OC4J instance of 10.1.3 Oracle home-It uses the utility from 10.1.2 Oracle home/bin-Forms.EAR 10.1.2 is deployed to the OC4J container in Application Server 10.1.3-Run time form executable f60webmx has been replaced by frmweb-Forms …

Oracle Forms in R12/R12.2 Read More »

Improve the Performance using Bind Variable in Oracle

What is a Bind Variable? -It is a placeholder for a value .It is replaced by actual value when the SQL statement is executed-In PL/SQL it is called a local or global variable. DECLARE l_empl_id DEPT.emp_id%TYPE; BEGIN select first_name  from DEPT  where id = l_empl_id; END; -in SQL*Plus it is a variable variable a number BEGIN …

Improve the Performance using Bind Variable in Oracle Read More »

Oracle Data types

When you create an Oracle table, you have to specify a datatype for each column, which is associated with a specific storage format, constraints, and a valid range of values. The knowledge of data types is necessary before creating the table. Here in this article, we will see important oracle data types which you will …

Oracle Data types Read More »

How to apply patches in Oracle weblogic in Linux & windows

Here in this post we will see weblogic patching i.e how to apply patches applied in weblogic in 10.3.6 version , 12c (12.1.1  and 12.1.2 and later ). how to apply patches in weblogic in 10.3.6 version and up to 12.1.1 Weblogic Smart Update utility (bsu)  is used to apply patches in 10.3.6 and 12.1.1 …

How to apply patches in Oracle weblogic in Linux & windows Read More »

Scroll to Top