Oracle 9i Client install: Problem during linking

All the requisite filesets including bos.adt.libm are installed. After 75% of linkage, I see the following:
"Error in invoking target install of makefile <ORACLE_HOME>/sqllib/lib/ins_sqlplus.mk.
If I Ignore and continue: I get the following:
"Error in invoking target install of makefile <ORACLE_HOME>/network/lib/ins_net_client.mk"
Ignore and continue further. It fails again with a message:
"Error in invoking target utilities of makefile <ORACLE_HOME>/rdbms/lib/ins_rdbms.mk"
My OS is AIX 5.3 ML 4. Please respond - Any help is really appreciated. -Uday

The system was rebooted and /usr/lib was added to the LD_LIBRARY_PATH.
added "" to the variable LD_SELF_CONTAINED="" in <ORACLE_HOME>/bin and executed the script. Tried to relink... still no success. The most recent error from the logs are as follows:
0654-213 <ORACLE_HOME>/lib/libagent9.a is not valid in the current object mode.
Use the -Xd64 option to view this file.
ld: 0706-005 Cannot find or open file: <ORACLE_HOME>/rdbms/lib/homts.o
ld:open(): No such file or directory
ar: No such file or directory
ar: 0707-117 The fopen system call failed on file <ORACLE_HOME>/lib/shr.o.
ld: 0711-317 ERROR: Undefined symbol: .pw_wait
ld: 0711-317 ERROR: Undefined symbol: .pw_post
ld: 0711-317 ERROR: Undefined symbol: .pw_config
ld: 0711-317 ERROR: Undefined symbol: .aix_ora_pw_version3_required
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
ar: No such file or directory
ar: 0707-117 The fopen system call failed on file <ORACLE_HOME>/lib32/shr.o.
/usr/ccs/bin/make -f ins_sqlplus.mk install
Linking sqlplus
rm -f sqlplus
ld -b64 -o sqlplus -L<ORACLE_HOME>/sqlplus/lib/ -L<ORACLE_HOME>/lib/ <ORACLE_HOME>/sqlplus/lib/s0afimai.o -lsqlplus `cat <ORACLE_HOME>/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnro9 `cat /wasapp/acapp/oraclient/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lclient9 -lvsn9 -lwtc9 -lcommon9 -lgeneric9 -lwtc9 -lmm -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 `cat <ORACLE_HOME>/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnro9 `cat <ORACLE_HOME>/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lclient9 -lvsn9 -lwtc9 -lcommon9 -lgeneric9 -lpls9 -ltrace9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 -lclient9 -lvsn9 -lwtc9 -lcommon9 -lgeneric9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 -lld -lm `cat <ORACLE_HOME>/lib/sysliblist` -lm -lpthreads `if [ "\`/usr/bin/uname -v\`" = "4" ]; \
then echo "-bI:<ORACLE_HOME>/lib/pw-syscall.exp"; fi;` -lxsd9 <ORACLE_HOME>/lib/nautab.o <ORACLE_HOME>/lib/naeet.o <ORACLE_HOME>/lib/naect.o <ORACLE_HOME>/lib/naedhs.o <ORACLE_HOME>/rdbms/lib/defopt.o -lpls9 -lsql9
ld: 0711-740 ERROR: Input file <ORACLE_HOME>/sqlplus/lib/s0afimai.o:
is a discontinued XCOFF64 file.
make: The error code from the last command is 8.

