If you do not already have it, get a copy of thed Oracle Integration Guide. In the gUI, click on Help -> Guides, and find the "Integration Guide for Oracle and SAP". I am going to use the Guide for DP 7, since you didn't specify what version of DP you are running, but, I was able to extract this from the debug.log file
I checked lab cases, for thsi error with Oracle, and found 3, one each for DP 6.2, 6.11 and 6.1, 2 were for Windows and one was for some unknown UNIX-based OS, so no help there. Taking 'Oracle' out of the search, and jsut looking for 8019' did not turn up much more
I did find one possible hint in the Knowledgebase, check to make sure that you have the 'root' user for the AIX server in the UserList. In this same guide, refer to the section "Configuring Oracle User Accounts", then check the UserList file on teh cell manager to see that you have the AIX 'root' user, and the AIX Oracle user configured
Look in the Section "Configuring the Integration -> Configuring Oracle Databases -> Using the Data Protector CLI"
From the command prompt on teh AIX Oracle server, try to configure the integration from the comand prompt
cd /usr/omni/bin
./util_oracle8.pl -config -dbname DB_NAME -orahome ORACLE_HOME PRIMARY_DB_LOGIN
where
DB_NAME
Name of the database to be configured
ORACLE_HOME
Pathname of the Oracle Server home directory
PRIMARY_DB_LOGIN
is:
-prmuser
-prmpasswd
PRIMARY_USERNAME PRIMARY_PASSWORD
Username and password for login to the target or primary database. Note that the user must
have the SYSDBA privilege granted.
-prmservice
PRIMARY_NET_SERVICE_NAME_1
The following example represents configuration on a UNIX system of an Oracle database and its
recovery catalog in Oracle Data Guard environment.
The following names are used in the example:
•
database name: oracle
•
Oracle Server home directory: /app10g/oracle10g/product/10.1.0
•
primary user name: system
•
primary password: manager
•
primary net service name 1: netservice1
/opt/omni/lbin/util_oracle8.pl -config -dbname oracle -orahome /app10g/oracle10g/product/10.1.0 -prmuser system
-prmpasswd manager -prmservice netservice1
The line is split for clarity, but, it must be entered as a continuous line. Please save teh Input and output as a 'text' file