Perl on AIX 5.3 Oracle11

How do I get the oracle installed perl to work on AIX Oracle11 - 11.1.0
I tried:
perl -e "use DBI; \$drh = DBI->install_driver('Oracle');"
install_driver(Oracle) failed: Can't load '/oracle/app/oracle/doit/product/11.1.0/oradoit/perl/lib/site_perl/5.8.3/aix-thread-multi-64all/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: 0509-022 Cannot load module /oracle/app/oracle/doit/product/11.1.0/oradoit/perl/lib/site_perl/5.8.3/aix-thread-multi-64all/auto/DBD/Oracle/Oracle.so.
0509-150 Dependent module /oracle/app/oracle/doit/product/11.1.0/oradoit/lib32/libclntsh.so could not be loaded.
0509-103 The module has an invalid magic number.
0509-022 Cannot load module /oracle/app/oracle/doit/product/11.1.0/oradoit/perl/lib/site_perl/5.8.3/aix-thread-multi-64all/auto/DBD/Oracle/Oracle.so.
0509-150 Dependent module /oracle/app/oracle/doit/product/11.1.0/oradoit/perl/lib/site_perl/5.8.3/aix-thread-multi-64all/auto/DBD/Oracle/Oracle.so could not be loaded. at /oracle/app/oracle/doit/product/11.1.0/oradoit/perl/lib/5.8.3/aix-thread-multi-64all/DynaLoader.pm line 229.
at (eval 3) line 3
Compilation failed in require at (eval 3) line 3.
Perhaps a required shared library or dll isn't installed where expected
at -e line 1
From my environment I set:
PATH=/oracle/app/oracle/doit/product/11.1.0/oradoit/perl/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java14/jre/bin:/usr/java14/bin:.:/usr/local/bin:/oracle/app/oracle/doit/product/11.1.0/oradoit/bin
ORACLE_HOME=/oracle/app/oracle/doit/product/11.1.0/oradoit
PERL5LIB=/oracle/app/oracle/doit/product/11.1.0/oradoit/perl/lib/5.8.3:/oracle/app/oracle/doit/product/11.1.0/oradoit/perl/lib/site_perl/5.8.3/aix-thread-multi-64all
LIBPATH=/oracle/app/oracle/doit/product/11.1.0/oradoit/lib32

I have never found the PERL delivered with Oracle to be usable.
Most likely because I don't know enough to make it work.
I have always installed my own PERL along with DBI & DBD to be able to access Oracle from Perl
Are you sure that DBD has been successfully installed & is operational under the Oracle s/w tree?
#use strict;
use CGI::Carp qw{fatalsToBrowser};
use DBI;
@data_sources = DBI->data_sources('Oracle');
$i = 0;
while (defined $data_sources[$i]) {
  print ("-->$data_sources[$i]\n");
  $i++;
}$ perl testDBD.pl
-->dbi:Oracle:EXTPROC_CONNECTION_DATA
-->dbi:Oracle:V102
-->dbi:Oracle:v102
It essentially reports contents of tnsnames.ora
I suspect this will throw errors for you.
Edited by: sb92075 on May 29, 2009 6:50 PM
Edited by: sb92075 on May 29, 2009 7:13 PM