Similar Messages

  • Oracle 8 Client install

    I installed the oracle 8 client for NT. Installation completed successfully. When I attempted to launch the NET8 Easy Config or the NET8 Assistant - I get the error message:
    The Dynamic Link Library CORE40.dll cound not be found in specified paths - then it list all the existingpaths like WINNT, C etc etc. CAn I get so help about what exactly is going on here? Has anyone seen such message? IS it a winnt error??

    Bert van Leeuwen (guest) wrote:
    : I need to set up a PC that has a client program which
    : performs various transactions to an oracle server. How
    : do I go about setting up a PC with the absolute minimum
    : oracle 8 components required to do this?
    : I've tried linking my client program statically on the server
    : machine, then copying it to the client machine (+- 3Mb),
    : but I'm not sure how to set up the networking so that I can
    : connect to the server.
    You need the files sqlnet.ora and tnsnames.ora. I think the
    sqlnet layer looks for them in /etc initially, or possibly
    /var/opt/oracle, but setting the environment variable
    "TNS_ADMIN" will override this.
    If you want to link the stuff dynamically, then run ldd against
    a dynamically linked executable, copy across the libraries you
    need to the client, ensure that LD_LIBRARY_PATH includes the
    library directory, and that TNS_ADMIN points to a functional
    pair of sqlnet.ora and tnsnames.ora files. (Ie, you need a
    stanza in the tnsnames.ora file that points across to the
    instance on the server).
    Or something like that. It's not very neat and Oracle support
    would have a heart attack. Unless you are running several client
    processes simultaneously static linking may be simpler.
    : If I install from the CD, and only select client and
    : SQL*net, the installation is 106Mb!!!
    : I'm sure this should be a really common problem, please
    : somebody shed some light on this...
    scratches head
    Dunno.
    -michael
    null

  • Minimal size oracle 8 client install

    I need to set up a PC that has a client program which
    performs various transactions to an oracle server. How
    do I go about setting up a PC with the absolute minimum
    oracle 8 components required to do this? My client PC has
    very limited capabilities in terms of disk space. I've been
    using MySQL which worked like a charm, and had a tiny client
    side installation, but the company wanted to go for the oracle
    image etc...
    I've tried linking my client program statically on the server
    machine, then copying it to the client machine (+- 3Mb), but I'm
    not
    sure how to set up the networking so that I can connect to the
    server. If I install from the CD, and only select client and
    SQL*net, the installation is 106Mb!!!
    I'm sure this should be a really common problem, please somebody
    shed some light on this...
    null

    Bert van Leeuwen (guest) wrote:
    : I need to set up a PC that has a client program which
    : performs various transactions to an oracle server. How
    : do I go about setting up a PC with the absolute minimum
    : oracle 8 components required to do this?
    : I've tried linking my client program statically on the server
    : machine, then copying it to the client machine (+- 3Mb),
    : but I'm not sure how to set up the networking so that I can
    : connect to the server.
    You need the files sqlnet.ora and tnsnames.ora. I think the
    sqlnet layer looks for them in /etc initially, or possibly
    /var/opt/oracle, but setting the environment variable
    "TNS_ADMIN" will override this.
    If you want to link the stuff dynamically, then run ldd against
    a dynamically linked executable, copy across the libraries you
    need to the client, ensure that LD_LIBRARY_PATH includes the
    library directory, and that TNS_ADMIN points to a functional
    pair of sqlnet.ora and tnsnames.ora files. (Ie, you need a
    stanza in the tnsnames.ora file that points across to the
    instance on the server).
    Or something like that. It's not very neat and Oracle support
    would have a heart attack. Unless you are running several client
    processes simultaneously static linking may be simpler.
    : If I install from the CD, and only select client and
    : SQL*net, the installation is 106Mb!!!
    : I'm sure this should be a really common problem, please
    : somebody shed some light on this...
    scratches head
    Dunno.
    -michael
    null

  • Oracle 9i client Install hangs at 33%

    Hi Guys,
    I am trying to Install Oracle 9i client on my windows xp laptop. The install hangs at 33% with (at the process "setup install types"). Is it a known issue?
    Thanks
    thedba

    I just had the same problem - stopped me for an hour or 2. Solution is stupid tho. before invoking the Installer make sure you have c:\Oracle or whatever, then answer Ora92 to the Oracle Home, and c:\Oracle to the path. I hit browse and went to c:\Oracle before hitting Next. Installed fine after that.

  • Oracle 9i Client Install on Mac OSX

    Is there a way to just install the Oracle client on Mac OSX 10.2.7 (not OS X Server)?
    I downloaded the 9.2 Mac installer, but everything I've seen/read shows this installation will install the DB server and set up a database.
    If anyone knows, please let me know... I'm just looking to connect (through PHP CLI) to a Oracle DB within our corporation. Thanks.

    Hi,
    Checkout MacSQL on www.rtlabs.com, there is info on installing Oracle OCI client and a link to the client only software.
    HTH
    Koen

  • Oracle 9i client install fails to load disk 3

    I downloaded the Oracle 9.2 database software from OTN. I'm trying to install the 9i client from this software. I've extracted the disk1, disk2, disk3 to separate directories. I run the install from disk1 and it gets about 90% into the install, then it requests disk 3. When the "Disk Location" dialog box comes up I set the path to the appropriate location for disk 3. Then I click OK. The OUI comes right back with the same dialog box. I have verified that the path to disk is correct. Any ideas? The install cannot get past this.

    Negative. The installer only asks for disk 3. I'm installing from the Oracle 9.2 Enterprise Edition download. I'm just choosing to install the client. I just figure for a client install, it doesn't need to access the contents of disk 2. Incidentally, even if I direct the installer at disk 2, I receive the same results. Nothing happens.

  • Oracle 8i Client install over Oracle 9i

    I am trying to install Oracle 8i Client over top my Oracle 9i installation to support 8i EXP processess. It is appearing that it works (i.e. Universal Installer runs through everything like it is installing) but afterward if I run the Univ Installer to look at installed programs it is all still version 9.2 items and my migration of 8i to 9i still does not work. How do I force an overwrite?
    Pretty sure I am not a P4 so that should not be the issue. Am I missing something on how to get 8i over top 9i?????
    Thanks for any help,
    Miller

    If you want to install that software you have to do it in a different Oracle Home. If you want to export a database or part of it with the export uitility of Oracle8i client you will be able to do it without installing Oracle8i Client on Oracle9i.
    Joel Pérez
    http://otn.oracle.com/experts

  • Oracle 8i client install. at mobile PC's

    Hello,
    i'll try to install a Oracle 8i client at a laptop, but it failed.
    I start autorun.exe. I can see the first mask, but the pick at the install-button failed.
    The installation at non-mobile-computers are correct.
    What can i do?
    Ch. Müller

    If you want to install that software you have to do it in a different Oracle Home. If you want to export a database or part of it with the export uitility of Oracle8i client you will be able to do it without installing Oracle8i Client on Oracle9i.
    Joel Pérez
    http://otn.oracle.com/experts

  • Oracle 8i client connection problem

    Hello
    I have installed the Oracle 8i Client S\w on to my machine and have put in the required and correct Net Service names etc... Have also added the JDBC drivers in the Path field!
    But still when I run a sample Java program checking jdbc connections... i get an error ORA:12560 TNS: Protocol Adapter error
    Can anyone please help me resolve it?
    thanks in advance
    priya

    Hi
    Thank you for replying.
    The TNSNAMES.ora file looks very fine and I have also checked the listener, which works fine too! But still I can not connect to the main databse thru the dev. machine! It would be very nice if someone can help me coz this is getting serious and urgent!
    thanks a lot
    Priya
    Make sure you have the proper tnsnames.ora
    in your ORACLE_HOME\network\admin directory.
    Jack
    null

  • Is Oracle 8i Client installed?

    What's the best way for a setup program to find out if Oracle 8i client is installed on a machine? Is there a specific registry key or file I can look for? I also need to get the Home name and Path.
    Thanks,
    Tom Jordan

    1. use below select statement to find the version.
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bi
    PL/SQL Release 10.2.0.2.0 - Production
    CORE 10.2.0.2.0 Production
    TNS for Solaris: Version 10.2.0.2.0 - Production
    NLSRTL Version 10.2.0.2.0 - Production
    2. Yes you can connect

  • Oracle 11g client Update Problem

    Hi ,
    I have problem with oracle 11g client, I have a treatment that is has selected information and update after the last treatment.The problem is that the update is sometimes the enssemble fields, even those I do not want to update.
    I use the 11g client with c #, my procedure is like update WHERE num = @ aram.I have doubts about the problems of loss of connection, because it give me the log: host not found, but there is a transaction, and in case of emergency I did a rollback.is there anyone who approaches to this problem??I took you to kindly help me, because the project and in production mode

    Apart from the fact that this has nothing to do with Oracle Forms the certifications and the version checks of the installer are there for a reason. Copying one version file doesn't make your RHEL6 a RHEL3. RHEL6 most certainly uses a different kernel, different libraries, different everything then RHEL3 (yes, Software Vendors change version numbers of their products not just for fun!). You might get lucky (using your friend google) that you get it working with some effort, but this doesn't guarantee that everything works and given the fact that this is not certified getting help is not that easy. Better yet is to save yourself the time and stick with certified combinations (maybe use OEL insted of RHEL?)
    cheers

  • Client install fails during OSD

    Hi,
    OS Deployment usually works without any issues for us. Sometimes (like 1 out of 15 deployments) the SCCM client will not install correctly and the system will boot up without any applications. That's okay, we just restart it and it works on the second attempt.
    Lately however, I discovered an issue with a certain model (Lenovo R500): The SCCM client configuration now fails every time (tried four times in a row!). It wasn't that bad before...
    Here are some answers to questions some of you might probably consider asking. :)
    - We are using diskpart /clean at the start of every task sequence
    - The system is domain joined before the SCCM client install step
    - Jason Sandys ConfigMgrStartup Script (client health GPO) is active
    - Client push install is active
    - The BIOS is up to date
    - These are our setup parameters during OSD: SMSMP=*FQDN* CCMEVALHOUR=12 PATCH="\\*FQDN*\hotfixes\configmgr2012ac-r2-kb3026739-x64.msp"
    - I tried installing newer network card drivers during the OSD in case the old drivers suddenly can't handle it any more but that also didn't improve the situation
    I thought maybe the GPO or the client push are interfering with the setup while running the OSD, but that also happens if the GPO is disabled. Also, the client push install never interfered with the OSD before and I don't think that it suddenly would.
    I zipped and uploaded the ccmsetup.log and client.msi.log to OneDrive, I would really appreciate it if someone could take a look at the logfiles and identify any potential issue that I'm not seeing.
    Logfiles: http://1drv.ms/18FTcAH
    Thank you!

    I just found a solution thanks to another fellow forum member that suggested I make sure that "Client Push" was not enabled.  I too was experiencing intermittent failures in OSD at the "Setup Windows and ConfigMgr" step that did
    not make any sense.
    After a review of the ccmsetup logs on the OSD machine and ccm.log on the server I was able to see that "Client Push" was beating the TS to installing the client by 4 seconds causing the TS to fail.
    Torsten indicated that Client Push and OSD can be problematic.  
    OSD Client Patch fails intermittently 
    After reviewing your ccmsetup.log I see the same evidence at time stamp 11:40:50 that I saw in my logs indicating that ccmsetup was already running when the TS went to install the client.
    An instance of ccmsetup is running as a service. The current instance will be terminated. ccmsetup 2/26/2015 11:40:50 AM 1920 (0x0780)
    Installation will be cancelled due to shutdown. Windows Installer will return error code 1602. ccmsetup 2/26/2015 11:40:50 AM 1920 (0x0780)
    MSI: Aktion 11:40:50: Rollback. Aktion wird rückgängig gemacht: ccmsetup 2/26/2015 11:40:50 AM 1920 (0x0780)
    An instance of ccmsetup is running as a service. The current instance will be terminated. ccmsetup 2/26/2015 11:40:50 AM 1920 (0x0780)
    Installation will be cancelled due to shutdown. Windows Installer will return error code 1602. ccmsetup 2/26/2015 11:40:50 AM 1920 (0x0780)
    File C:\WINDOWS\ccmsetup\{181D79D7-1115-4D96-8E9B-5833DF92FBB4}\client.msi installation was cancelled (1602) ccmsetup 2/26/2015 11:41:00 AM 1920 (0x0780)
    Hi pfitchie,
    I unmarked my reply as answer, it happened again and after reading your thread and this reply it all makes sense. I now disabled the Clientpush and will see what happens. Is there a possibility this is only happening if you apply CU4 during the OSD? It never
    happened before.

  • Libnspr4.dll fails to load if Oracle instant client installed

    I have tried Instant client 10.2 and 11.2 and this dll fails to load. If I go back to Oracle full client 10.1 the Message queue works correctly.

    I'm trying to load from .\lib and I've found that it is really looking for .\lib\lib. That is workaround for now.
    Something is changing where . is.

  • Oracle Client install problem on Solaris8(relink errors)

    I tried to reinstall the Oracle client. I am getting errors like the
    following:
    Error in invoking target relink of makefile ins_precomp.mk, and a whole bunch of other mk relink errors. I kept ignoring them. And finally the installer reported the following error:
    ld.so.1:
    /export/home/oracle/jre/1.1.8/bin/../bin/sparc/native_threads/jre:
    fatal: libclntsh.so.9.0: open failed: No such file or directory
    (/export/home/oracle/OraHome1/lib/libnjni9.so)
    Error loading native library: libnjni9.so.
    java.lang.UnsatisfiedLinkError: jniGetOracleHome
         at oracle.net.common.NetGetEnv.getOracleHome(Compiled Code)
         at oracle.net.ca.CmdlineArgs.setOraArgs(Compiled Code)
         at oracle.net.ca.NetCA.<init>(Compiled Code)
         at oracle.net.ca.NetCA.main(Compiled Code)
    Any help is appreciated.
    Thanks
    Hemanth

    Since I don't have libclntsh.so.9.0 in the lib directory I tried to generate it using genclntsh command. But it throws errors like
    ./genclntsh
    Undefined first referenced
    symbol in file
    nnfyboot /export/home/oracle/OraHome1/lib/libn9.a(nnfgt.o)
    ld: fatal: Symbol referencing errors. No output written to /export/home/oracle/OraHome1/lib/libclntsh.so.9.0
    cat: cannot open /tmp/clntst9.5548/*.nm
    sort: can't stat /tmp/clntst9.5548/*.objs: No such file or directory
    usage: ar -d[-vV] archive file ...
    ar -m[-abivV] [posname] archive file ...
    ar -p[-vV][-s] archive [file ...]
    ar -q[-cuvV] [-abi] [posname] [file ...]
    ar -r[-cuvV] [-abi] [posname] [file ...]
    ar -t[-vV][-s] archive [file ...]
    ar -x[-vV][-sCT] archive [file ...]
    ar: creating /export/home/oracle/OraHome1/lib/libclntst9.a
    Created /export/home/oracle/OraHome1/lib/libclntst9.a
    Completely stumped as to whats going on.
    Any help is appreciated
    Thanks
    Hemanth

  • Oracle idm client install

    How can we install ORAcle idm xlclient.
    We are new at IDM.
    We couln't find documantation about that and download link.
    Thanks...

    Thanks.
    We tried your recommandation but setup client not working.
    We are using windows XP.
    Run setup. A commant prompt open, some character apears then close suddenly. We can't even read this charakter. So nothing heppens.
    How we can solve this problem?=
    Thanks.

Maybe you are looking for

  • How to set content-type for outbound mail in BCS

    Hey everybody, can anybody please give me a hint how to set the content-type for outbound email in ABAP using BCS to send mail. By default the content tyoe is set to text/html. I need other. Best regards Roman

  • History of changes in BPM Composer

    Hi!!! Does any body knows if it is posible to see the history of changes done in a process in BPM Composer? The information that I want to see is which changes where done by a specific user? When? Like an audit trail of the changes done in a process.

  • Where do I find the black apple logo in System- Library ?

    On 10.4 and 10.5 the blue apple was in System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fram ework/Versions/A/Resources/Extras.rsrc Where is the black apple from the Snow Leopard menu bar?

  • Unexpected payment for skype membership

    Hie, a payment of $5 was wrongly deducted from my account on 31st may when the transaction was not complete. Actually the trasanction was completed on 4/06/2014 when i again paid $5. Can ayone help?

  • Document literal with JAX-RPC?

    Hi folks, I want to create a service that uses document literal. I'm at a loss as to how to specify this to wscompile or xrpcc. Any help would be greatly appreciated. Regards, Rajesh