RHEL 3 64 bits install of oracle db 10.1.0.3 (errors in linking)

HI,
I have to install oracle 10.1.0.3 on a red hat enterprise server 3ES. After checking all the prerequisites (RPM, kernel parameteres, users and groups, environments), i have tried to run the installer but i am stuck in linking.
THe error part of the logs are:
1.
/opt/app/oracle/oracle_home/bin/genclntsh
/usr/bin/ld: cannot find /usr/lib/libc_nonshared.a
collect2: ld returned 1 exit status
cp: cannot stat `/DISCARD/': No such file or directory
Created /opt/app/oracle/oracle_home/lib/libclntst10.a
Created /opt/app/oracle/oracle_home/lib32/libclntst10.a
/opt/app/oracle/oracle_home/bin/genagtsh /opt/app/oracle/oracle_home/lib/libagtsh.so 1.0
/usr/bin/ld: cannot find /usr/lib/libc_nonshared.a
collect2: ld returned 1 exit status
2.
Start output from spawned process:
make -f /opt/app/oracle/oracle_home/sysman/lib/ins_sysman.mk relink_sharedobj SHAREDOBJ=libnmemso
make[1]: Entering directory `/opt/app/oracle/oracle_home/sysman/lib'
gcc -o /opt/app/oracle/oracle_home/sysman/lib/libnmemso.so -m32 -Wl,--whole-archive -shared -L/opt/app/oracle/oracle_home/lib32/ -L/opt/app/oracle/oracle_home/lib32/stubs/ -L/opt/app/oracle/oracle_home/sysman//lib32/ -L/opt/app/oracle/oracle_home/lib/ -L/opt/app/oracle/oracle_home/lib -L/opt/app/oracle/oracle_home/sysman/lib/ -Wl,-rpath,/opt/app/oracle/oracle_home/lib32/:/opt/app/oracle/oracle_home/sysman//lib32/ /opt/app/oracle/oracle_home/sysman//lib32/libnmem.a /opt/app/oracle/oracle_home/sysman//lib32/libnmer.a /opt/app/oracle/oracle_home/sysman//lib32/libnmeu.a /opt/app/oracle/oracle_home/sysman//lib32/libnmt.a /opt/app/oracle/oracle_home/sysman//lib32/libnml.a /opt/app/oracle/oracle_home/sysman//lib32/libnmee.a /opt/app/oracle/oracle_home/sysman//lib32/libnmefmgr.a /opt/app/oracle/oracle_home/sysman//lib32/libnmevr.a /opt/app/oracle/oracle_home/sysman//lib32/libnmehu.a /opt/app/oracle/oracle_home/sysman//lib32/libnmehl.a /opt/app/oracle/oracle_home/sysman//lib32/libnmepm.a /opt/app/oracle/oracle_home/sysman//lib32/libnmedc.a /opt/app/oracle/oracle_home/sysman//lib32/libnmedt.a /opt/app/oracle/oracle_home/sysman//lib32/libnmedm.a /opt/app/oracle/oracle_home/sysman//lib32/libnmedr.a /opt/app/oracle/oracle_home/sysman//lib32/libnmeb.a /opt/app/oracle/oracle_home/sysman//lib32/libnmec.a /opt/app/oracle/oracle_home/sysman//lib32/libnmesched.a /opt/app/oracle/oracle_home/sysman//lib32/libnmectl.a /opt/app/oracle/oracle_home/sysman//lib32/libnmejc.a /opt/app/oracle/oracle_home/sysman//lib32/libnmej.a -L/opt/app/oracle/oracle_home/jdk/jre//lib/i386/client -L/opt/app/oracle/oracle_home/jdk/jre//lib/i386 -z lazyload -ljava -ljvm -lverify -z nolazyload -Wl,-rpath,/opt/app/oracle/oracle_home/lib32/:/opt/app/oracle/oracle_home/sysman//lib32/:/opt/app/oracle/oracle_home/jdk/jre//lib/i386/client:/opt/app/oracle/oracle_home/jdk/jre//lib/i386 /opt/app/oracle/oracle_home/sysman//lib32/libnmeclumgr.a /opt/app/oracle/oracle_home/sysman//lib32/libnmecluster.a /opt/app/oracle/oracle_home/sysman//lib32/libnmexml.a -Wl,--no-whole-archive -lxml10 -lcore10 -lnls10 -lunls10 -lclntsh -lnnz10 -lpthread -lnsl -lm -ldl -Wl,-rpath,/opt/app/oracle/oracle_home/lib32 `cat /opt/app/oracle/oracle_home/lib32/sysliblist` -ldl -lm
/opt/app/oracle/oracle_home/lib32//libclntsh.so: file not recognized: File truncated
collect2: ld returned 1 exit status
make[1]: *** [opt/app/oracle/oracle_home/sysman/lib/libnmemso.so] Error 1
make[1]: Leaving directory `/opt/app/oracle/oracle_home/sysman/lib'
make: *** [libnmemso] Error 2
End output from spawned process.
Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'agent emsubagent nmo nmb' of makefile '/opt/app/oracle/oracle_home/sysman/lib/ins_sysman.mk'. See '/opt/app/oracle/oraInventory/logs/installActions2006-06-30_09-17-25PM.log' for details.
Exception Severity: 1
*** Cancel Dialog: ***
User Selected: Stop installation of all products.
Error in invoking target 'agent emsubagent nmo nmb' of makefile '/opt/app/oracle/oracle_home/sysman/lib/ins_sysman.mk'. See '/opt/app/oracle/oraInventory/logs/installActions2006-06-30_09-17-25PM.log' for details.
Unable to read the list of homes from the inventory.
Can someone please advice?
Thanks.

Hi,
glibc-devel is already installed (it is in the prerequisites)
rpm -qa |grep glibc
glibc-2.3.2-95.39
glibc-profile-2.3.2-95.39
glibc-common-2.3.2-95.39
glibc-devel-2.3.2-95.39
glibc-headers-2.3.2-95.39
glibc-2.3.2-95.39
glibc-kernheaders-2.4-8.34.2
glibc-utils-2.3.2-95.39
File is located :
rpm -ql glibc-devel|grep nonsh
/usr/lib64/libc_nonshared.a
And here is the bash_profile of the oracle user:
# .bash_profile
umask 022
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
     . ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
LD_LIBRARY_PATH=/usr/lib64:/usr/lib:/opt/app/oracle/oracle_home/lib:/opt/app/oracle_home/sysman/lib:/opt/app/oracle_home/sysman/lib32
ORACLE_BASE=/opt/app/oracle
ORACLE_HOME=/opt/app/oracle/oracle_home
export PATH ORACLE_BASE ORACLE_HOME LD_LIBRARY_PATH
unset USERNAME
Message was edited by:
Sam Orleans

Similar Messages

  • RH AS3 Install of Oracle 9.2.0.4 is failing whilst linking ins_precomp.mk

    Install of Oracle 9.2.0.4 is failing whilst linking ins_precomp.mk - make.log is below.
    Please does anyone know how to solve this problem.
    Thanks in advance,
    Pentti
    Red Hat Enterprise Linux AS release 3 (Taroon Update 4)
    Kernel 2.4.21-27.0.2.ELsmp on an i686
    [oracle9@dell-6650-red-01 install]$ cat make.log
    /usr/bin/make -f ins_net_client.mk mkldflags ORACLE_HOME=/app/oracle9
    /usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/app/oracle9
    (if [ "compile" = "compile" ] ; then \
    /app/oracle9/bin/gennttab > ntcontab.c ;\
    gcc -c ntcontab.c ;\
    rm -f /app/oracle9/lib/ntcontab.o ;\
    mv ntcontab.o /app/oracle9/lib/ ;\
    /usr/bin/ar rv /app/oracle9/lib/libn9.a /app/oracle9/lib/ntcontab
    r - /app/oracle9/lib/ntcontab.o
    (if [ "compile" = "assemble" ] ; then \
    /app/oracle9/bin/gennttab > ntcontab.s ;\
    /usr/bin/as -o ntcontab.o ntcontab.s ;\
    rm -f /app/oracle9/lib/ntcontab.o ;\
    mv ntcontab.o /app/oracle9/lib/ ;\
    /usr/bin/ar rv /app/oracle9/lib/libn9.a /app/oracle9/lib/ntcontab
    (if [ "compile" = "oratmp" ] ; then \
    /app/oracle9/bin/gennttab > ntcontab.c ;\
    /lib/idcpp ntcontab.c oratmp.c ;\
    -i oratmp.c -o oratmp.s -f ntcontab.c ;\
    /usr/bin/as -o ntcontab.o oratmp.s ;\
    rm -f oratmp.c oratmp.s ;\
    rm -f /app/oracle9/lib/ntcontab.o ;\
    mv ntcontab.o /app/oracle9/lib/ ;\
    /usr/bin/ar rv /app/oracle9/lib/libn9.a /app/oracle9/lib/ntcontab
    (if [ "compile" = "binary" ] ; then \
    /app/oracle9/bin/gennttab > ntcontab.c ;\
    TARGET_BINARY_INTERFACE= ;\
    export TARGET_BINARY_INTERFACE ;\
    gcc -c ntcontab.c ;\
    -rm -f /app/oracle9/lib/ntcontab.o ;\
    -mv ntcontab.o /app/oracle9/lib/ ;\
    /usr/bin/ar rv /app/oracle9/lib/libn9.a /app/oracle9/lib/ntcontab
    /usr/bin/make -f ins_net_client.mk nnfgt.o ORACLE_HOME =/app/oracle9
    (if [ "compile" = "compile" ] ; then \
    /app/oracle9/bin/gennfgt > nnfgt.c ;\
    gcc -c nnfgt.c ;\
    rm -f /app/oracle9/lib/nnfgt.o ;\
    mv nnfgt.o /app/oracle9/lib/ ;\
    /usr/bin/ar rv /app/oracle9/lib/libn9.a /app/oracle9/lib/nnfgt.o
    r - /app/oracle9/lib/nnfgt.o
    (if [ "compile" = "assemble" ] ; then \
    /app/oracle9/bin/gennfgt > nnfgt.s ;\
    /usr/bin/as -o nnfgt.o nnfgt.s ;\
    rm -f /app/oracle9/lib/nnfgt.o ;\
    mv nnfgt.o /app/oracle9/lib/ ;\
    /usr/bin/ar rv /app/oracle9/lib/libn9.a /app/oracle9/lib/nnfgt.o
    (if [ "compile" = "oratmp" ] ; then \
    /app/oracle9/bin/gennfgt > nnfgt.c ;\
    /lib/idcpp nnfgt.c oratmp.c ;\
    -i oratmp.c -o oratmp.s -f nnfgt.c ;\
    /usr/bin/as -o nnfgt.o oratmp.s ;\
    rm -f oratmp.c oratmp.s ;\
    rm -f /app/oracle9/lib/nnfgt.o ;\
    mv nnfgt.o /app/oracle9/lib/ ;\
    /usr/bin/ar rv /app/oracle9/lib/libn9.a /app/oracle9/lib/nnfgt.o
    (if [ "compile" = "binary" ] ; then \
    /app/oracle9/bin/gennfgt > nnfgt.c ;\
    TARGET_BINARY_INTERFACE= ;\
    export TARGET_BINARY_INTERFACE ;\
    gcc -c nnfgt.c ;\
    -rm -f /app/oracle9/lib/nnfgt.o ;\
    -mv nnfgt.o /app/oracle9/lib/ ;\
    /usr/bin/ar rv /app/oracle9/lib/libn9.a /app/oracle9/lib/nnfgt.o
    /usr/bin/make -f ins_precomp.mk links ORACLE_HOME=/app/oracle9
    (cd /app/oracle9/precomp/public ; rm -f SQLCA.H)
    (cd /app/oracle9/precomp/public ; rm -f ORACA.H)
    (cd /app/oracle9/precomp/public ; rm -f SQLDA.H)
    (cd /app/oracle9/precomp/public ; rm -f SQLCA.COB)
    (cd /app/oracle9/precomp/public ; rm -f ORACA.COB)
    (cd /app/oracle9/precomp/public ; rm -f SQLCA.FOR)
    (cd /app/oracle9/precomp/public ; rm -f ORACA.FOR)
    (cd /app/oracle9/precomp/public ; rm -f BNDDSC.FOR)
    (cd /app/oracle9/precomp/public ; rm -f SELDSC.FOR)
    (cd /app/oracle9/precomp/public ; ln -s sqlca.h SQLCA.H)
    (cd /app/oracle9/precomp/public ; ln -s oraca.h ORACA.H)
    (cd /app/oracle9/precomp/public ; ln -s sqlda.h SQLDA.H)
    (cd /app/oracle9/precomp/public ; ln -s sqlca.cob SQLCA.COB)
    (cd /app/oracle9/precomp/public ; ln -s oraca.cob ORACA.COB)
    (cd /app/oracle9/precomp/public ; ln -s sqlca.for SQLCA.FOR)
    (cd /app/oracle9/precomp/public ; ln -s oraca.for ORACA.FOR)
    (cd /app/oracle9/precomp/public ; ln -s bnddsc.for BNDDSC.FOR)
    (cd /app/oracle9/precomp/public ; ln -s seldsc.for SELDSC.FOR)
    /usr/bin/make -f ins_net_client.mk nnfgt.o ORACLE_HOME =/app/oracle9
    (if [ "compile" = "compile" ] ; then \
    /app/oracle9/bin/gennfgt > nnfgt.c ;\
    gcc -c nnfgt.c ;\
    rm -f /app/oracle9/lib/nnfgt.o ;\
    mv nnfgt.o /app/oracle9/lib/ ;\
    /usr/bin/ar rv /app/oracle9/lib/libn9.a /app/oracle9/lib/nnfgt.o
    r - /app/oracle9/lib/nnfgt.o
    (if [ "compile" = "assemble" ] ; then \
    /app/oracle9/bin/gennfgt > nnfgt.s ;\
    /usr/bin/as -o nnfgt.o nnfgt.s ;\
    rm -f /app/oracle9/lib/nnfgt.o ;\
    mv nnfgt.o /app/oracle9/lib/ ;\
    /usr/bin/ar rv /app/oracle9/lib/libn9.a /app/oracle9/lib/nnfgt.o
    (if [ "compile" = "oratmp" ] ; then \
    /app/oracle9/bin/gennfgt > nnfgt.c ;\
    /lib/idcpp nnfgt.c oratmp.c ;\
    -i oratmp.c -o oratmp.s -f nnfgt.c ;\
    /usr/bin/as -o nnfgt.o oratmp.s ;\
    rm -f oratmp.c oratmp.s ;\
    rm -f /app/oracle9/lib/nnfgt.o ;\
    mv nnfgt.o /app/oracle9/lib/ ;\
    /usr/bin/ar rv /app/oracle9/lib/libn9.a /app/oracle9/lib/nnfgt.o
    (if [ "compile" = "binary" ] ; then \
    /app/oracle9/bin/gennfgt > nnfgt.c ;\
    TARGET_BINARY_INTERFACE= ;\
    export TARGET_BINARY_INTERFACE ;\
    gcc -c nnfgt.c ;\
    -rm -f /app/oracle9/lib/nnfgt.o ;\
    -mv nnfgt.o /app/oracle9/lib/ ;\
    /usr/bin/ar rv /app/oracle9/lib/libn9.a /app/oracle9/lib/nnfgt.o
    /usr/bin/make -f ins_rdbms.mk ctx_on ORACLE_HOME=/app/oracle9
    /usr/bin/ar cr /app/oracle9/rdbms/lib/libknlopt.a /app/oracle9/rdbms/lib/kc
    /usr/bin/make -f ins_rdbms.mk sdo_on ORACLE_HOME=/app/oracle9
    /usr/bin/ar cr /app/oracle9/rdbms/lib/libknlopt.a /app/oracle9/rdbms/lib/kx
    /usr/bin/make -f ins_rdbms.mk dm_on ORACLE_HOME=/app/oracle9
    /usr/bin/ar d /app/oracle9/rdbms/lib/libknlopt.a dmndm.o
    /usr/bin/ar cr /app/oracle9/rdbms/lib/libknlopt.a /app/oracle9/rdbms/lib/dm
    /usr/bin/make -f ins_rdbms.mk olap_on ORACLE_HOME=/app/oracle9
    /usr/bin/ar d /app/oracle9/rdbms/lib/libknlopt.a xsnoolap.o
    /usr/bin/ar cr /app/oracle9/rdbms/lib/libknlopt.a /app/oracle9/rdbms/lib/xs
    /usr/bin/make -f ins_rdbms.mk part_on ORACLE_HOME=/app/oracle9
    /usr/bin/ar d /app/oracle9/rdbms/lib/libknlopt.a ksnkkpo.o
    /usr/bin/ar cr /app/oracle9/rdbms/lib/libknlopt.a /app/oracle9/rdbms/lib/kk
    /usr/bin/make -f ins_net_client.mk mkldflags ORACLE_HOME=/app/oracle9
    /usr/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/app/oracle
    /app/oracle9/bin/genclntsh
    /app/oracle9/rdbms/lib/kpudfo.o: file not recognized: File format not recog
    collect2: ld returned 1 exit status
    cat: /tmp/clntst9.21070/*.nm: No such file or directory
    sort: open failed: /tmp/clntst9.21070/*.objs: No such file or directory
    Usage: ar [emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [
    ar -M [<mri-script]
    commands:
    d - delete file(s) from the archive
    m[ab] - move file(s) in the archive
    p - print file(s) found in the archive
    q[f] - quick append file(s) to the archive
    r[ab][f] - replace existing or insert new file(s) into the archive
    t - display contents of archive
    x[o] - extract file(s) from the archive
    command specific modifiers:
    [a] - put file(s) after [member-name]
    - put file(s) before [member-name] (same as )
    [N] - use instance [count] of name
    [f] - truncate inserted file names
    [P] - use full path names when matching
    [o] - preserve original dates
    - only replace files that are newer than current archive con
    generic modifiers:
    [c] - do not warn if the library had to be created
    [s] - create an archive index (cf. ranlib)
    [S] - do not build a symbol table
    [v] - be verbose
    [V] - display the version number
    emulation options:
    No emulation specific options
    ar: supported targets: elf32-i386 a.out-i386-linux efi-app-ia32 elf32-littl
    Created /app/oracle9/lib/libclntst9.a
    [oracle9@dell-6650-red-01 install]$

    Hi Pentti!
    There is a patch for this. Search on MetaLink with "install ins_precomp.mk" and you will find it.
    cu
    Andreas

  • Problem with Oracle Client(64 bit) install on Windows 7

    Hi,
    I am trying to install Oracle Client 64 bit (win64_11gR2_client) on my laptop and its giving me all the pre requisite failed for "Physical Memory, Free Space, Architecture and Enviornment variable: Path". So i need to exit that setup.
    I have enough space almost 130 GB free on my laptop. Also, i cleared temp data. Then increased physical memory to 4096 MB but still facing the same error and not able to install the Oracle Client on my laptop.
    Please assist as soon as possible.
    -Parth

    Pl identify exact version of Win 7 - you will need Professional version or higher - Home versions are not supported. Pl verify you meet all of the pre-reqs for the install as identified in the Install Guide - http://download.oracle.com/docs/cd/E11882_01/install.112/e16774/pre_install.htm
    HTH
    Srini

  • Silent install of oracle 11.2.0.1.0 on oracle linux 6.4  64 bit edition

    Hello,
    What files do I need to alter to install oracle 11gR2 {11.2.0.1.0}[1] rdbms ontop of a local install of oracle linux 6.4 64 bit edition ?
    I want to do the install in silent mode from the command line.
    -oracle linux 6.4 installed and updated with the latest patches.
    Thanks Glenn
    [1]
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    linux.x64_11gR2_database_1of2.zip
    linux.x64_11gR2_database_2of2.zip

    please find below link, it is having step by step oracle 11g installtion on oracle linux5
    please fallow up to Installation ..dont invoke directly ./runInstaller.
    go to unzip directory..u may find respance folder in taht edit.rsp file as per the your requirement.
    please post .rsp paramters details..will guide you what needs to be set....if know the parameters...edit it and save ...then execute below
    go to runInstaller having folder..the execute below cmd.
    ./runInstaller -silent -responseFile /u01/Disk1/responce/rsp11g.rsp DECLINE_SECURITY_UPDATES=true
    http://www.oracle-base.com/articles/11g/oracle-db-11gr2-installation-on-oracle-linux-5.php

  • How to install 32bit Oracle on 64 bit Red Hat4

    Hi:
    I need to install 32bit Oracle 10.2.0.1 on 64bit RedHat4. The reason is NOT the point. I need to do that period.
    I am sure it can be done even ORacle don't support it.
    I installed all 32 bit gcc, g++ packages. BEfore I run installer, I do
    Linux32 bash
    I also create softlink gcc and g++, they both point to gcc32 and g++32
    I also rename ld to ld.origin. Change ld to
    exec /usr/bin/ld.orig -melf_i386 $@
    When I run installed. It hung at linking. The gcc is running but no error, no everything. It seems gcc is wating for something.
    Has anyone had experience install Oracle 32bit 10g on 64bit RetHat4?
    Thanks ahead.
    Dong

    From oracle certification matrices:
    Processor Chip Information:
    * Linux x86-64, support on AMD64/EM64T and Intel Processor Chips that adhere to the x86-64 architecture with supported Linux releases. Running Oracle 32-bit on AMD64/EM64T (64-bit OS) is not supported .
    * Oracle 32-bit running on AMD64/EM64T with a 32-bit OS is supported, refer to platform Linux x86 for more information on product availability.
    So try to say this (short) story to the author of this idea. ;-)

  • Issue with BI Publisher 10.1.3.2.1 install into Oracle AS 10.1.3.2.0...

    Hello, BI Publisher folks.
    Has anyone out there installed BI Publisher 10.1.3.2.1 standalone into Oracle AS 10.1.3.2.0 successfully? I'm having issues with the install. Already posted an SR (6335471.992), but the progress is slow. If anyone else has done this successfully, can you share your experience?
    I know this is an E-Business-Suite-centric forum, but I couldn't find another BI Publisher forum. If there is a more appropriate forum for standalone BI Publisher issues, please direct me there.
    Thank you.
    Jeff Kayser
    Systems Management, Inc.
    [email protected]

    Hi, Bryan.
    Thanks for your reply. I did try a manual install, but had the same problem as installing via OUI. My installs have been hanging on this command:
    $ORACLE_HOME/jdk/bin/java -jar $ORACLE_HOME/j2ee/home/admin_client.jar deployer:oc4j:opmn://server.domain:6005/home oc4jadmin <password> -deploy -file $ORACLE_HOME/j2ee/home/applications/xmlpserver.ear -deploymentName xmlpserver -bindAllWebApps
    I may be encountering a platform-specific issue (I'm running AMD64 64-bit hardware, RHEL 4.4 x86-64 Linux OS). The Oracle install docs say that I have to install the Linux-x86 (32-bit) port of Oracle AS 10.1.3.2.0, and prefix all of the runtime commands with "linux32 bash ", so they run in a pseudo-32-bit environment.
    Do you apply any patches on top of Oracle AS 10.1.3.2.0 before you install BI Publisher 10.1.3.2.x? I just did a fresh install of Oracle AS 10.1.3.2.0, and then a fresh install of BI Publisher 10.1.3.2.1 on top of that. The BI Publisher 10.1.3.2.1 install hangs at the aforementioned place.
    Thanks again for your reply.
    Jeff Kayser
    Systems Management, Inc.
    [email protected]

  • HOW TO configure oracle bi discoverer 11.1.3 32 bit window to oracle ebs 11

    Hi all ,
    How can we configure oracle bi discoverer 11.1.3(desktop and admin) installed on windows 32 bit with oracle ebs 11i with database 10g
    installed on sun solaris sparc machine.
    Kindly send any link which can give me step by step link for this specific scenario.
    Thans

    Hi Sirini,
    I create workbook through Discoverer desktop and save in database, Now I like to give assign these workbooks
    to the user through Discoverer view , so that they can view these worksheets, How can I view these workbooks
    through Discoverer view in oracle ebs 11i.
    Thanks

  • Why dont I see sqlplus in Windows 7 64 bit install

    I installed the 64 bit version of Oracle Client 11g install but I don't see sql plus under the BIN directory. So when I try to run sql plus from command prompt it fails.

    Suzie wrote:
    actually I dont even see the un-insaller option for this install or even the item in the actual add/remove programs to remvoe this... should I just delete the existing folder... becasue the universal intaller doenst see any instance... the weird thing I can connect to the databse via sql developer but cant see the Data Source Option for Oracle Client in the ODBC AdminNothing weird about any of that ..
    Oracle does not use Windows install/uninstall technology, so you won't see anything about oracle under windows add/remove program.
    SQL Developer and SQL*Plus are both 'client applications' They both use the same underlying oracle client infrastructure. So sqlplus itself is not necessary for SQL Developer to work.
    Oracle ODBC drivers do not install by default. You have to do a custom install and specify them. I've never really investigated everything that IS installed by default, so my standard client installation is a two-pass. First I install the runtime or admin client, as needed. Then, if ODBC is needed I do a custom install, make sure I've specified the same oracle base, oracle home and installation directory as the original, and select only ODBC.

  • OBIEE 11g 64-bit install on Windows 64-bit

    I wanted to solicit any experiences that the user forum is having with installing 11g on a 64-bit Windows platform. I understand that the Admintool/Job Manager will not run with the 64-bit installation package but we can install the newly released Client install to circumvent this. I am seeing many forums out there in which the 64-bit OBIEE install is done as Simple or Enterprise. My understanding is that this is useless as the bundled WebLogic utilizes at 32-bit JVM. There is a Doc ID out on Metalink (ID 1220564.1) that states one can only do a Software Install. So we have proceeded with the following steps of downloading first the Java 64-bit JVM, then a WebLogic instance utilizing the 64-bit JVM (java -D64 -jar xxx.jar) and finally the OBIEE Software Only install.
    The issue we are running into is that the Install fails when attempting to start the OPMN. So during the install the "Executing:opmnctl start coreapplication_obips1
    " fails and references the OPMN not starting. We are unable to start the OPMN service as well. We have a static IP, so this not the known issue with the loopback adapter. The other issue I saw was having to install the VC++ 2005 SP1 libraries per another Metalink Doc ID (1226254.1). This was all done, however, the install continues to fail.
    It seems the lack of knowledge from support as well as the vague/lack of documentation is frustrating. I just wanted to ping the OTN community around this scenario.

    Thanks Paul, really appreciate the update. Spent this morning rebuilding our environment with 64-bit (Win 2008) and starting from scratch. The install has now succeeded. I tell you one thing you pointed out is something we noticed when we proceeded with the second install. That was the WebLogic version. I had initially used .4 and on the second install we used .3. I am guessing that this may have been the issue.
    I will verify with our Oracle resources and I hope this post will assist other when doing the 64-bit install as I think it is very vague in the documentation.
    I will update the post with Oracles response as well.
    Just as an FYI... the reason this issue came up in the first place was we did an Enteprise Install on 64-bit and found that the Gauge Charts weren't working in the SampleAppLite Subject Area. So I will add that to the Tags for this post.
    Hope this post helps others and they don't go through the headaches of a wrong install type.

  • Install A Oracle VM 3.2.1 enviornment on Oracle X3-2 & storageTek 6180 fail

    Hi,
    I am looking for a help here, base on we do suffering on Install A Oracle VM enviornment on Oracle X3-2 & storageTek 6180, we set up all the enviorment, but facing when we create the Oracle VM server pool will facing the failure ( pls ref the following error message on the one of OVM server ).
    But most strange thing is when we change the Oracle X3-2 to IBM X3200M3 in the same confiuration, ( same storage + Fiber HBA , only change the Server ) , every thing work~~
    can any one give me a hand?
    Sun Server X3-2 *2Sun Storage 6180 以下為錯誤訊息(03/02/2013 02:27:35:256 PM)
    OVMAPI_4010E Attempt to send command: create_pool_filesystem to server: ovms1 failed. OVMAPI_4004E Server Failed Command: create_pool_filesystem lun /dev/mapper/360080e50002c4be4000015915130dd58 56d84d1b979f3dc3 0004fb000005000033c2aa889853c011 0004fb000001000033cdf570c2ad1afe 0004fb000002000056d84d1b979f3dc3, Status: org.apache.xmlrpc.XmlRpcException: exceptions.RuntimeError:Command: ['mkfs.ocfs2', '-b', '4K', '-C', '4K', '-J', 'size=4M', '-N', '32', '-L', 'OVS_POOL_FILESYSTEM', '-U', '0004fb000005000033c2aa889853c011', '--global-heartbeat', '--cluster-stack=o2cb', '--cluster-name=56d84d1b979f3dc3', '--force', '/dev/mapper/360080e50002c4be4000015915130dd58'] failed (1): stderr: mkfs.ocfs2 1.8.2
    mkfs.ocfs2: Could not write: Input/output error
    stdout:
    WARNING!!! OCFS2 uses the UUID to uniquely identify a file system.
    Having two OCFS2 file systems with the same UUID could, in the least,
    cause erratic behavior, and if unlucky, cause file system damage.
    Please choose the UUID with care.
    Cluster stack: o2cb
    Cluster name: 56d84d1b979f3dc3
    Stack Flags: 0x1
    NOTE: Feature extended slot map may be enabled
    Label: OVS_POOL_FILESYSTEM
    Features: sparse extended-slotmap backup-super unwritten inline-data strict-journal-super xattr indexed-dirs refcount discontig-bg
    Block size: 4096 (12 bits)
    Cluster size: 4096 (12 bits)
    Volume size: 21474836480 (5242880 clusters) (5242880 blocks)
    Cluster groups: 163 (tail covers 17408 clusters, rest cover 32256 clusters)
    Extent allocator size: 4194304 (1 groups)
    Journal size: 4194304
    Node slots: 32
    [Sat Mar 02 14:27:35 CST 2013] [Sat Mar 02 14:27:35 CST 2013]

    mkfs.ocfs2: Could not write: Input/output error
    stdout:
    WARNING!!! OCFS2 uses the UUID to uniquely identify a file system.
    Having two OCFS2 file systems with the same UUID could, in the least,
    cause erratic behavior, and if unlucky, cause file system damage.
    Please choose the UUID with care.
    You're attempting to create a ocfs2 file system on a disk or path that already has a ocfs2 filesystem.
    Attempt to send command: create_pool_filesystem to server: ovms1 failed
    This has nothing to do with whether you're having an issue with a X3-2. You can't create a server pool filesystem on a LUN or path that already has one. Either remove the existing file system or simply join the server to the existing pool.

  • Connection issues between 64 bit SSIS and Oracle in 64bit

    I've got a Win2K3 Std Ed server (x64) running 64-bit SQL Server 2005 Enterprise Edition. I've installed the Oracle 10g 64 bit and and installed ODAC 64 bit then oracle patch to take care of () issue, i managed to create a link server on management studio and connect to oracle a 64 bit server
    Now... when I try to create a new connection manager in SQL Server 2005 Integration Services i got the following error, the OLEDB provider for Oracle can't be found, and when I try to manually add an underlying OLEDB connection to the database, SQL Server reports: i got the following error....
    Test connection failed because of an error in initializing provider. The 'OraOLEDB.Oracle.1' provider is not registered on the local machine.
    Note: my sql server agent is not running on this server, let me know if this is an issue.

    I think I resolved this issue by installing Oracle 11g 32bit & 64bit clients in the 64bit SQL Server machine.
    Please refer to the detail:
    http://knol.google.com/k/jeyong-park/accessing-oracle-data-source-from-64bit/3vywlm4f31xae/12#

  • 32 bit expdp.exe on 64 bit installation of Oracle DB 10g

    Hello,
    This may sound a bit strange but here goes. I have 64 bit version of Oracle 10g release 2 (10.2.04) installed on Windows Server 2008 64 bit. I have found that when accessing the server through my telnet program I cannot run expdp.exe. I always get this error "The system cannnot execute the specified program"
    After a bit of troubleshooting I have found that the problem is the telnet program that I am using cannot launch the 32 bit version of expdp.exe. If I load the 32 bit version of Oracle 10g on a 64 bit server I can run expdp.ese in the telnet session.
    So my question is: does anyone know how to load the 32 bit version od expdp.exe in a 64 bit version of Oracle 10g, to replace the 64 bit version of the expdp.exe? Or is this not possible at all?
    Quinton

    I found it's hard approve that's the problem of telnet. when you telnet, you are on the server, if server is 64bit you should be able to run the command.
    If you want to install 32bit version expdp. you can do a seperate Oracle client installation on the server with different ORACLE_HOME. patch to the same level as server.
    Still I question the root cause is telnet. Did you try other method to connect to server? telnet is not safest connection per-se, most production server will have it disabled anyway.

  • Fresh install of Oracle VM Manager Template into Oracle VM Server

    Hi,
    I am trying to install the Oracle VM Manager template and then
    create an Oracle VM Manager client.
    I have already done a 'fresh install' of Oracle VM Server.
    I do not have another machine available to use to contain the
    'Oracle VM Manager', therefore, I am attempting to install the
    Oracle VM Manager template directly into an Oracle VM Manager Server and
    run the client.
    I am following the instructions of the Oracle VM Server Users Guide
    in section 4.3.
    When I extract the zip file contents into the
    /OVS/seed_pool directory, I get the following files.
    Deploy_Manager_Template.sh
    OVM_EL5U3_X86_OVM_MANAGER_PVM.tgz
    So far, so good.
    Next, I used 'tar' to help me extract the directories of the .tgz file.
    So far, so good.
    Next, as instructed, I used 'python' and 'print randomMAC()' to create a new MAC address.
    Inside the /OVS/seed_pool/OVM_EL5U3_X86_OVM_MANAGER_PVM/vm.cfg file
    I modified the vif MAC address. I replaced the
    xx:xx:xx with the 'last three' that were generated by the python randomMAC
    function from above.
    vif = [ 'mac=00:16:3E:<my generated numbers>', ]
    So far, so good?
    In the Oracle VM Server Users Guide in section 4.3.,
    The next step, expains that I should run
    xm create mv.cfg
    I did this. When I ran this I received back the error.
    Using config file "./vm.cfg"
    Error disk is not accessible.
    When I peek inside my vm.cfg file.
    I see file references starting with the following
    file:/OVS/running_pool/ ...
    Of, course my running_pool directory is empty.
    (Again, this is a fresh install of Oracle VM Server).
    My first question is the following.
    Sometime in this process was I supposed to run
    the the following executable?
    ./Deploy_Manager_Template.sh
    If so, should I have done this early?
    Was the modification of the vif (of adding the MAC address
    into the vm.cfg file, something I 'should have not done'
    or 'something that could be ignored' because the
    './Deploy_Manager_Template.sh' would have done this for me?
    My second question is the following.
    Would the following process be 'more correct?'
    ..1 Not modify the vm.cfg' file.
    ..2 run ./Deploy_Manager_Template.sh.
    ..3 In the /OVS/running_pool/ directory find my
    vm.cfg file of interest, then modify the vif with a new MAC address.
    ..4 In /OVS/running_pool/Change my current location to my directory of interest
    run xm create vm.cfg (to run my Oracle VM Manager)?
    Any help or ideas whould be appreciated.
    Thank you very much,
    AIM

    Hi,
    This is the README file for Oracle VM Manager 2.2.0
    Readme for Media Pack B57738-01
    Print: Access key=P Close: Access key=C
    Oracle VM Templates for Oracle VM Manager 2.2.0 Media Pack v1 for x86 (32 bit)
    =====================================================================
    Template Version 2.3
    Oracle VM Manager Version 2.2.0
    This document contains:
    1. Prerequisites for Oracle VM Manager virtual machine (VM) deployment
    2. Oracle VM Manager Template description
    3. Creating an Oracle VM Manager Virtual Machine from
    Oracle VM Manager Template
    4. Deployment Interview
    5. Known Issues
    For more information on Oracle VM Manager, please refer to
    the "Oracle VM Manager Installation Guide" and the "Oracle VM Manager
    User's Guide" available at:
    http://download.oracle.com/docs/cd/E15458_01/index.htm
    1. Prerequisites
    ================
    - A new install of Oracle VM Server 2.2 that has NOT been managed by another
    Oracle VM Manager. Manager Template 2.2 is intended to be installed on Oracle
    VM 2.2 server. If you have a new Oracle VM 2.1.5 server and want to deploy
    Oracle VM Manager template, please use the Oracle VM 2.1.5 Manager template.
    Note: root access to the server's dom0 is required.
    - It's highly recommended that you upgrade the default agent (ovs-agent-2.3-19)
    to ovs-agent-2.3-27 or later. You can get the latest Oracle VM 2.2 packages
    from Oracle's Unbreakable Linux Network (http://linux.oracle.com).
    Note: Alternate location to get Oracle VM agent 2.3-27 is
    http://oss.oracle.com/oraclevm/server/2.2/RPMS/ovs-agent-2.3-27.noarch.rpm
    - A working directory of the Oracle VM Server 2.2 has at least 4GB free space
    for downloading and installing the template. The working directory can be any
    directory on the Oracle VM server except /OVS/running_pool.
    Note: The /root partition of the default Oracle VM server install may not have
    enough space to temporarily host the template installation. Please use other
    directory that has sufficient free space.
    - At least 15GB of free space in the cluster root storage repository. For storage
    and repository configuration, please refer to Oracle VM 2.2 Server User Guide:
    http://download.oracle.com/docs/cd/E15458_01/doc.22/e15444/storage.htm
    and
    http://download.oracle.com/docs/cd/E15458_01/doc.22/e15444/repository.htm
    - At least 2GB of free memory on the Oracle VM Server
    - A static IP address for the Oracle VM Manager
    - If enabling HA (high availability) for the Oracle VM Manager,
    mount a clustered OCFS2 or NFS filesystem on /OVS. If ext3 or a
    local OCFS2 filesystem is used, enabling HA will cause the high availability
    prerequisite checking to fail. The Oracle VM Manager configuration
    process will exit without completing the configuration.
    - The Oracle VM Manager will register the first VM that it detects.
    To have Oracle VM Manager be the first VM registered,
    make sure there are no virtual machine images besides the Oracle VM Manager
    virtual machine in the /OVS/running_pool directory on the Oracle VM Server.
    - A desktop or other system with a VNC Viewer installed
    The steps below assume that the Oracle VM Server used is not currently
    or was not previously managed by another Oracle VM Manager. If this is not
    the case, the instructions below will ask user clean up Oracle VM Agent DB
    before running the Oracle VM Manager.
    2. Oracle VM Manager Template Description
    =========================================
    The Oracle VM Manager Template is distributed as one archive file which
    includes:
    File Version
    OVM_EL5U3_X86_OVM_MANAGER_PVM.tgz 2.3
    Deploy_Manager_Template.sh 2.3
    The OVM_EL5U3_X86_OVM_MANAGER_PVM.tgz archive contains two disk images,
    a VM configuration file and a readme file:
    - Oracle Enterprise Linux 5.3 x86 system disk image
    - Oracle VM Manager 2.2 disk image
    - vm.cfg
    - README
    The system image is a JeOS (Just enough OS) installation of Oracle
    Enterprise Linux 5.3. It is a smaller footprint install that contains
    the only packages needed by Oracle VM Manager.
    Oracle VM Manager is configured to use Oracle Database 10g
    Express Edition (included).
    Deploy_Manager_Template.sh is used to check the prerequisite and
    create virtual machine.
    During the first boot of the Oracle VM Manager virtual machine,
    the Oracle VM Manager configuration process will create server pool
    and import the Oracle VM Manager virtual machine.
    Two OS user accounts are created by default:
    user: root password: ovsroot
    user: oracle password: oracle
    The user 'oracle' belongs to the 'oinstall' and 'dba' groups.
    The default vnc console password is 'oracle'
    3. Creating the Oracle VM Manager virtual machine
    =================================================
    1) Download the Oracle VM Manager Template (V19215-01.zip)
    from http://edelivery.oracle.com/oraclevm
    2) Login to the Oracle VM Server's dom0 as 'root'
    Copy V19215-01.zip to your working directory with at least 4GB free space.
    You can choose any directory on OVM Server except /OVS/running_pool.
    This zip file contains the archive file OVM_EL5U3_X86_OVM_MANAGER_PVM.tgz
    and a deploy script Deploy_Manager_Template.sh
    3) As root, run
    # unzip V19215-01.zip
    4) As 'root', run the deployment script:
    # chmod 755 Deploy_Manager_Template.sh
    # ./Deploy_Manager_Template.sh
    The deployment script Deploy_Manager_Template.sh will complete the following
    tasks:
    a) prerequisite checking
    b) uncompress OVM_EL5U3_X86_OVM_MANAGER_PVM.tgz file to directory
    /OVS/running_pool. This directory will contain the files following files:
    /OVS/running_pool/OVM_EL5U3_X86_OVM_MANAGER_PVM
    |- System.img (OS image file)
    |- Manager.img (Manager image file)
    |- vm.cfg (VM configuration file)
    |- README (Readme file)
    c) generate and assign new MAC address to the virtual machine
    d) interview the user for VM and VM Manager configuration parameters
    (next section 'Deployment interview' provides the list of questions)
    e) create and boot the virtual machine from the Oracle VM Server
    command line
    f) display the access information for Oracle VM Manager and Oracle VM
    Manager VM
    4. Deployment Interview
    =======================
    The deployment script will prompt a user to enter
    a) Agent password
    The agent password is required for the prerequisites check.
    b) Storage configuration
    Storage Source: NFS address, OCFS2 partition path
    The script will automatically detect your cluster root storage repository
    if you have configured it. Or it prompts users to input their storage source
    and the script tries to set it up as cluster root.
    NOTE: how to manually create your own storage repository in OracleVM server 2.2.x
    1) Register your storage source. Example:
    /opt/ovs-agent-2.3/utils/repos.py -n myhost:/mynfslocation
    /opt/ovs-agent-2.3/utils/repos.py -n /dev/sdb3
    Note that the storage source should have at least 15GB free space.
    If the storage source is successfully registered, note down the uuid genereated
    by the command above, such as:
    51d4c69b-e439-41ac-8b31-3cc485c993b0 => /dev/sdb3
    2) Mount your storage repository.
    If the agent version is 2.3-27 or higher, execute:
    /opt/ovs-agent-2.3/utils/repos.py -i
    otherwise, complete the following commands:
    [1] mkdir -p /var/ovs/mount/$(echo <uuid> | sed s/-//g | tr '[:lower:]' \
    '[:upper:]')"
    where '<uuid>' is the uuid noted down in step 2)
    [2] mount your storage source to the directory made in step [1].
    3) If /OVS exists, delete or move /OVS
    mv /OVS "/OVS.$(date '+%Y%m%d-%H%M%S').orig"
    create a symbolic link from storage repository to /OVS
    ln -nsf /var/ovs/mount/<UUID>/ /OVS
    c) Network configuration
    Static IP address
    Netmask
    Default Gateway IP address
    DNS Server IP address
    Hostname
    d) Password for database accounts:
    'SYS' and 'SYSTEM' (the same password the same password is used)
    'OVS'
    'oc4jadmin'
    'admin'
    e) Web Service configuration (supported in template in version 1.2)
    Web Service password (at least 6 characters)
    Enable HTTPS or not
    f) SMTP server (outgoing mail server SMTP hostname)
    E-mail Address for account 'admin'
    g) Data for the manager services configuration:
    Oracle VM Server Pool Name
    Oracle VM Server login user name
    Oracle VM Server login password
    Note that Oracle VM Manager is critical for managing Oracle VM Server Pools.
    Do not pause, suspend or shutdown this virtual machine! Configuring
    HA is recommended for this virtual machine so that Oracle VM will
    automatically restart the Oracle VM Manager virtual machine if there
    is a server crash.
    5. Known Issues
    ===============
    1) You may see messages on a virtual machine's console similar to these
    when the virtual machine is booting up:
    Fatal: No PCI config space access function found
    rtc: IRQ 8 is not free.
    i8042.c: No controller found.
    These messages can be ignored.
    2) Mail server check fails.
    Bug #7140 in bugzilla.oracle.com
    Oracle VM Manager installer only checks the default SMTP port 25 for the
    mail server. If the SMTP port is not 25, the check fails, and you will
    see the following message:
    Mail server '<mail server hostname>' check failed, want to re-enter it(Y|n)?
    You can enter 'n' to skip the mail server checking. You will also see the
    send mail checking fails with following message:
    Failed to send mail to '<Admin e-mail address>'
    want to re-enter the e-mail address(Y|n)?
    You can enter 'n' to skip the send mail checking.
    3) OEL VM console may display error messages similar to those below:
    BUG: warning at drivers/xen/fbfront/xenfb.c:143/xenfb_update_screen() (Not
    tainted)
    Call Trace:
    [<ffffffff803aa461>] xenfb_thread+0x135/0x2c5
    [<ffffffff8024874b>] try_to_wake_up+0x365/0x376
    [<ffffffff8029ba6e>] autoremove_wake_function+0x0/0x2e
    [<ffffffff8029b856>] keventd_create_kthread+0x0/0xc4
    [<ffffffff803aa32c>] xenfb_thread+0x0/0x2c5
    [<ffffffff8029b856>] keventd_create_kthread+0x0/0xc4
    [<ffffffff802339c8>] kthread+0xfe/0x132
    [<ffffffff80260b24>] child_rip+0xa/0x12
    [<ffffffff8029b856>] keventd_create_kthread+0x0/0xc4
    [<ffffffff802338ca>] kthread+0x0/0x132
    [<ffffffff80260b1a>] child_rip+0x0/0x12
    This will not cause any problems.
    4) If you accidentally power off Oracle VM Manager virtual machine through
    Oracle Manager UI, and restart the virtual machine from OVM server command
    line, although Oracle VM Manager virtual machine is running normally,
    the virtual machine status in Manager UI will stay in 'Shutting Down'.
    This is expected, as the virtual machine status sync will only happen when
    the virtual machine status is "Error" or "Powered Off".
    To re-sync the virtual machine status, please complete the following steps:
    1. Log on the Manager UI;
    2. Navigate to the 'Virtual Machines' tab;
    3. Select Oracle VM Manager virtual machine, "OVM_EL5U3_X86_OVM_MANAGER_PVM";
    4. Choose 'Reset' from 'More Actions' dropdown list;
    5. Click 'Go' button, the status will become "Running" after a while.
    5) (Bug 9191053) For OVS agent version 2.3-19, the following High
    Availability scenario will not work.
    "If a Virtual Machine Server fails, all running virtual machines are
    restarted automatically on another available Virtual Machine Server."
    For OVS agent 2.3-19, Oracle VM Manager virtual machine will not be
    automatically restarted on any other available Virtual Machine Server,
    but on the original Virtual Machine Server when it becomes available again.
    To fix the issue, please upgrade OVS agent to 2.3-27 or the latest version.

  • OBIEE 11.1.1.6 failed to install on Oracle Linux 6.2

    Hi all,
    When I install the OBIEE 11.1.1.6 64bit on Oracle Linux 6.2, it failed at creation domain.
    [2012-05-29T16:41:17.953+08:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 36] [ecid: 0000JUNkP6DFw000jzwkno1Fl8Qk00000R,0] Begining Oracle Fusion Middleware Configuration ...
    [2012-05-29T16:41:18.042+08:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 36] [ecid: 0000JUNkP6DFw000jzwkno1Fl8Qk00000R,0] ENTRY ASDomain.createDomain
    [2012-05-29T16:41:18.042+08:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 36] [ecid: 0000JUNkP6DFw000jzwkno1Fl8Qk00000R,0] ENTRY ASDomain.createDomain
    [2012-05-29T16:41:18.044+08:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 36] [ecid: 0000JUNkP6DFw000jzwkno1Fl8Qk00000R,0] reportStartConfigAction: ENTRY........
    [2012-05-29T16:41:18.045+08:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 36] [ecid: 0000JUNkP6DFw000jzwkno1Fl8Qk00000R,0] reportStartConfigAction: eventStatus........oracle.as.provisioning.engine.ConfigEventStatus@76c20307
    [2012-05-29T16:41:18.045+08:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 36] [ecid: 0000JUNkP6DFw000jzwkno1Fl8Qk00000R,0] reportStartConfigAction: 2........
    [2012-05-29T16:41:18.047+08:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 36] [ecid: 0000JUNkP6DFw000jzwkno1Fl8Qk00000R,0] reportStartConfigAction: Set the Extion Id to START........
    [2012-05-29T16:41:18.047+08:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 36] [ecid: 0000JUNkP6DFw000jzwkno1Fl8Qk00000R,0] reportStartConfigAction: Did the assignment...
    [2012-05-29T16:41:18.048+08:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 36] [ecid: 0000JUNkP6DFw000jzwkno1Fl8Qk00000R,0] reportStartConfigAction: EXIT........
    [2012-05-29T16:41:18.056+08:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 36] [ecid: 0000JUNkP6DFw000jzwkno1Fl8Qk00000R,0] [[
    oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
    at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:686)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
    at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:48)
    at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
    at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
    at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:113)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:371)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:64)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:160)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
    at java.lang.Thread.run(Thread.java:662)
    The /etc/hosts is like
    127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
    127.0.0.1 demo.bchk.com demo
    Thanks.
    BCHK

    Hi Devarasu,
    According to the matrix, Oracle Linux 6 64bit is supported for OBIEE 11.1.1.6 64bit, am I right?
    ALL     11gR1 (11.1.1.5+)     x64     Oracle Linux 6 (UL1+)      64 bit     64 bit     n/a     Oracle JDK 1.6.0_30+     Oracle JDK 1.6.0_30+     64 bit     "Oracle 10.2.0.4+
    Oracle 11.1.0.7+
    Oracle 11.2.0.1+"     1. Support is with UEK: Unbreakable Enterprise Kernel and Red Hat Compatible Kernel.
    ALL     11gR1 (11.1.1.5+)     x64     Oracle Linux 6 (UL1+)      64 bit     64 bit     n/a     JRockit 6 Update 29 R28.2.0+     JRockit 6 Update 29 R28.2.0+     64 bit     "Oracle 10.2.0.4+
    Oracle 11.1.0.7+
    Oracle 11.2.0.1+"     1. Support is with UEK: Unbreakable Enterprise Kernel and Red Hat Compatible Kernel.
    ALL     11gR1 (11.1.1.6+)     x64     Oracle Linux 6 (UL1+)      64 bit     64 bit     n/a     n/a     Oracle JDK 1.7.0+     64 bit     "Oracle 10.2.0.4+
    Oracle 11.1.0.7+
    Oracle 11.2.0.1+"     "1. JDK 7 certification is available only with WLS 10.3.6+/FMW 11.1.1.6+. Oracle does not support use of JDK 7 with WLS 10.3.1-10.3.5/FMW 11.1.1.1.0 - 11.1.1.5.0.
    2..JDK 7 certification is only for server components. ODI Studio UI does not support JDK 7.
    3. Support is with UEK: Unbreakable Enterprise Kernel and Red Hat Compatible Kernel."

  • Is it possible to run OBIEE on linux 64 bit mchine with oracle 64 bit

    Is it possible to run OBIEE 10.1.3.4.0 on linux 64 bit machine with oracle 64 bit(10.2.0.1.0) installed
    Thanks in Advance

    Yes, assuming your hardware has the supported CPUs. OBIEE binaries are 32 bits and requires 32 bits OCI libraries to connect Oracle DBs. See the OBIEE [System Requirements and Supported Platforms|http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/e10417.pdf] for more information.

Maybe you are looking for

  • How to get all production orders for a workcenter

    Hello ... I have a requirement to create a report of all production orders for a given workcenter.  The user enters the workcenter (CRHD-ARBPL), plant (CRHD-WERKS) and a date range, and wants to see a list of orders (AUFNR) that fall within that date

  • No GPU Acceleration or MPE benefit (FX3800)

    Yikes Installed CS5  (Full Paid Version) yesterday.  Shaking it down today. Everything is working at light speed except..... I do not get any GPU Acceleration or MPE benefit from the QUADRO FX3800 (or PPRO). As soon as I apply any GPU accelerated  ef

  • IChat AV progress but no cigar

    I've been trying to troubleshoot the problem with iChat AV video chat for about 2 months. With the help of many posters to this forum I've made some progress and would like to share that information in the hope that someone may have additional insigh

  • Reloading the same page

    I know this is surely a very retarded question, but I am tired of looking about and trying to get the proper answer on my own; I have a form that enters information into a database. what I want is to have it reset and reloaded each time submit is pre

  • Client Certificate Problems...

    Hoping someone can help! I'm trying to get onto a secure website for my son's school.  I can access from my windows PC and from iPad (all using same home wifi connection) but failing totally with the Mac.  Contacted school and they say its something