Similar Messages

  • Printer issue with Oracle11i Arabic report

    Hi
    We are using Oracle11i(11.5.10.2) on Aix 5.3
    Oracle11i Arabic report output is not properly printing on printer.
    Number in Arabic in Report is not printing ,it is printing international number like 1,2,3
    we are using PAST driver and report in Text Format
    Thanks
    With Regards
    A-Z

    What is your database characterset?
    Please see these docs.
    HOW TO CONFIGURE PASTA FOR ARABIC [ID 816879.1]
    PASTA 3.0 Release Information [ID 239196.1]
    How to Setup EBS, VPasta, And Pasta for BIDI Languages [ID 839520.1]
    Printing and Previewing Arabic Reports using PASTA in Oracle Applications 11i [ID 179801.1]
    Thanks,
    Hussein

  • When manully control 11f dbcontrol encounter the error  on solaris

    I muanually created the 11g database,want to configure the dbcontrol.
    at first time ,i successfully create the repository but encounter the config error. I want to reconfigure the repository ,the following error arise.my listener work fine.
    sdcv440s025% emca -config dbcontrol db -repos recreate
    STARTED EMCA at May 16, 2008 1:39:48 AM
    EM Configuration Assistant, Version 11.1.0.5.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: edx0
    Listener port number: 1521
    Password for SYSMAN user: Email address for notifications (optional):
    Outgoing Mail (SMTP) server for notifications (optional):
    You have specified the following settings
    Database ORACLE_HOME ................ /export/home/oracle11/11.1.0.6
    Local hostname ................ sdcv440s025
    Listener port number ................ 1521
    Database SID ................ edx0
    Email address for notifications ...............
    Outgoing Mail (SMTP) server for notifications ...............
    Do you wish to continue? [yes(Y)/no(N)]: y
    May 16, 2008 1:40:08 AM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /export/home/oracle11/cfgtoollogs/emca/edx0/emca_2008_05_16_01_39_48.log.
    May 16, 2008 1:40:11 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Listener is not up. Start the Listener and run EM Configuration Assistant again .
    Refer to the log file at /export/home/oracle11/cfgtoollogs/emca/edx0/emca_2008_05_16_01_39_48.log for more details.
    Could not complete the configuration. Refer to the log file at /export/home/oracle11/cfgtoollogs/emca/edx0/emca_2008_05_16_01_39_48.log for more details.

    sdcv440s025% emca -deconfig dbcontrol db -repos drop
    STARTED EMCA at May 16, 2008 1:54:12 AM
    EM Configuration Assistant, Version 11.1.0.5.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: edx0
    Listener port number:
    Listener port number: 1521
    Password for SYSMAN user:
    Do you wish to continue? [yes(Y)/no(N)]: y
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /export/home/oracle11/cfgtoollogs/emca/edx0/emca_2008_05_16_01_54_12.log.
    May 16, 2008 1:54:30 AM oracle.sysman.emcp.EMDBPreConfig performDeconfiguration
    WARNING: EM is not configured for this database. No EM-specific actions can be performed.
    May 16, 2008 1:54:31 AM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Dropping the EM repository (this may take a while) ...
    May 16, 2008 1:54:32 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing /export/home/oracle11/11.1.0.6/sysman/admin/emdrep/bin/RepManager -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=sdcv440s025)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=edx0))) -repos_user SYSMAN -action drop -verbose -output_file /export/home/oracle11/cfgtoollogs/emca/edx0/emca_repos_drop_2008_05_16_01_54_31.log
    May 16, 2008 1:54:32 AM oracle.sysman.emcp.EMReposConfig invoke
    SEVERE: Error dropping the repository
    May 16, 2008 1:54:32 AM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Refer to the log file at /export/home/oracle11/cfgtoollogs/emca/edx0/emca_repos_drop_<date>.log for more details.
    May 16, 2008 1:54:32 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error dropping the repository
    Refer to the log file at /export/home/oracle11/cfgtoollogs/emca/edx0/emca_2008_05_16_01_54_12.log for more details.
    Could not complete the configuration. Refer to the log file at /export/home/oracle11/cfgtoollogs/emca/edx0/emca_2008_05_16_01_54_12.log for more details.
    sdcv440s025% more /export/home/oracle11/cfgtoollogs/emca/edx0/emca_2008_05_16_01_54_12.log
    May 16, 2008 1:54:12 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-migrate' set to false
    May 16, 2008 1:54:12 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromDBControl' set to false
    May 16, 2008 1:54:12 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToCentralAgent' set to false
    May 16, 2008 1:54:12 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromCentralAgent' set to false
    May 16, 2008 1:54:12 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToDBControl' set to false
    May 16, 2008 1:54:12 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-deconfig' set to true
    May 16, 2008 1:54:12 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'dbcontrol' set to true
    May 16, 2008 1:54:12 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    May 16, 2008 1:54:12 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'drop' set to true
    May 16, 2008 1:54:13 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: ORACLE_HOME value: /export/home/oracle11/11.1.0.6
    May 16, 2008 1:54:13 AM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    May 16, 2008 1:54:16 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SID value: edx0
    May 16, 2008 1:54:20 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: PORT value: 1521
    May 16, 2008 1:54:23 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SYS_PWD.
    May 16, 2008 1:54:23 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: edx0, oracleHome: /export/home/oracle11/11.1.0.6, and user: SYS
    May 16, 2008 1:54:23 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    May 16, 2008 1:54:27 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value:
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value: yes
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LOG_FILE.
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.EMConfig addEMCALogFile
    CONFIG: ORACLE_BASE :/export/home/oracle11
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: edx0, oracleHome: /export/home/oracle11/11.1.0.6, and user: SYS
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: edx0
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /export/home/oracle11/cfgtoollogs/emca/edx0/emca_2008_05_16_01_54_12.log.
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: EM_HOME value: /export/home/oracle11/11.1.0.6
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: edx0, oracleHome: /export/home/oracle11/11.1.0.6, and user: SYS
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: edx0
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: edx0
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: edx0
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: edx0, oracleHome: /export/home/oracle11/11.1.0.6, and user: SYS
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter GLOBAL_DB_UNIQUE_NAME.
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.DatabaseChecks getGlobalDbUniqueName
    CONFIG: No Global database unique name available. Will try to retrieve it from DB itself
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: edx0, oracleHome: /export/home/oracle11/11.1.0.6, and user: SYS
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: GLOBAL_DB_UNIQUE_NAME value: edx0
    May 16, 2008 1:54:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    May 16, 2008 1:54:30 AM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    May 16, 2008 1:54:30 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: Cluster.isCluster: false. Skip call to getLocalNode
    May 16, 2008 1:54:30 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    May 16, 2008 1:54:30 AM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: edx0 Host: sdcv440s025 Node: null OH: /export/home/oracle11/11.1.0.6 agentHome: null isCentral: false
    May 16, 2008 1:54:30 AM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: edx0 Host: sdcv440s025 Node: null OH: /export/home/oracle11/11.1.0.6 isDBC: false
    May 16, 2008 1:54:30 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_CONFIGURED' set to false
    May 16, 2008 1:54:30 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_DBCONTROL_CONFIGURED' set to false
    May 16, 2008 1:54:30 AM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to /export/home/oracle11/11.1.0.6/oui
    May 16, 2008 1:54:30 AM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to /export/home/oracle11/11.1.0.6/oui
    May 16, 2008 1:54:30 AM oracle.sysman.emcp.EMDBPreConfig performDeconfiguration
    WARNING: EM is not configured for this database. No EM-specific actions can be performed.
    May 16, 2008 1:54:30 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    May 16, 2008 1:54:31 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: edx0, oracleHome: /export/home/oracle11/11.1.0.6, and user: SYSMAN
    May 16, 2008 1:54:31 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    May 16, 2008 1:54:31 AM oracle.sysman.emcp.ParamsManager checkListenerStatusForDBControl
    CONFIG: Passed listener validation check.Listener is up and running.
    May 16, 2008 1:54:31 AM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Dropping the EM repository (this may take a while) ...
    May 16, 2008 1:54:31 AM oracle.sysman.emcp.util.PlatformInterface isInView
    CONFIG: IN_VIEW marker not instantiated in /export/home/oracle11/11.1.0.6/sysman/config/emca.properties
    May 16, 2008 1:54:31 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    May 16, 2008 1:54:31 AM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [CLASSPATH=/export/home/oracle11/11.1.0.6/jlib/emca.jar:/export/home/oracle11/11.1.0.6/jlib/srvm.jar:/export/h
    ome/oracle11/11.1.0.6/jlib/srvmasm.jar:/export/home/oracle11/11.1.0.6/jlib/emConfigInstall.jar:/export/home/oracle11/11.1.0.6/jlib/l
    dapjclnt11.jar:/export/home/oracle11/11.1.0.6/jlib/ldap.jar:/export/home/oracle11/11.1.0.6/jlib/share.jar:/export/home/oracle11/11.1
    .0.6/jlib/srvmhas.jar:/export/home/oracle11/11.1.0.6/jlib/netcfg.jar:/export/home/oracle11/11.1.0.6/jlib/http_client.jar:/export/hom
    e/oracle11/11.1.0.6/lib/http_client.jar:/export/home/oracle11/11.1.0.6/lib/xmlparserv2.jar:/export/home/oracle11/11.1.0.6/assistants
    /jlib/assistantsCommon.jar:/export/home/oracle11/11.1.0.6/sysman/jlib/emCORE.jar:/export/home/oracle11/11.1.0.6/sysman/jlib/emagentS
    DK.jar:/export/home/oracle11/11.1.0.6/oui/jlib/OraInstaller.jar:/export/home/oracle11/11.1.0.6/oui/jlib/OraPrereq.jar:/export/home/o
    racle11/11.1.0.6/inventory/prereqs/oui/OraPrereqChecks.jar:/export/home/oracle11/11.1.0.6/oui/jlib/OraPrereqChecks.jar:, DYLD_LIBRAR
    Y_PATH=/export/home/oracle11/11.1.0.6/lib:/export/home/oracle11/11.1.0.6/lib32:/export/home/oracle11/11.1.0.6/perl/lib, HOME=/export
    /home/oracle11, LD_LIBRARY_PATH=/export/home/oracle11/11.1.0.6/jdk/jre/lib/sparcv9/server:/export/home/oracle11/11.1.0.6/jdk/jre/lib
    /sparcv9:/export/home/oracle11/11.1.0.6/jdk/jre/../lib/sparcv9:/export/home/oracle11/11.1.0.6/lib:/export/home/oracle11/11.1.0.6/lib
    32:/export/home/oracle11/11.1.0.6/perl/lib:/export/home/oracle11/11.1.0.6/lib:/usr/lib:/usr/ucb:/lib, LIBPATH=/export/home/oracle11/
    11.1.0.6/lib:/export/home/oracle11/11.1.0.6/lib32:/export/home/oracle11/11.1.0.6/perl/lib, LOGNAME=oracle11, MAIL=/var/mail//oracle1
    1, NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat, ORACLE_BASE=/export/home/oracle11, ORACLE_DATA=/home/oemora/servers/oracle11/oradata, ORAC
    LE_DBALIAS=edx.db, ORACLE_HOME=/export/home/oracle11/11.1.0.6, ORACLE_PASSWD=edx, ORACLE_SID=edx0, ORACLE_USER=edx_dba, PATH=/export
    /home/oracle11/11.1.0.6/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/ucb:/etc, PWD=/export/home/oracle11/11.1.0.6, SHELL=/b
    in/csh, SHLIB_PATH=/export/home/oracle11/11.1.0.6/lib:/export/home/oracle11/11.1.0.6/lib32:/export/home/oracle11/11.1.0.6/perl/lib,
    SSH_AUTH_SOCK=/tmp/ssh-ASwvd21683/agent.21683, SSH_CLIENT=10.182.106.95 4825 22, SSH_CONNECTION=10.182.106.95 4825 64.181.175.26 22,
    SSH_TTY=/dev/pts/1, TERM=vt100, TZ=US/Mountain, USER=oracle11, XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt]
    May 16, 2008 1:54:31 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: /export/home/oracle11/11.1.0.6/sysman/admin/emdrep/bin/RepManager -connect (DESCRIPTION=(ADDRESS_LIST=(A
    DDRESS=(PROTOCOL=TCP)(HOST=sdcv440s025)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=edx0))) -repos_user SYSMAN -action drop -verbose -ou
    tput_file /export/home/oracle11/cfgtoollogs/emca/edx0/emca_repos_drop_2008_05_16_01_54_31.log
    May 16, 2008 1:54:32 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 50
    May 16, 2008 1:54:32 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Enter SYS user's password :
    Getting temporary tablespace from database...
    Could not connect to SYS/(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=sdcv440s025)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAM
    E=edx0))): ORA-01031: insufficient privileges (DBD ERROR: OCISessionBegin)
    May 16, 2008 1:54:32 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: stty: : No such device or address
    stty: : No such device or address
    May 16, 2008 1:54:32 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing /export/home/oracle11/11.1.0.6/sysman/admin/emdrep/bin/RepManager -connect (DESCRIPTION=(ADDRESS_LIST=(ADDR
    ESS=(PROTOCOL=TCP)(HOST=sdcv440s025)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=edx0))) -repos_user SYSMAN -action drop -verbose -outpu
    t_file /export/home/oracle11/cfgtoollogs/emca/edx0/emca_repos_drop_2008_05_16_01_54_31.log
    May 16, 2008 1:54:32 AM oracle.sysman.emcp.EMReposConfig invoke
    SEVERE: Error dropping the repository
    May 16, 2008 1:54:32 AM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Refer to the log file at /export/home/oracle11/cfgtoollogs/emca/edx0/emca_repos_drop_<date>.log for more details.
    May 16, 2008 1:54:32 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error dropping the repository
    Refer to the log file at /export/home/oracle11/cfgtoollogs/emca/edx0/emca_2008_05_16_01_54_12.log for more details.
    May 16, 2008 1:54:32 AM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error dropping the repository
    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:208)
    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:147)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:221)
    at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:534)
    at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1214)
    at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:518)
    at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:467)

  • RMAN duplicate from Windows Oracle10 to AIX Oracle11

    Is it possible to use RMAN duplicate to duplicate a database from Windows Oracle10 to AIX Oracle11? If not what is the reason it won't work?
    Additionally if it won't work what other options are there besides export, ftp, import or export/import over sqlnet.

    user9541720 wrote:
    Is it possible to use RMAN duplicate to duplicate a database from Windows Oracle10 to AIX Oracle11? If not what is the reason it won't work?It won't work!!!
    For each architecture Oralce build their own binaries. (i.e Processor Power have different binaries from Processor Intel)
    For some architectures, Oracle succeeded in creating compatibility between some different architectures, the Table on note 413484.1 describe it.
    Oracle has certified to use AIX (Power) with Solaris (SPARC), but because of bug (12702521) Oracle reported it's no longer certified.
    In your case (AIX) there is no compatibility with others plataform. AIX binaries is compatible only with itself. (e.g Processor Power 4 with Processor Power 7)
    You have some options Oracle Golden Gate, Oracle Streams, export/import or Transportable Tablespace.
    Additionally if it won't work what other options are there besides export, ftp, import or export/import over sqlnet.Try it:
    http://levipereira.wordpress.com/2011/01/23/how-convert-full-database-10g-linux-x86-64bit-to-aix-64bit-different-endian-format/
    Regards,
    Levi Pereira

  • Tune tcp on AIX for Oracle11

    Are there specific tcp settings that are beneficial for Oracle11 on AIX? I have found some recommendations for Oracle Application Server so I wanted to know if they also apply to the rdbms installation:
    rfc1323
    sb_max
    tcp_mssdflt
    ipqmaxlen
    tcp_sendspace
    tcp_recvspace
    xmt_que_size
    What about:
    Thewall
    clean_partial_conns

    TCP.NODELAY
    RECV_BUF_SIZE
    SEND_BUF_SIZE
    DEFAULT_SDU_SIZE
    Should get you started. Look these up at http://tahiti.oracle.com and you will find more.
    Demos here: http://www.psoug.org/reference/net_services.html

  • Cannot install DBD::Oracle perl module with Oracle 11.2.0.3 client

    Hi
    I have been trying to install DBD::Oracle perl module on a Centos 5.7 server which is running Oracle client version 11.2.0.3. I have installed all dependencies prior to attempting installing the same and I am running into the following error -
    /usr/bin/ld: skipping incompatible /app/utiba/oracle/client/lib//libclntsh.so when searching for -lclntsh
    /usr/bin/ld: cannot find -lclntsh
    collect2: ld returned 1 exit status
    make: *** [blib/arch/auto/DBD/Oracle/Oracle.so] Error 1Here are the complete details of my attempt of installation of the perl module -
    [root@tch1testuview1 DBD-Oracle-1.50]# perl Makefile.PL
    Using DBI 1.52 (for perl 5.008008 on x86_64-linux-thread-multi) installed in /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBI/
    Configuring DBD::Oracle for perl 5.008008 on linux (x86_64-linux-thread-multi)
    Remember to actually *READ* the README file! Especially if you have any problems.
    Installing on a linux, Ver#2.6
    Using Oracle in /app/utiba/oracle/client
    DEFINE _SQLPLUS_RELEASE = "1102000300" (CHAR)
    Oracle version 11.2.0.3 (11.2)
    Found /app/utiba/oracle/client/rdbms/lib/ins_rdbms.mk
    Using /app/utiba/oracle/client/rdbms/lib/ins_rdbms.mk
    Your LD_LIBRARY_PATH env var is set to '/app/utiba/oracle/client/lib:/lib:/usr/lib'
    Reading /app/utiba/oracle/client/rdbms/lib/ins_rdbms.mk
    Reading /app/utiba/oracle/client/rdbms/lib/env_rdbms.mk
    WARNING: Oracle /app/utiba/oracle/client/rdbms/lib/ins_rdbms.mk doesn't define a 'build' rule.
    WARNING: I will now try to guess how to build and link DBD::Oracle for you.
             This kind of guess work is very error prone and Oracle-version sensitive.
             It is possible that it won't be supported in future versions of DBD::Oracle.
             *PLEASE* notify dbi-users about exactly _why_ you had to build it this way.
    Found header files in /app/utiba/oracle/client/rdbms/public.
    client_version=11.2
    DEFINE= -Wall -Wno-comment -DUTF8_SUPPORT -DORA_OCI_VERSION=\"11.2.0.3\" -DORA_OCI_102 -DORA_OCI_112
    Checking for functioning wait.ph
    System: perl5.008008 linux builder10.centos.org 2.6.18-53.el5 #1 smp mon nov 12 02:14:55 est 2007 x86_64 x86_64 x86_64 gnulinux
    Compiler:   gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm
    Linker:     /usr/bin/ld
    Sysliblist: -ldl -lm -lpthread -lnsl -lirc -lipgo
    Oracle makefiles would have used these definitions but we override them:
      CC:       $(GCC)
      CFLAGS:   $(GFLAG) $(OPTIMIZE) $(CDEBUG) $(CCFLAGS) $(PFLAGS)\
            $(SHARED_CFLAG) $(USRFLAGS)
               [$(GFLAG) -O2 $(CDEBUG) $(CCFLAGS) -I/app/utiba/oracle/client/rdbms/demo -I/app/utiba/oracle/client/rdbms/public -I/app/utiba/oracle/client/plsql/public -I/app/utiba/oracle/client/network/public -DLINUX -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_LARGEFILE_SOURCE=1 -DSLTS_ENABLE -DSLMXMX_ENABLE -D_REENTRANT -DNS_THREADS -DLDAP_CM $(LPFLAGS) $(PLSQLNCGFLAGS) $(USRFLAGS)]
      LDFLAGS:  -o $@ $(LDOBJSZ) $(LDPATHFLAG)$(PRODLIBHOME) $(LDPATHFLAG)$(LIBHOME) $(LDPATHFLAG)$(LIBHOME)stubs/ $(LDPATHFLAG)$(LIBHOME) $(LLIBIRC)
               [-o $@ -m32 -L/app/utiba/oracle/client/rdbms/lib/ -L$(LIBHOME) -L$(LIBHOME)stubs/ -L$(LIBHOME) -lirc -lipgo ]
    Linking with  -lclntsh -ldl -lm -lpthread -lnsl -lirc -lipgo -ldl -lm  [from $(OCISHAREDLIBS)]
    LD_RUN_PATH=/app/utiba/oracle/client/lib
    Using DBD::Oracle 1.50.
    Using DBD::Oracle 1.50.
    Using DBI 1.52 (for perl 5.008008 on x86_64-linux-thread-multi) installed in /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBI/
    Writing Makefile for DBD::Oracle
    ***  If you have problems...
         read all the log printed above, and the README and README.help.txt files.
         (Of course, you have read README by now anyway, haven't you?)
    [root@tch1testuview1 DBD-Oracle-1.50]# make
    Skip blib/lib/DBD/Oracle/Troubleshooting/Cygwin.pod (unchanged)
    Skip blib/lib/DBD/Oracle.pm (unchanged)
    Skip blib/lib/oraperl.ph (unchanged)
    Skip blib/arch/auto/DBD/Oracle/Oracle.h (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Vms.pod (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Linux.pod (unchanged)
    Skip blib/lib/DBD/Oracle/GetInfo.pm (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting.pod (unchanged)
    Skip blib/arch/auto/DBD/Oracle/dbdimp.h (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Hpux.pm (unchanged)
    Skip blib/arch/auto/DBD/Oracle/ocitrace.h (unchanged)
    Skip blib/lib/Oraperl.pm (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Sun.pod (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Macos.pod (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Aix.pod (unchanged)
    Skip blib/lib/DBD/Oracle/Object.pm (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Win64.pod (unchanged)
    Skip blib/arch/auto/DBD/Oracle/mk.pm (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Win32.pod (unchanged)
    gcc -c  -I/app/utiba/oracle/client/rdbms/public -I/app/utiba/oracle/client/rdbms/demo -I/app/utiba/oracle/client/rdbms/public -I/app/utiba/oracle/client/plsql/public -I/app/utiba/oracle/client/network/public -I/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBI -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic   -DVERSION=\"1.50\" -DXS_VERSION=\"1.50\" -fPIC "-I/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE"  -Wall -Wno-comment -DUTF8_SUPPORT -DORA_OCI_VERSION=\"11.2.0.3\" -DORA_OCI_102 -DORA_OCI_112 Oracle.c
    gcc -c  -I/app/utiba/oracle/client/rdbms/public -I/app/utiba/oracle/client/rdbms/demo -I/app/utiba/oracle/client/rdbms/public -I/app/utiba/oracle/client/plsql/public -I/app/utiba/oracle/client/network/public -I/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBI -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic   -DVERSION=\"1.50\" -DXS_VERSION=\"1.50\" -fPIC "-I/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE"  -Wall -Wno-comment -DUTF8_SUPPORT -DORA_OCI_VERSION=\"11.2.0.3\" -DORA_OCI_102 -DORA_OCI_112 dbdimp.c
    dbdimp.c: In function ‘fb_ary_cb_alloc’:
    dbdimp.c:324: warning: comparison is always false due to limited range of data type
    dbdimp.c:325: warning: comparison is always false due to limited range of data type
    dbdimp.c:326: warning: comparison is always false due to limited range of data type
    dbdimp.c:327: warning: comparison is always false due to limited range of data type
    dbdimp.c:328: warning: comparison is always false due to limited range of data type
    dbdimp.c: In function ‘fb_ary_alloc’:
    dbdimp.c:344: warning: comparison is always false due to limited range of data type
    dbdimp.c:345: warning: comparison is always false due to limited range of data type
    dbdimp.c:346: warning: comparison is always false due to limited range of data type
    dbdimp.c:347: warning: comparison is always false due to limited range of data type
    gcc -c  -I/app/utiba/oracle/client/rdbms/public -I/app/utiba/oracle/client/rdbms/demo -I/app/utiba/oracle/client/rdbms/public -I/app/utiba/oracle/client/plsql/public -I/app/utiba/oracle/client/network/public -I/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBI -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic   -DVERSION=\"1.50\" -DXS_VERSION=\"1.50\" -fPIC "-I/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE"  -Wall -Wno-comment -DUTF8_SUPPORT -DORA_OCI_VERSION=\"11.2.0.3\" -DORA_OCI_102 -DORA_OCI_112 oci8.c
    oci8.c: In function ‘ora_blob_read_mb_piece’:
    oci8.c:1804: warning: comparison is always false due to limited range of data type
    oci8.c: In function ‘describe_obj_by_tdo’:
    oci8.c:3256: warning: comparison is always false due to limited range of data type
    oci8.c: In function ‘ora_describe’:
    oci8.c:3480: warning: comparison is always false due to limited range of data type
    oci8.c: In function ‘ora_st_fetch’:
    oci8.c:3953: warning: unused variable ‘imp_xxh’
    Running Mkbootstrap for DBD::Oracle ()
    chmod 644 Oracle.bs
    rm -f blib/arch/auto/DBD/Oracle/Oracle.so
    LD_RUN_PATH="/app/utiba/oracle/client/lib" gcc  -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic Oracle.o dbdimp.o oci8.o  -o blib/arch/auto/DBD/Oracle/Oracle.so  \
               -L/app/utiba/oracle/client/lib/ -lclntsh -ldl -lm -lpthread -lnsl -lirc -lipgo -ldl -lm      \
    /usr/bin/ld: skipping incompatible /app/utiba/oracle/client/lib//libclntsh.so when searching for -lclntsh
    /usr/bin/ld: cannot find -lclntsh
    collect2: ld returned 1 exit status
    make: *** [blib/arch/auto/DBD/Oracle/Oracle.so] Error 1I am sure that installing a previous(older) version of oracle client will fix this issue i.e. either 11.2.0.1 or older (that is tested) but I want to know if it is possible to resolve the above issue with a work around and not having to install a previous version.
    Fyi.. I've tried to install DBD::Oracle version 1.24 and 1.50 but that doesn't seem to make any difference. I couldn't find any related thread either for this error so I desperately need a solution to the same(if any).
    If anyone can help here, would really appreciate it or else, I will have no choice but to install previous version of oracle client.
    Thanks
    Edited by: 956308 on Aug 31, 2012 6:55 AM
    Edited by: 956308 on Aug 31, 2012 6:57 AM

    Contents of the response file:
    oracle.install.responseFileVersion=http://www.oracle.com/2007/install/rspfmt_clientinstall_response_schema_v11_2_0
    ORACLE_HOSTNAME=slc00caz
    UNIX_GROUP_NAME=oracle
    INVENTORY_LOCATION=/home/psadm1/oraInventory
    SELECTED_LANGUAGES=en
    ORACLE_HOME=/opt/oracle/psft/pt/oracle-client/11.2.0.x
    ORACLE_BASE=/opt/oracle/psft/pt/oracle-client
    oracle.install.client.installType=Custom
    oracle.install.client.upgrading=false
    oracle.install.client.customComponents=oracle.rdbms.util:11.2.0.3.0,oracle.javavm.client:11.2.0.3.0,oracle.sqlplus:11.2.0.3.0,oracle.dbjava.jdbc:11.2.0.3.0,oracle.rdbms.oci:11.2.0.3.0,oracle.xdk:11.2.0.3.0,oracle.network.aso:11.2.0.3.0,oracle.assistants.oemlt:11.2.0.3.0,oracle.network.client:11.2.0.3.0,oracle.odbc:11.2.0.3.0,oracle.dbdev:11.2.0.3.0
    oracle.install.client.schedulerAgentHostName=
    oracle.install.client.schedulerAgentPortNumber=
    oracle.installer.autoupdates.option=SKIP_UPDATES
    oracle.installer.autoupdates.downloadUpdatesLoc=
    AUTOUPDATES_MYORACLESUPPORT_USERNAME=
    AUTOUPDATES_MYORACLESUPPORT_PASSWORD=
    PROXY_HOST=
    PROXY_PORT=0
    PROXY_USER=
    PROXY_PWD=
    PROXY_REALM=

  • 10.2.0.2 Database Install Hangs on AIX 5.3

    We have four new, recently-configured, AIX servers with same configuration with respect to IBM patches, kernel settings, etc. The install on our second server hangs while the other three installs successfully completed. It's not a connectivity issue with x-windows software or Putty as the OUI screen displays correctly and we enter all our install details.
    We get as far as the Summary screen, at which point we review the parameters to be used, then select "Install" and the 10g screen comes up (where you would normally see progress status) and nothing else happens. Eventually the screen washes out and nothing happens. We have downloaded new copies of the software from OTN, as well as transferred copies of the files from one of the successful servers, but with the same results.
    I have attached the contents of the install log file below and hope that someone may have a moment to review and point out something that may be causing the install issue. I am available to provide any additional information as requested.
    RDBMS Version: Oracle 10.2.0.2
    OS Version: AIX 5.3
    I can email the full install log if needed, but it contains more than 30,000 words and exceeds this forum's max length.
    ========================================================================
    INFO: Using paramFile: /u01/install/oracle/ora10gr2/Disk1/install/oraparam.ini
    INFO:
    INFO:
    INFO: No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
    INFO:
    INFO: The commandline for unzip:
    INFO: /u01/install/oracle/ora10gr2/Disk1/install/unzip -qqq ../stage/Components/oracle.swd.jre/1.4.2.0.0/1/DataFiles/\*.jar -d /tmp/OraInstall2010-04-24_01-11-51PM
    INFO: The commandline for unzip:
    INFO: /u01/install/oracle/ora10gr2/Disk1/install/unzip -qqq ../stage/Components/oracle.swd.oui/10.2.0.1.0/1/DataFiles/\*.jar -d /tmp/OraInstall2010-04-24_01-11-51PM
    INFO: The commandline for unzip:
    INFO: /u01/install/oracle/ora10gr2/Disk1/install/unzip -qqq ../stage/Components/oracle.swd.oui.core/10.2.0.1.0/1/DataFiles/\*.jar -d /tmp/OraInstall2010-04-24_01-11-51PM
    INFO:
    INFO: The number of files bootstrapped for the jre is 221.
    INFO:
    INFO: The number of files bootstrapped for the oui is 96.
    INFO: Execvp of the child jre : the cmdline is /tmp/OraInstall2010-04-24_01-11-51PM/jre/1.4.2/bin/java, and the argv is
    INFO: /tmp/OraInstall2010-04-24_01-11-51PM/jre/1.4.2/bin/java
    INFO: -Doracle.installer.library_loc=/tmp/OraInstall2010-04-24_01-11-51PM/oui/lib/aix
    INFO: -Doracle.installer.oui_loc=/tmp/OraInstall2010-04-24_01-11-51PM/oui
    INFO: -Doracle.installer.bootstrap=TRUE
    INFO: -Doracle.installer.startup_location=/u01/install/oracle/ora10gr2/Disk1/install
    INFO: -Doracle.installer.jre_loc=/tmp/OraInstall2010-04-24_01-11-51PM/jre/1.4.2
    INFO: -Doracle.installer.nlsEnabled="TRUE"
    INFO: -Doracle.installer.prereqConfigLoc=
    INFO: -Doracle.installer.unixVersion=3
    INFO: -mx200m
    INFO: -ms150m
    INFO: -cp
    INFO: /tmp/OraInstall2010-04-24_01-11-51PM:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/OraInstaller.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/oneclick.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/xmlparserv2.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/srvm.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/share.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/OraInstallerNet.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/xml.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/orai18n-collation.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/orai18n-mapping.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/emCfg.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ojmisc.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstImages.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_de.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_es.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_fr.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_it.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_ja.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_ko.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_pt_BR.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_zh_CN.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_zh_TW.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/oracle_ice.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/help4.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/help4-nls.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ewt3.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ewt3-swingaccess.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ewt3-nls.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/swingaccess.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/classes12.jar::/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/OraPrereq.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/jewt4.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/jewt4-nls.jar
    INFO: oracle.sysman.oio.oioc.OiocOneClickInstaller
    INFO: /tmp/OraInstall2010-04-24_01-11-51PM/jre/1.4.2/bin/java
    INFO: -Doracle.installer.library_loc=/tmp/OraInstall2010-04-24_01-11-51PM/oui/lib/aix
    INFO: -Doracle.installer.oui_loc=/tmp/OraInstall2010-04-24_01-11-51PM/oui
    INFO: -Doracle.installer.bootstrap=TRUE
    INFO: -Doracle.installer.startup_location=/u01/install/oracle/ora10gr2/Disk1/install
    INFO: -Doracle.installer.jre_loc=/tmp/OraInstall2010-04-24_01-11-51PM/jre/1.4.2
    INFO: -Doracle.installer.nlsEnabled="TRUE"
    INFO: -Doracle.installer.prereqConfigLoc=
    INFO: -Doracle.installer.unixVersion=3
    INFO: -mx200m
    INFO: -ms150m
    INFO: -cp
    INFO: /tmp/OraInstall2010-04-24_01-11-51PM:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/OraInstaller.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/oneclick.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/xmlparserv2.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/srvm.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/share.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/OraInstallerNet.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/xml.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/orai18n-collation.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/orai18n-mapping.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/emCfg.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ojmisc.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstImages.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_de.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_es.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_fr.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_it.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_ja.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_ko.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_pt_BR.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_zh_CN.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_zh_TW.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/oracle_ice.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/help4.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/help4-nls.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ewt3.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ewt3-swingaccess.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ewt3-nls.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/swingaccess.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/classes12.jar::/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/OraPrereq.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/jewt4.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/jewt4-nls.jar
    INFO: oracle.sysman.oii.oiic.OiicInstaller
    INFO: UnixGroups="{oinstall,staff,dba,pensions,}"
    INFO: -scratchPath
    INFO: /tmp/OraInstall2010-04-24_01-11-51PM
    INFO: -sourceLoc
    INFO: /u01/install/oracle/ora10gr2/Disk1/install/../stage/products.xml
    INFO: -sourceType
    INFO: network
    INFO: -timestamp
    INFO: 2010-04-24_01-11-51PM
    INFO: -oneclick
    INFO: Environment Variables:
    INFO:      ORACLE_HOME = /u01/app/oracle/product/10.2.0
    INFO:      PATH = /u01/install/oracle/ora10gr2/Disk1/install:/usr/bin:/usr/ccs/bin:/u01/app/oracle/product/9.2.0/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/oracle/bin:/usr/bin/X11:/sbin:.
    INFO:      CLASSPATH =
    INFO: Username:oracle
    INFO: Oracle Universal Installer version is 10.2.0.1.0
    INFO: Setting variable 'PREREQ_CONFIG_LOCATION' to ''. Received the value from variable association.
    INFO: Reader/Writer 'oracle.sysman.oii.oiic.OiicGlobalContextXMLReaderWriter' was created.
    INFO:
    *** Welcome Page***
    INFO: Initializing install inventory
    INFO: Setting up install inventory
    INFO:
    *** Specify Source Location Page***
    INFO: Initializing OUI Shiphome access setup
    INFO: DefaultifyLangiages : Value of oracle.installer.defaultifyLanguages : false
    INFO: fetch the file: /u01/install/oracle/ora10gr2/Disk1/stage/shiphomeinfo.properties
    INFO: Performing operation for OUI Shiphome access setup
    INFO:
    *** Select a Product to Install Page***
    INFO: Setting the 'TopLevelComp ( ToplevelComp )' property to 'oracle.server, 10.2.0.1.0, >0.0.0.0.0, [ 610 ][OH:2]'. Received the value from the default settings.
    INFO:
    *** Select Installation Type Page***
    INFO: Setting the 'InstallType ( DEP_MODE )' property to 'EE'. Received the value from the UI page.
    INFO: Setting the 'TopLevelInstallType ( TLDepModes )' property to 'EE,'. Received the value from the UI page.
    INFO: The selected install type is "Enterprise Edition".
    INFO:
    *** Specify Home Details Page***
    INFO: Setting the 'OracleHome ( ORACLE_HOME )' property to '/u01/app/oracle/product/10.2.0'. Received the value from the UI page.
    INFO: Setting the 'OracleHomeName ( ORACLE_HOME_NAME )' property to 'ora1020'. Received the value from the UI page.
    INFO: Initializing OUI Oracle Home access setup
    INFO: Setting variable 'ORACLE_HOME' to '/u01/app/oracle/product/10.2.0'. Received the value from the UI page.
    INFO: Loading shiphomepropertiesfrom /tmp/OraInstall2010-04-24_01-11-51PM/shiphomeproperties.xml
    INFO: DefaultifyLangiages : Value of oracle.installer.defaultifyLanguages : false
    INFO: Setting the PROD_HOME variable of 'oracle.server_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.server Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.assistants.acf_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.assistants.acf Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.assistants.server_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.buildtools.common_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_buildtools_common'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.buildtools.rsf_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_buildtools_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.common_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.dbjava.common'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.jdbc_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_dbjava_jdbc'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.jdbc12_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.dbjava.jdbc12'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.jdbc14_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.dbjava.jdbc14'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.rsf_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.dbjava.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.emdw.emcp_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.emdw.emcp Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.emdw.rsf_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.emdw.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.admin_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.mgw.common_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/mgw'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.network_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.network Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.network.cman_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.network.cman Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.network.listener_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.network.listener Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.ntrdbms.perfmon_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ntrdbms.perfmon Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.oem.oemlt_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oemlt'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.options_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.options Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.oraolap.api_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.oraolap.api'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.oraolap.dbscripts_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ordim.annotator_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ordim.client_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.interMedia.imclient'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ordim.rdbms_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ovm_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ovm Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.precomp_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.precomp Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.precomp.common_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.precomp.common Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.precomp.rsf_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_rsf_precomp_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.dbscripts_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_rdbms_dbscripts'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.dm_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.dmse_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.rdbms.dmse Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.lbac_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.locator_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.olap_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.partitioning_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.rdbms.partitioning Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.rman_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.rdbms.rman'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rsf_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.rsf Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.sdo_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_cartridges_spatial'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.slax.rsf_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.slax.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sqlj.sqljruntime_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_java_sqlj_sqljruntime'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sqlplus.rsf_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.sqlplus.rsf Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.agent.db_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/sysman'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.bsln_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_sysman_bsln'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.console.db_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_sysman_console_db'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.console.emcp_10.2.0.1.0' to ''. Received the value from the variable calculation.
    ================================
    =================================================
    ============================================================================
    ADDITIONAL INSTALLATION LOG DETAILS OMITTED FOR SPACE REASONS - FILE CAN BE EMAILED AT USER'S REQUEST
    ============================================================================
    =================================================
    ================================
    Summary
    Global Settings
    Source: /u01/install/oracle/ora10gr2/Disk1/stage/products.xml
    Oracle Home: /u01/app/oracle/product/10.2.0 (ora1020)
    Installation Type: Enterprise Edition
    Product Languages
    English
    Space Requirements
    /u01/ Required 3.46GB : Available 11.35GB
    /tmp/ Required 210MB (only as temporary space) : Available 372MB
    New Installations (107 products)
    Oracle Database 10g 10.2.0.1.0
    Enterprise Edition Options 10.2.0.1.0
    Oracle Partitioning 10.2.0.1.0
    Oracle Spatial 10.2.0.1.0
    Oracle OLAP 10.2.0.1.0
    Oracle Enterprise Manager Console DB 10.2.0.1.0
    Oracle Net Services 10.2.0.1.0
    Oracle Database 10g 10.2.0.1.0
    Oracle Net Listener 10.2.0.1.0
    HAS Files for DB 10.2.0.1.0
    Oracle Internet Directory Client 10.2.0.1.0
    Oracle Call Interface (OCI) 10.2.0.1.0
    Oracle Programmer 10.2.0.1.0
    Oracle interMedia 10.2.0.1.0
    Enterprise Manager Agent Core 10.2.0.1.0
    Oracle JVM 10.2.0.1.0
    Database Configuration and Upgrade Assistants 10.2.0.1.0
    Oracle interMedia Locator 10.2.0.1.0
    Oracle XML Development Kit 10.2.0.1.0
    Oracle Text 10.2.0.1.0
    Oracle Database Utilities 10.2.0.1.0
    Generic Connectivity Common Files 10.2.0.1.0
    Oracle Advanced Security 10.2.0.1.0
    Enterprise Manager Repository Core 10.2.0.1.0
    PL/SQL 10.2.0.1.0
    Oracle Net 10.2.0.1.0
    Assistant Common Files 10.2.0.1.0
    Oracle Notification Service 10.1.0.3.0
    Enterprise Manager plugin Common Files 10.2.0.1.0 Beta
    Buildtools Common Files 10.2.0.1.0
    Installation Common Files 10.2.0.1.0
    Oracle LDAP administration 10.2.0.1.0
    Oracle Java Client 10.2.0.1.0
    Precompiler Common Files 10.2.0.1.0
    Oracle Recovery Manager 10.2.0.1.0
    SQL*Plus 10.2.0.1.0
    iSQL*Plus 10.2.0.1.0
    Enterprise Manager plugin Common Files 10.2.0.1.0
    HAS Common Files 10.2.0.1.0
    Oracle Clusterware RDBMS Files 10.2.0.1.0
    Oracle Wallet Manager 10.2.0.1.0
    Enterprise Manager Minimal Integration 10.2.0.1.0
    Oracle Database User Interface 2.2.13.0.0
    Secure Socket Layer 10.2.0.1.0
    Required Support Files 10.2.0.1.0
    Oracle Globalization Support 10.2.0.1.0
    Database SQL Scripts 10.2.0.1.0
    OLAP SQL Scripts 10.2.0.1.0
    PL/SQL Embedded Gateway 10.2.0.1.0
    Oracle Locale Builder 10.2.0.1.0
    Character Set Migration Utility 10.2.0.1.0
    LDAP Required Support Files 10.2.0.1.0
    Oracle Help for the Web 1.1.10.0.0
    Oracle JDBC Thin Driver for JDK 1.4 10.2.0.1.0
    Oracle JDBC Thin Driver for JDK 1.2 10.2.0.1.0
    Oracle interMedia Client Option 10.2.0.1.0
    Oracle Required Support Files 32 bit 10.2.0.0.0
    Oracle Code Editor 1.2.1.0.0I
    Perl Interpreter 5.8.3.0.1
    JDBC Common Files 10.2.0.1.0
    Oracle Help For Java 4.2.6.1.0
    Oracle Containers for Java 10.2.0.1.0
    Database Workspace Manager 10.2.0.1.0
    Oracle Core Required Support Files 10.2.0.1.0
    Platform Required Support Files 10.2.0.1.0
    Oracle interMedia Locator RDBMS Files 10.2.0.1.0
    Oracle JDBC/OCI Instant Client 10.2.0.1.0
    Oracle interMedia Annotator 10.2.0.1.0
    SQLJ Runtime 10.2.0.1.0
    Oracle interMedia Java Advanced Imaging 10.2.0.1.0
    Oracle Database 10g interMedia Files 10.2.0.1.0
    Oracle Data Mining RDBMS Files 10.2.0.1.0
    Enterprise Manager Baseline 10.2.0.1.0
    Oracle Ice Browser 5.2.3.6.0
    Oracle UIX 2.1.22.0.0
    XML Parser for Java 10.2.0.1.0
    Precompiler Required Support Files 10.2.0.1.0
    XML Parser for Oracle JVM 10.2.0.1.0
    Oracle Message Gateway Common Files 10.2.0.1.0
    Oracle Starter Database 10.2.0.1.0
    Sample Schema Data 10.2.0.1.0
    Parser Generator Required Support Files 10.2.0.1.0
    Agent Required Support Files 10.2.0.1.0
    Oracle RAC Required Support Files-HAS 10.2.0.1.0
    RDBMS Required Support Files 10.2.0.1.0
    RDBMS Required Support Files for Instant Client 10.2.0.1.0
    XDK Required Support Files 10.2.0.1.0
    Oracle OLAP API 10.2.0.1.0
    Oracle OLAP RDBMS Files 10.2.0.1.0
    DBJAVA Required Support Files 10.2.0.1.0
    SQL*Plus Required Support Files 10.2.0.1.0
    Oracle JFC Extended Windowing Toolkit 4.2.33.0.0
    Oracle Extended Windowing Toolkit 3.4.38.0.0
    Oracle Display Fonts 9.0.2.0.0
    Bali Share 1.1.18.0.0
    Enterprise Manager Common Files 10.2.0.1.0
    Enterprise Manager Agent DB 10.2.0.1.0
    Oracle Net Required Support Files 10.2.0.1.0
    Enterprise Manager Repository DB 10.2.0.1.0
    SSL Required Support Files for InstantClient 10.2.0.1.0
    regexp 2.1.9.0.0
    Oracle Universal Installer 10.2.0.1.0
    Oracle One-Off Patch Installer 10.2.0.1.0
    Installer SDK Component 10.2.0.1.0
    Java Runtime Environment 1.4.2.0.0
    Sun JDK 1.4.2.0.5
    Sun JDK extensions 10.1.2.0.0
    Already Installed (1 products)
    Java Runtime Environment 1.1.8.3.0
    INFO: Method 'dispose()' Not implemented in class 'ConfigurationOptions'
    INFO: config-context initialized

    I think you have to install 10.2.0.1 and then apply a patch to go 10.2.0.2.0 --10.2.0.3.0--- etc
    and can you also let us know what file system you using NFS or GPFS ?
    regards
    Younus
    Edited by: user9351799 on 27/04/2010 22:18
    Edited by: user9351799 on 27/04/2010 22:19

  • Oracle 8.1.7 for AIX 3.5

    We are migrating to AIX 3.5 and our perl libraries require the Oracle 8.1.7 client and won't work with the newer clients.
    Is 8.1.7 for AIX available for download anywhere?

    Oracle's policy seems to be 'remove the download when the product becomes obsolete and unsupported'.
    Oracle8i has been unsupported for some time now. If you are lucky, a conversation with your Sales Rep and with Oracle Support might provide the software.
    <off>
    But I must admit confusion - why upgrade pieces and expect the non-upgraded pieces to continue working without difficulty? Your mix-and-match approach is a recipie for long-term problem resolution opportunities
    </off>

  • Problem in installing CCB on AIX .

    Hello ,
    I am trying to install CCB2.2.0 on AIX5.3. Following are the details:
    AIX - ($ oslevel -s)--> 5300-07-01-0748
    Websphere - 6.1 (Integrated Solutions Console, 6.1.0.0, Build Number: b0620.14 , Build Date: 5/16/06)
    CCB - 2.2.0
    Perl - 5.8.8
    C3P0 - 0.9.1.2
    Hibernate - 3.2.5
    Cobol-Micro focus 5.0
    After installing the Framework..we are getting the error. We are yet to install teh CCB.
    Following is the error
    $ cd /opt/spl/CCB1DEMO/bin
    $ splenviron.sh -e CCB1DEMO
    Sorry unable to load libcobjvm_ibm_150
    If libcobjvm_ibm_150 is on shared library PATH, then ensure
    'libjava' and 'java' are found on the PATH/Shared Library PATH.
    Version ................ (SPLVERSION) : V2.2.0
    Database Type ............... (SPLDB) : oracle
    ORACLE_SID ............. (ORACLE_SID) : CCB1DEMO
    NLS_LANG ................. (NLS_LANG) : AMERICAN_AMERICA.UTF8
    Environment Name ....... (SPLENVIRON) : CCB1DEMO
    Environment Code Directory (SPLEBASE) : /opt/spl/CCB1DEMO
    App Output Dir - Logs ... (SPLOUTPUT) : /opt/spl/sploutput/CCB1DEMO
    Build Directory .......... (SPLBUILD) : /opt/spl/CCB1DEMO/cobol/build
    Runtime Directory .......... (SPLRUN) : /opt/spl/CCB1DEMO/runtime
    Also please find the .profile file:
    # WebSphere Variables
    WAS_HOME=/opt/WebSphere6/AppServer; export WAS_HOME
    # Java Viariables
    JAVA_HOME=$WAS_HOME/java/jre; export JAVA_HOME
    # Oracle Variables
    ORACLE_HOME=/oracle/product/11.0.1; export ORACLE_HOME
    # RMB Variables
    C3P0_JAR_DIR=/opt/c3p0-0.9.1.2/lib; export C3P0_JAR_DIR
    COBDIR=/opt/SPLcobAS50; export COBDIR
    HIBERNATE_JAR_DIR=/opt/hibernate-3.2.5; export HIBERNATE_JAR_DIR
    # Basic Variables
    PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin/X11:/sbin:.
    PATH=$ORACLE_HOME/bin:$COBDIR/bin:$COBDIR/lib:$PATH
    PATH=$PATH:$WAS_HOME/java/jre/bin:$WAS_HOME/java/bin
    PATH=$PATH:/opt/freeware/bin
    PATH=$PATH:$WAS_HOME/bin
    export PATH
    LIBPATH=$COBDIR/bin:$COBDIR/lib:$JAVA_HOME/bin:$LIBPATH
    LIBPATH=$ORACLE_HOME/bin:$ORACLE_HOME/lib:$JAVA_HOME/bin:$LIBPATH
    export LIBPATH
    # PERL Variables
    PATH=/opt/ActivePerl-5.8/bin:/opt/ActivePerl-5.8/lib:$PATH
    PERLLIB=/opt/ActivePerl-5.8/lib
    PERL5LIB=/opt/ActivePerl-5.8/lib
    export PERL5LIB PERLLIB
    # VI Settings
    EXINIT="set ai tabstop=4 shiftwidth=4"
    export EXINIT
    # Shell Settings
    # Use VI editor commands for shell
    VISUAL=vi;export VISUAL
    # Don't overwrite files when redirecting output
    set +o noclobber
    # No timeout at the secondary shell prompt
    TMOUT=0; export TMOUT
    # Unique history for everyone
    HISTFILE=$HOME/.sh_history$$
    # Cissys Variables - for local scripts and programs
    PATH=/home/cissys/bin:$PATH
    # Announce if there is mail
    if [ -s "$MAIL" ] # This is at Shell startup. In normal
    then echo "$MAILMSG" # operation, the Shell checks
    fi # periodically.
    Thanks and Regards
    Amit

    There is another post on
    Installation of CC&B 2.3
    with the same issue on version 2.3
    You may want to follow it there.

  • OAS 10.1.3 PatchSet 3 on IBM AIX 5.3 installs a 2 year old IBM JDK - why ?

    We're running OAS 10.1.3.0.0 on IBM AIX 5.3 and due to some crashing issues OSS recommended to upgrade to PatchSet 3 (so 10.1.3.3.0).
    We originally were running OAS with IBM's SR4 of the IBM JDK.
    Now after the upgrade to Patchset 3 (on a test machine), the ORACLE_HOME/jdk version seems to be the first release of the v5 jdk from 2005. It's SR nothing ... J2RE 1.5.0 IBM AIX build jclap32dev-20051102 java
    It's 2 years old for heavans sake !!!! Not even DST patched.
    What am I missing? OAS 10.1.3.3.0 is pretty much THEE most latest version of OAS Oracle has, yet it comes with a 2 year old JDK. Why? This doesn't sound right, why would a company of Oracle stature do this?
    Are others experiencing this also? Why doesn't Oracle bundle a more updated JDK with OAS?

    It's not a symlink.
    Oracle has a script (jdkfix.sh) and a procedure for upgrading the jdk inside OH/jdk. We went thru this on all our OAS 10.1.2.0.2 enviro's and 10.1.3.0.0.
    One metalink note that talks about this is Doc. 272808.1.
    Basically, you install the AIX jdk in the IBM /usr directory and then run jdkfix.sh which essentially copies the jdk over to ORACLE_HOME/jdk.
    There don't seem to be any Oracle supplied patches for any OAS that upgrades the jdk. Which is a bit wonky.
    Here's the ls -l from our prod OAS 10.1.3.0.0 install:
    drwx------   6 oracle   oinstall        256 Nov 29 2006  Apache
    drwx------   5 oracle   oinstall        256 Nov 29 2006  BC4J
    drwx------   5 oracle   oinstall       4096 Mar 04 2007  OPatch
    drwx------   5 oracle   oinstall        256 Nov 29 2006  ant
    drwx------   3 oracle   oinstall        256 Nov 29 2006  assistants
    drwx------   6 oracle   oinstall       4096 Nov 29 2006  backup_restore
    drwx------   2 oracle   oinstall       4096 Nov 29 2006  bin
    drwx------   2 oracle   oinstall        256 Nov 29 2006  cfgtoollogs
    drwx------   5 oracle   oinstall        256 Nov 29 2006  chgip
    drwx------   2 oracle   oinstall        256 Nov 29 2006  config
    drwx------   8 oracle   oinstall        256 Nov 29 2006  datadirect
    drwx------   4 oracle   oinstall        256 Nov 29 2006  diagnostics
    drwx------   7 oracle   oinstall       4096 Nov 29 2006  dsa
    drwx------   3 oracle   oinstall        256 Nov 29 2006  emdw
    drwx------   3 oracle   oinstall        256 Nov 29 2006  encryption
    drwx------   4 oracle   oinstall        256 Nov 29 2006  has
    drwx------   3 oracle   oinstall        256 Nov 29 2006  hs
    drwx------   5 oracle   oinstall        256 Nov 29 2006  iaspt
    drwxr-xr-x   2 oracle   oinstall        256 Dec 20 2006  ibmFix
    drwx------   3 oracle   oinstall        256 Nov 29 2006  install
    -rw-------   1 oracle   oinstall         38 Nov 29 2006  install.platform
    drwx------  13 oracle   oinstall       4096 Mar 04 2007  inventory
    drwx------   5 oracle   oinstall        256 Dec 03 2006  j2ee
    drwx------   6 oracle   oinstall        256 Nov 29 2006  javacache
    drwx------   3 oracle   oinstall        256 Nov 29 2006  javavm
    drwx------   4 oracle   oinstall        256 Nov 29 2006  jdbc
    drwxr-xr-x   7 oracle   oinstall        256 Mar 14 2007  jdk
    drwxr-xr-x   7 oracle   system          256 Dec 20 2006  jdk.141
    drwx---r-x   8 oracle   oinstall        256 Nov 29 2006  jdk.bundled
    drwx------   2 oracle   oinstall       4096 Nov 29 2006  jlib
    drwx------   3 oracle   oinstall        256 Nov 29 2006  jre
    drwx------   8 oracle   oinstall        256 Nov 29 2006  ldap
    drwx------   2 oracle   oinstall      12288 Nov 29 2006  lib
    drwx------   2 oracle   oinstall      12288 Nov 29 2006  lib32
    drwx------   3 oracle   oinstall        256 Nov 29 2006  mds
    drwx------  12 oracle   oinstall       4096 Nov 29 2006  network
    drwx------   5 oracle   oinstall        256 Nov 29 2006  nls
    drwxr-xr-x  10 oracle   oinstall       4096 Jan 28 2007  opmn
    drwx------   4 oracle   oinstall        256 Nov 29 2006  opsm
    -rw-r--r--   1 oracle   oinstall         55 Nov 28 2006  oraInst.loc
    drwx------   4 oracle   oinstall        256 Nov 29 2006  oracore
    drwx------   4 oracle   oinstall        256 Nov 29 2006  ord
    drwx------   6 oracle   oinstall        256 Nov 29 2006  oui
    drwx------   4 oracle   oinstall        256 Nov 29 2006  owm
    -rw-r-----   1 oracle   oinstall     312588 Mar 04 2007  p2617419_10102_GENERIC_OPATCH.zip
    drwx------   6 oracle   oinstall        256 Nov 29 2006  perl
    drwx------   5 oracle   oinstall        256 Nov 29 2006  plsql
    drwx------   6 oracle   oinstall        256 Nov 29 2006  precomp
    drwx------  10 oracle   oinstall        256 Nov 29 2006  rdbms
    drwx------   3 oracle   oinstall        256 Nov 29 2006  relnotes
    -rwx------   1 oracle   oinstall       5532 Nov 29 2006  root.sh
    drwx------   4 oracle   oinstall        256 Nov 29 2006  rules
    drwx------   3 oracle   oinstall        256 Nov 29 2006  slax
    drwx------   3 oracle   oinstall        256 Nov 29 2006  sqlj
    drwx------   7 oracle   oinstall        256 Nov 29 2006  sqlplus
    drwx------   5 oracle   oinstall        256 Nov 29 2006  srvm
    drwx------   4 oracle   oinstall        256 Nov 29 2006  sysman
    drwx------   3 oracle   oinstall        256 Nov 29 2006  tg4sybs
    drwx------   4 oracle   oinstall        256 Nov 29 2006  toplink
    drwx------   4 oracle   oinstall        256 Nov 29 2006  uix
    drwx------   3 oracle   oinstall        256 Nov 29 2006  webservices
    drwx------   4 oracle   oinstall        256 Nov 29 2006  xdk
    drwx------   4 oracle   oinstall        256 Nov 29 2006  xdsOn our test OAS 10.1.3.3.0 machine :
    drwx------   6 oracle   oinstall        256 Oct 04 10:04 Apache
    drwx------   5 oracle   oinstall        256 Oct 04 10:03 BC4J
    drwx------   5 oracle   oinstall        256 Feb 07 15:37 OPatch
    drwx------   5 oracle   oinstall        256 Oct 04 10:03 ant
    drwx------   3 oracle   oinstall        256 Oct 04 10:03 assistants
    drwx------   6 oracle   oinstall       4096 Oct 04 10:01 backup_restore
    drwx------   2 oracle   oinstall       4096 Feb 07 15:43 bin
    drwx------   2 oracle   oinstall        256 Feb 07 15:45 cfgtoollogs
    drwx------   5 oracle   oinstall        256 Oct 04 10:01 chgip
    drwx------   6 oracle   oinstall        256 Feb 07 15:37 clone
    drwx------   2 oracle   oinstall       4096 Feb 07 15:43 config
    drwx------   8 oracle   oinstall        256 Oct 04 09:59 datadirect
    drwx------   2 oracle   oinstall        256 Feb 07 15:39 deconfig
    drwx------   5 oracle   oinstall        256 Feb 07 15:38 diagnostics
    drwx------   7 oracle   oinstall       4096 Feb 07 15:38 dsa
    drwx------   3 oracle   oinstall        256 Oct 04 10:01 emdw
    drwx------   3 oracle   oinstall        256 Oct 04 10:00 encryption
    drwx------   4 oracle   oinstall        256 Oct 04 10:01 has
    drwx------   3 oracle   oinstall        256 Oct 04 10:00 hs
    drwx------   5 oracle   oinstall        256 Oct 04 10:03 iaspt
    drwx------   3 oracle   oinstall       4096 Feb 07 15:43 install
    -rw-------   1 oracle   oinstall         38 Oct 04 09:58 install.platform
    drwx------  14 oracle   oinstall       4096 Feb 07 15:46 inventory
    drwx------   5 oracle   oinstall        256 Oct 10 17:11 j2ee
    drwx------   6 oracle   oinstall        256 Oct 04 10:02 javacache
    drwx------   3 oracle   oinstall        256 Oct 04 10:00 javavm
    drwx------   4 oracle   oinstall        256 Oct 04 10:03 jdbc
    drwx---r-x   8 oracle   oinstall        256 Oct 04 09:59 jdk
    drwx------   2 oracle   oinstall       4096 Feb 07 15:39 jlib
    drwx------   3 oracle   oinstall        256 Oct 04 09:59 jre
    drwx------   8 oracle   oinstall        256 Oct 04 10:02 ldap
    drwx------   2 oracle   oinstall       8192 Feb 07 15:46 lib
    drwx------   2 oracle   oinstall       8192 Feb 07 15:46 lib32
    drwx------   3 oracle   oinstall        256 Oct 04 10:03 mds
    drwx------  12 oracle   oinstall       4096 Oct 04 10:07 network
    drwx------   5 oracle   oinstall        256 Oct 04 10:02 nls
    drwx------   3 oracle   oinstall        256 Feb 07 15:43 opatches
    drwx------   7 oracle   oinstall        256 Oct 04 10:02 opmn
    drwx------   4 oracle   oinstall        256 Oct 04 10:00 opsm
    -rw-------   1 oracle   oinstall         68 Jan 12 2007  oraInst.loc
    drwx------   4 oracle   oinstall        256 Oct 04 10:02 oracore
    drwx------   4 oracle   oinstall        256 Oct 04 10:01 ord
    drwx------   6 oracle   oinstall       4096 Feb 07 15:43 oui
    drwx------   4 oracle   oinstall        256 Oct 04 10:03 owm
    drwx------   6 oracle   oinstall        256 Oct 04 10:02 perl
    drwx------   5 oracle   oinstall        256 Oct 04 10:01 plsql
    drwx------   6 oracle   oinstall        256 Oct 04 10:01 precomp
    drwx------  10 oracle   oinstall        256 Oct 04 10:03 rdbms
    drwx------   3 oracle   oinstall        256 Oct 04 10:03 relnotes
    -rwx------   1 oracle   oinstall        607 Feb 07 15:43 root.sh
    -rwx------   1 oracle   oinstall       5510 Oct 04 10:09 root.sh.old
    drwx------   5 oracle   oinstall        256 Feb 07 15:38 rules
    drwx------   3 oracle   oinstall        256 Oct 04 10:01 slax
    drwx------   3 oracle   oinstall        256 Oct 04 10:03 sqlj
    drwx------   7 oracle   oinstall        256 Oct 04 10:03 sqlplus
    drwx------   5 oracle   oinstall        256 Oct 04 10:02 srvm
    drwx------   4 oracle   oinstall        256 Oct 04 10:02 sysman
    drwx------   3 oracle   oinstall        256 Oct 04 10:00 tg4sybs
    drwx------   4 oracle   oinstall        256 Oct 04 10:02 toplink
    drwx------   4 oracle   oinstall        256 Oct 04 10:02 uix
    drwx------   3 oracle   oinstall        256 Oct 04 10:03 webservices
    drwx------   5 oracle   oinstall        256 Feb 07 15:37 xdk
    drwx------   4 oracle   oinstall        256 Oct 04 09:59 xds
    drwx------   4 oracle   oinstall        256 Feb 07 15:38 xqs

  • Config between Apache 1.3.20 on Linux 7.1 and WLS 5.1 on AIX?

    Hi Gurus,
    Help me !!!!!!!
    Step I did to config:
    1) installed apache 1.3.20 new version on linux 7.1 apache runs fine
    with out plugin
    2)Copied mod_wl.so from /weblogic/lib/aix which is running on AIX box
    3) perl /usr/local/apache/bin/apxs -i -a -n weblogic
    /home/java/mod_wl.so
    copied mod_wl.so file to /apache/libexec
    4) [root@dns libexec]# /usr/local/apache/bin/apachectl start
    Syntax error on line 236 of /usr/local/apache/conf/httpd.conf:
    Cannot load /usr/local/apache/libexec/mod_wl.so into server: invalid ELF
    header
    /usr/local/apache/bin/apachectl start: httpd could not be started
    Could'nt start apache server...
    checked the mod_wl.so file under /apache/libexec the user and group
    permission says root ...... is that permission problem? or how do I
    change group or permission to everyone?
    I'm going through the weblogic document..
    Can some body help me or send me a instruction t osetup?
    Thanks in advance
    raj

    Hello,
    You need to install the Linux Apache Plugin. The one you took is only if
    you have installed Apache on AIX.
    Regards,
    Eric
    "rajdn" <[email protected]> wrote in message
    news:[email protected]..
    Hi Gurus,
    Help me !!!!!!!
    Step I did to config:
    1) installed apache 1.3.20 new version on linux 7.1 apache runs fine
    with out plugin
    2)Copied mod_wl.so from /weblogic/lib/aix which is running on AIX box
    3) perl /usr/local/apache/bin/apxs -i -a -n weblogic
    /home/java/mod_wl.so
    copied mod_wl.so file to /apache/libexec
    4) [root@dns libexec]# /usr/local/apache/bin/apachectl start
    Syntax error on line 236 of /usr/local/apache/conf/httpd.conf:
    Cannot load /usr/local/apache/libexec/mod_wl.so into server: invalid ELF
    header
    /usr/local/apache/bin/apachectl start: httpd could not be started
    Could'nt start apache server...
    checked the mod_wl.so file under /apache/libexec the user and group
    permission says root ...... is that permission problem? or how do I
    change group or permission to everyone?
    I'm going through the weblogic document..
    Can some body help me or send me a instruction t osetup?
    Thanks in advance
    raj

  • Error using dbd 1.27 in ibm aix platform

    $ make test
    cp Oracle.pm blib/lib/DBD/Oracle.pm
    cp oraperl.ph blib/lib/oraperl.ph
    cp dbdimp.h blib/arch/auto/DBD/Oracle/dbdimp.h
    cp ocitrace.h blib/arch/auto/DBD/Oracle/ocitrace.h
    cp Oraperl.pm blib/lib/Oraperl.pm
    cp Oracle.h blib/arch/auto/DBD/Oracle/Oracle.h
    cp lib/DBD/Oracle/Object.pm blib/lib/DBD/Oracle/Object.pm
    cp mk.pm blib/arch/auto/DBD/Oracle/mk.pm
    cp lib/DBD/Oracle/GetInfo.pm blib/lib/DBD/Oracle/GetInfo.pm
    /usr/bin/perl -e 'use ExtUtils::Mksymlists; Mksymlists("NAME" => "DBD::Oracle", "DL_FUNCS" => {  }, "FUNCLIST" => [], "DL_VARS" => []);'
    /usr/bin/perl -p -e "s/~DRIVER~/Oracle/g" /usr/opt/perl5/lib/site_perl/5.8.2/aix-thread-multi/auto/DBI/Driver.xst > Oracle.xsi
    /usr/bin/perl /usr/opt/perl5/lib/5.8.2/ExtUtils/xsubpp -typemap /usr/opt/perl5/lib/5.8.2/ExtUtils/typemap -typemap typemap Oracle.xs > Oracle.xsc && mv Oracle.xsc Oracle.c
    cc_r -c -I/oracle/product/10.2.0/db_1/rdbms/public -I/oracle/product/10.2.0/db_1/rdbms/demo -I/oracle/product/10.2.0/db_1/rdbms/public -I/oracle/product/10.2.0/db_1/plsql/public -I/oracle/product/10.2.0/db_1/network/public -I/usr/opt/perl5/lib/site_perl/5.8.2/aix-thread-multi/auto/DBI -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT -q32 -D_LARGE_FILES -qlonglong -O -DVERSION=\"1.27\" -DXS_VERSION=\"1.27\" "-I/usr/opt/perl5/lib/5.8.2/aix-thread-multi/CORE" -DUTF8_SUPPORT -DORA_OCI_VERSION=\"10.2.0.4\" -DORA_OCI_102 Oracle.c
    cc_r -c -I/oracle/product/10.2.0/db_1/rdbms/public -I/oracle/product/10.2.0/db_1/rdbms/demo -I/oracle/product/10.2.0/db_1/rdbms/public -I/oracle/product/10.2.0/db_1/plsql/public -I/oracle/product/10.2.0/db_1/network/public -I/usr/opt/perl5/lib/site_perl/5.8.2/aix-thread-multi/auto/DBI -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT -q32 -D_LARGE_FILES -qlonglong -O -DVERSION=\"1.27\" -DXS_VERSION=\"1.27\" "-I/usr/opt/perl5/lib/5.8.2/aix-thread-multi/CORE" -DUTF8_SUPPORT -DORA_OCI_VERSION=\"10.2.0.4\" -DORA_OCI_102 dbdimp.c
    1500-030: (I) INFORMATION: ora_st_execute_array: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 16384.
    cc_r -c -I/oracle/product/10.2.0/db_1/rdbms/public -I/oracle/product/10.2.0/db_1/rdbms/demo -I/oracle/product/10.2.0/db_1/rdbms/public -I/oracle/product/10.2.0/db_1/plsql/public -I/oracle/product/10.2.0/db_1/network/public -I/usr/opt/perl5/lib/site_perl/5.8.2/aix-thread-multi/auto/DBI -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT -q32 -D_LARGE_FILES -qlonglong -O -DVERSION=\"1.27\" -DXS_VERSION=\"1.27\" "-I/usr/opt/perl5/lib/5.8.2/aix-thread-multi/CORE" -DUTF8_SUPPORT -DORA_OCI_VERSION=\"10.2.0.4\" -DORA_OCI_102 oci8.c
    1500-030: (I) INFORMATION: init_lob_refetch: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 16384.
    Running Mkbootstrap for DBD::Oracle ()
    chmod 644 Oracle.bs
    rm -f blib/arch/auto/DBD/Oracle/Oracle.so
    LD_RUN_PATH="/oracle/product/10.2.0/db_1/lib32:/oracle/product/10.2.0/db_1/rdbms/lib32" ld -bhalt:4 -bM:SRE -bI:/usr/opt/perl5/lib/5.8.2/aix-thread-multi/CORE/perl.exp -bE:Oracle.exp -bnoentry -lpthreads -lc_r Oracle.o dbdimp.o oci8.o -q32 -L/oracle/product/10.2.0/db_1/lib32/ -L/oracle/product/10.2.0/db_1/rdbms//lib32/ -lclntsh -lld -lm `cat /oracle/product/10.2.0/db_1/lib32/sysliblist` -lm -lpthreads -o blib/arch/auto/DBD/Oracle/Oracle.so
    ld: 0706-012 The -q flag is not recognized.
    ld: 0706-012 The -3 flag is not recognized.
    ld: 0706-012 The -2 flag is not recognized.
    make: 1254-004 The error code from the last command is 255.
    Stop.
    wat must be done to run the make test successfully?

    ld: 0706-012 The -q flag is not recognized.
    ld: 0706-012 The -3 flag is not recognized.
    ld: 0706-012 The -2 flag is not recognized.
    make: 1254-004 The error code from the last command is 255.
    As soon as I saw this error in your post I froze. I had experienced this same problem earlier this year. Hopefully your already past this (I see your post is from 3/18/11). However just in case you didn't and for anyone else who got this annoying message - here is how I addressed it.
    You have to remove all occurances of '-q32' from the Makefile and then re-run it.
    You can do this with 'vi Makefile' or use sed (sed is easier)
    Using sed:
    mv Makefile Makefile.1st ; sed 's/-q32//' Makefile.1st > Makefile
    Now you can re-run 'make test'
    HTH,
    -Manny D.

  • Cloning EBS 11i AIX 5L

    Hi Friends,
    I am cloning EBS 11i AIX 5L on the same server.
    Currently we have EBS 11i PROD on the server, @user oracle.
    I want to clone it to EBS 11i TEST on the same server, @user oracle2.
    Things I did:
    1. run autoconfig
    2. run preclone programs
    3. copy appl and db file to new location for user oracle2.
    4. run cloning at user oracle2.
    But I got the following error:
    $ perl adcfgclone.pl dbTier
    Enter the APPS password [APPS]:
    apps
    ERROR : Unable to set CLASSPATH
    /u10/app/oracle/kprddb/9.2.0/appsutil/clone/bin/../jlib/classes111.zip: is missing
    First Creating a new context file for the cloned system.
    The program is going to ask you for information about the new system:
    sh: 946274 Illegal instruction(coredump)
    ERROR: context creation not completed successfully.
    Please check /tmp/adcfgclone.err file for errors
    =========
    adcfgclone.err
    =========
    stackpointer=2ff20660
    JVMXM004: JVM is performing abort shutdown sequence
    JVMDG217: Dump Handler is Processing a Signal - Please Wait.
    JVMDG303: JVM Requesting Java core file
    JVMDG304: Java core file written to /u10/app/oracle/kprddb/9.2.0/appsutil/clone/
    bin/javacore946274.1227240407.txt
    JVMDG215: Dump Handler has Processed Exception Signal 4.
    ==== end ====
    Can you help me please....
    Thanks a lot

    Hi All,
    I got some details of the required error logs and error check procedures to be done.
    a. The cloning notes I used is >Cloning Oracle Applications Release 11i with Rapid Clone
    Doc ID: Note:230672.1
    b. From the source :
    Select bug_number from ad_bugs where bug_number in ('3453499','5414396','6372396','3571388','5478710','
    5035661','6502082','2237858','6718351','3453499','4445697','4617175','6372396');
    BUG_NUMBER
    3453499
    c. 3 Results of adident (on source):
    adident Header $JAVA_TOP/oracle/apps/ad/clone/ApplyDatabase.class
    adident Header put your RDBMS
    ORACLE_HOME/appsutil/java/oracle/apps/ad/clone/ApplyDatabase.class
    $ adident Header $JAVA_TOP/oracle/apps/ad/clone/ApplyDatabase.class
    /u04/app/oa/kprdcomn/java/oracle/apps/ad/clone/ApplyDatabase.class:
    $Header ApplyDatabase.java 115.93 2005/07/22 22:42:46 hfux ship $
    $Header ApplyDatabase.java 115.93 2005/07/22 22:42:46 hfux ship $
    $ adident Header $ORACLE_HOME/appsutil/java/oracle/apps/ad/clone/ApplyDatabase.class
    /u03/app/oracle/kprddb/9.2.0/appsutil/java/oracle/apps/ad/clone/ApplyDatabase.class:
    $Header ApplyDatabase.java 115.93 2005/07/22 22:42:46 hfux ship $
    $Header ApplyDatabase.java 115.93 2005/07/22 22:42:46 hfux ship $
    4. Check that you correctlly updated /etc/hosts in your target system.
    Upload it for review.
    /etc/hosts is the same because we are cloning on the same server PROD and TEST
    5. Check the following logs:
    From source:
    available >appsTier:
    $APPL_TOP\admin\SID_hostname\log:
    StageAppsTier_XXXXXXXX.log
    dbTier:
    DB $ORACLE_HOME\appsutil\log\SID_hostname\StageDBTier_XXXXXXXX.log
    From target:
    ***** The following files are not generated since error occured *****
    =============
    appsTier :
    $APPL_TOP\admin\SID_hostname\log\ApplyAppsTier_XXXXXXXX.log
    \tmp\CloneContext_XXXXXXXX.log
    8.0.6 $ORACLE_HOME\install\make_XXXXXXXX.log
    iAS $ORACLE_HOME\install\make.log
    dbTier:
    DB $ORACLE_HOME\appsutil\log\SID_hostname:
    adcrdb_SID.txt
    addbupdgsm.txt
    addlnctl.txt
    afadmprf.txt
    ApplyDBTier_XXXXXXXX.log
    oraInventory:
    apps2005-XX-XX_HH-MM-SS-AM/PM.log
    OracleHomeCloner_XXXXXXXX.log
    Thanks

  • Trying to make Essbase on AIX

    I am following the instructions on README and when I invoke make -f Essbase.mak test
    I get the following - any help would be appreciated if anyone has done this before
         /bin/perl /usr/opt/perl5/lib/5.8.8/ExtUtils/xsubpp -prototypes -typemap /usr/opt/perl5/lib/5.8.8/ExtUtils/typemap Essbase.xs > Essbase.xsc && mv Essbase.xsc Essbase.c
         cc_r -c -I. -I/informatica/Hyperion/AnalyticServicesClient/api/include -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=-1 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT -q32 -D_LARGE_FILES -qlonglong -O -DVERSION=\"9.3.0\" -DXS_VERSION=\"9.3.0\" "-I/usr/opt/perl5/lib/5.8.8/aix-thread-multi/CORE" -DESSPERL_UTF8 -DAD_UTF8 Essbase.c
    Running Mkbootstrap for Essbase ()
         chmod 644 Essbase.bs
         rm -f blib/arch/auto/Essbase/Essbase.so
         ld -bhalt:4 -bexpall -G -bnoentry -lpthreads -lc Essbase.o -o blib/arch/auto/Essbase/Essbase.so      -lm -ldl -lnsl -lpthread -L/informatica/Hyperion/AnalyticServicesClient/api/lib      
         chmod 755 blib/arch/auto/Essbase/Essbase.so
         cp Essbase.bs blib/arch/auto/Essbase/Essbase.bs
         chmod 644 blib/arch/auto/Essbase/Essbase.bs
         PERL_DL_NONLAZY=1 /bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
    1..7
    Can't load 'blib/arch/auto/Essbase/Essbase.so' for module Essbase: rtld: 0712-001 Symbol MaxLInit was referenced
    from module blib/arch/auto/Essbase/Essbase.so(), but a runtime definition
    of the symbol was not found.
    rtld: 0712-001 Symbol MaxlMDXOutputNextRecord was referenced
    from module blib/arch/auto/Essbase/Essbase.so(), but a runtime definition
    of the symbol was not found.
    rtld: 0712-001 Symbol MaxlMDXOutputDescribe was referenced
    from module blib/arch/auto/Essbase/Essbase.so(), but a runtime definition
    of the symbol was not found.
    rtld: 0712-001 Symbol MaxlMDXOutputSize was referenced
    from module blib/arch/auto/Essbase/Essbase.so(), but a runtime definition
    of the symbol was not found.
    rtld: 0712-001 Symbol MaxlMDXOutputColumn was referenced
    from module blib/arch/auto/Essbase/Essbase.so(), but a runtime definition
    of the symbol was not found.
    rtld: 0712-001 Symbol MaxLOutputDescribe was referenced
    from module blib/arch/auto/Essbase/Essbase.so(), but a runtime definition
    of the symbol was not found.
    rtld: 0712-001 Symbol MaxLColumnDefine was referenced
    from module blib/arch/auto/Essbase/Essbase.so(), but a runtime definition
    of the symbol was not found.
         0509-021 Additional errors occurred but are not reported. at /usr/opt/perl5/lib/5.8.8/aix-thread-multi/DynaLoader.pm line 230.
    at test.pl line 27
    Compilation failed in require at test.pl line 27.
    BEGIN failed--compilation aborted at test.pl line 27.
    not ok 1: Load Essbase extension
    make: 1254-004 The error code from the last command is 8.
    Stop.

    Hi Rahul,
    your question is quite interesting. I did a lot in the area of RBAC to understand the background.
    RBAC mainly allows you to
    - group responsibilities
    - build hierarchies
    - manage low level data access (via VPD)
    - Grant permissions (new with R12)
    Unfortunately you can't control profile options via RBAC. Therefore, the MO:Sec Profile has to stay on responsibility level. I was playing with the alternative to put this profile option on user level, but also in this case the number of maintenance steps will stay the same.
    I would like to share a document with you, what's your email (or search my name in linkedin)?
    kr
    Volker Eckardt

  • Perl/TK binaries for SOLARIS10

    Hi,
    I am trying to generate binaries using SOLARIS compiler and the latest version of Perk/Tk. It does not work. I was able to do the same on AIX 5.1 and 5.3 but I am not able to repeat it on my SOLARIS box at home.
    Is there someone that has compiled them and is ready to share them? I will cover shipping costs.
    I need them bad.
    All the best,
    MarkD:-)

    This thread is over 2 years old. The OP clearly made a typo, which should have been 'perl'.
    Paul.

Maybe you are looking for

  • How can I access the address file with all contact info and print it?

    i'd like to be able to print out address info, phone no.s, etc but not do that one contact at a time so I'm looking for a file that might have all the contact info available in one place that I can access.

  • How to create deltalinks between object in Generic Creator

    Hi Portal Version = NW 04 Stack 16 I have had an look to the How to guide for "How to automate content creation via XML" https://websmp102.sap-ag.de/~form/sapnet? SHORTKEY=00200797470000073623&OBJECT=011000358700003443012004E I am looking for an issu

  • HP TouchPad - Battery with question mark.

    HP TouchPad (16GB) WebOS/Cyanogen Mod daul boot.  When I turn on the TouchPad it boots to a screen with a white edged battery with a question mark in the middle.  When the charger is plugged in the home button or center button on the TouchPad lights

  • Looking for my Apple ID

    Looking for my Apple ID and it says it doesn't exist, but it won't let me create another account using the same ID because it says it already exists.

  • Set playback position

    Hello, I have a Player created like this Player player = Manager.createPlayer(Manager.createDataSource(new URL("http://www.sample.com/movie.mpg")));I've tried to change the playback position like this player.setMediaTime(new Time(mediaNanoSeconds));