Notes/Docs to integrate Apps 11i with 10g AS Portal/OID/SSO

In this post you’ll find metalink notes and related docs used in Integration of Oracle 10g Application Server (Portal, BI, Forms, OID, SSO) with Oracle E-Business Suite 11i. Soon I’ll focus on key points for integrating Oracle E-Business Suite with Oracle Single Sign-On (SSO) and Oracle Internet Directory (OID). 10g Application Server can be integrated with E-Business Suite […]

Read More

Errors in Alert Log File of 10.2.0.1 Instances

These are the following Errors/Warning messages which we will get in 10.2.0.1 release Instances alert log files.  Find the following work arounds/solutions, what I have successfully applied.  Problem 1:  Memory Notification: Library Cache Object loaded into SGA Heap size 6237K exceeds notification threshold (2048K)  These are warning messages only which should not cause any problems. […]

Read More

Hello World in BPEL !!!!

Folks at this stage I feel that we should go with the example, and best way to learn the coding part of any language is Hello World program. So here I will discuss about the same.So be ready with the Jdeveloper and demo instance and create the program with me.    Step-1  Open the Jdeveloper tool […]

Read More

Deploying BPEL Suitcase

In the previous post we have seen how to compile and overview of deploying BPEL process. Now we will see various ways to deploy BPEL suitcase to specific domain. Just an refresh of BPEL suitcase. We know it is BPEL process archives + Components  Now these are the ways in which we can deploy: Using Orcle […]

Read More

Compilation & Deployment of BPEL Process

After designing BPEL process it goes through following stages: Validate -> Compile -> Deploy During Compilation following activities happens:  BPEL process archives + Components =JAR file known as BPEL Suitcase BPEL Suitcase consist of following files: .bpel .wsdl .xml Schemas, java file etc. Deploying is nothing but a copying the above JAR file to deploy folder […]

Read More

BPEL Admin/Control Console

In today’s post I am going to cover BPEL Admin Console & BPEL Control Console which are part of Oracle SOA Suite. URL to access Console   BPEL Control Console : http://hostname.domainname:port/BPELConsole BPEL Admin Console : http://hostname.domainname:port/BPELAdmin User to access BPEL Admin Console or BPEL Control are – oc4jadmin (This user is For all BPEL […]

Read More

Oracle 11.5.10.2/12.0.X Software on Linux : Download (11i/R12/12i)

Often I get question in my inbox from lot of newbie asking what all files to download to install Oracle Apps 11i or R12/12i . Here is the list of files you need to download from http://edelivery.oracle.com to install 11i/R12/12i  Oracle® Applications 11i Release 10.2 Update Media Pack v1 for Linux x86   (11.5.10.2) Oracle® Applications […]

Read More

OID Quesries/ Scripts FAQ

Oracle Internet Directory (OID) is LDAP compliant directory server from Oracle. OID is part of Identity Management stack of Fusion Middleware (Infrastructure tier of Oracle Application Server)  Here is list of commonly asked questions/scripts for OID Q: How to find orasso (Single Sign-On) schema password. A: orasso password is randomly generated and stored in OID. To find password run […]

Read More

Oracle Application Server Service Registry : Installation

Oracle Service Registry is UDDI (Universal Description, Discovery and Integration) version 3 compliant platform for publishing, categorizing and discovering Web Services. Oracle Service Registry is component of Oracle Fusion Middleware and can be installed with Oracle SOA Suite. In today’s post we are going to cover installation of Oracle Service Registry. Download Oracle Service Registry from Here […]

Read More

Tablespace and Datafiles in Oracle Database : Back to Basics

Image taken from Oracle Documentation Tablespace : is logical storage unit in Oracle Database. ii) Tablespace connsit of one or more datafiles (check below) iii) Information about Tablespace can be obtained from view DBA_TABLESPACES, USER_TABLESPACES, DBA_TEMP_FILES (for Temporary Tablespaces) iv) Tablespace is further divided in to logical units Segments (Segment is divided in to Extent and Extent in […]

Read More
Not found