BPA 10.1.3.4 Windows Install with XE
Filed Under Technical Tips // Tags: in the trenches, oracle architecture, oracle bpa suite, oracle xe, process and workflow (bpm)
I have just had a heck of a time with installing BPA (Architect) Evaluation on a Windows Server 2003 machine. There were no inherent issues with the product itself, but some gotchas that I thought I might point out. For the following, I assumed you are installing on a single machine for testing/evaluation purposes like I was.
For one, if you were familiar with BPA 10.1.3.3, there is no longer an auto-installable olite database option. You must use Oracle XE Universal (or better) and you should have it installed locally prior to installing BPA. Note: You should use XE Universal specifically so you get the AL32UTF8 character set that is expected by the BPA install.
After I got the character set squared away, I continued to receive a database connection error during the install. My XE DB was working fine, I could log in, sqlplus, etc., etc. I did some digging and found the following file:
c:\program files\oracle bpa suite10.1.3.4\testsql.txt
In here, the first line started with “C:\XEClient\bin\tnsping”
My XE Client, however, does not have the tnsping utility. So, I copied over the bin directory files from the XE DB bin into the XE Client bin to get the various tools the installation might be leveraging, and sure enough, everything went through smoothly.
So, if you get into trouble during the install while setting up the DB/connection, take a look at that testsql.txt file and you can likely troubleshoot those commands individually to see where your problem lies. Good luck!
Related Information:
- Oracle XE 10g Windows Install - Video Walkthrough Tutorial
This tutorial article is meant to provide a visual guide to the process of installing Oracle express edition (XE) onto...
- Install Oracle Apex 3.2 on XE and XP Pro - Video Walkthrough Tutorial
This tutorial is a supplment to the install video linked to below. It takes you through the process of installing...
- Oracle Express Edition (XE) 10g Windows Download
The following are links to the download page for Oracle Database 10g Release 2 (10.2.0.1) Express Edition (XE) for Microsoft...
- OID Install in Oracle Enterprise Linux (OEL) 5 - Shared Libraries Error
When installing 10g OID on OEL5, if you run into the following error, you can run the below commands to...
- Upgrading to APEX 4 on Oracle XE and Windows
Overview
This tutorial article and it's associated video will help guide you through the process of upgrading a previously installed... - Oracle Client Download (10g Windows Client)
Following is the link to the Oracle 10g Release 2 Client for Windows: http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201winsoft.html As of this writing (in Januray...
- Oracle Client Download (11g Windows Client) - 32 bit and x64
Following are links to the Oracle 11g Release 1 Client downloads for the various Windows versions:
Windows Server 2000, 2003,...
- Installing APEX 4 on Windows Server 2003 64 bit edition with Oracle Database 11g
Overview
This tutorial article and it's associated video will help guide you through the process of installing APEX version 4.0...
