Category Archives for Uncategorized

OIDADMIN Client

OIDADMIN is java based utility to monitor/administer OID (Oracle Internet Directory). –oidadmin can be found in ORACLE_HOME/bin in database, IdM or Application Server. –If you don’t have access to oidadmin executable on server, You can use oracle 10g database client (Integrated Management Tool)  to remotely connect to OIDADMIN tool. Here are steps on how to install Oracle Database Client […]

Read More

Oracle Applications 11i Hot Backup Cloning with Rapid Clone

We are getting lot of questions on Hot Backup Cloning of 11i in the forum. So we thought that, if we write one article regarding this, it will be more useful for the apps newbies. Here I am sharing the information that, what i follow during the hotbackup cloning. You all might have done this before. […]

Read More

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

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

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

Cloning in Oracle Apps 11i

Cloning is the act of creating an identical copy of an already existing Oracle Applications system. Simply copying all of the components from source to target system does not provide us a working Oracle Applications system, there are various configuration files that must be changed & for this purpose we do Cloning.       Do keep […]

Read More
1 20 21 22 23 24 34