Link errors on HP Itanium and Oracle 9.0.1.0.1 Developers Release

We have pulled down the Oracle Developers release for HP-UX 11.22 and were not able to compile the Oracle code
because of a link error. We are getting the following errors in the make.log file:
(Bundled) cc: error 1913: `16M' does not exist or cannot be read
(Bundled) cc: error 1913: `L' does not exist or cannot be read
(Bundled) cc: error 1913: `1M' does not exist or cannot be read
(Bundled) cc: error 1913: `1M' does not exist or cannot be read
*** Error exit code 1
Stop.
Has anyone run into this issue and how was it resolved?
Thanks,
Walter

Alex,
does a
select xmlelement("SQLX", 'Hello ,World!') from dual; work?
SQL> select xmlelement("SQLX", 'Hello World!') from dual;
XMLELEMENT("SQLX",'HELLOWORLD!')
<SQLX>Hello World!</SQLX>
It works for me in 9.2
SQL> select xmlelement("orderid", order_num) from orders;
XMLELEMENT("ORDERID",ORDER_NUM)
<orderid>1</orderid>
<orderid>2</orderid>
<orderid>3</orderid>
<orderid>1</orderid>
<orderid>2</orderid>
<orderid>3</orderid>
6 rows selected.
SQL>

Similar Messages

  • Link error(ins_ctx.mk) during installation oracle DB(11.2.0.2)

    Hi,
    While I am trying to install Oracle software on RAC setup.I am getting following linking error message at OUI. If I ignore the massage and clink on "continue" then database software is installed successfully.
    Configuration detail.
    1. OEL 5.4 (2 Nodes)
    2. ASM
    3. Clusterware 11.2.0.2
    4. Installed RPM details checked from following link and looking fine.
    http://download.oracle.com/docs/cd/E11882_01/install.112/e16769/toc.htm#BHCGAEJA
    After investigated the issue I found following error message in make.log
    /usr/bin/make -f ins_ctx.mk install ORACLE_HOME=/u01/app/oracle/product/11.2.0.2/dbhome_1/gcc -o ctxload -m32 -L/u01/app/oracle/product/11.2.0.2/dbhome_1/ctx/lib/ -L/u01/app/oracle/product/11.2.0.2/dbhome_1/lib/ -L/u01/app/oracle/product/11.2.0.2/dbhome_1/lib/stubs/ -L/u01/app/oracle/product/11.2.0.2/dbhome_1/lib/ -lirc -lipgo /u01/app/oracle/product/11.2.0.2/dbhome_1/ctx/lib/sdrz.o -lctxs11 -lctx11 -lctxs11 -lzx11 -lgx11 -lctx11 -lzx11 -lgx11 -lclntsh `cat /u01/app/oracle/product/11.2.0.2/dbhome_1/lib/ldflags` -lncrypt11 -lnsgr11 -lnzjs11 -ln11 -lnl11 -lnro11 `cat /u01/app/oracle/product/11.2.0.2/dbhome_1/lib/ldflags` -lncrypt11 -lnsgr11 -lnzjs11 -ln11 -lnl11 -lnnz11 -lzt11 -lztkg11 -lclient11 -lnnetd11 -lvsn11 -lcommon11 -lgeneric11 -lmm -lsnls11 -lnls11 -lcore11 -lsnls11 -lnls11 -lcore11 -lsnls11 -lnls11 -lxml11 -lcore11 -lunls11 -lsnls11 -lnls11 -lcore11 -lnls11 `cat /u01/app/oracle/product/11.2.0.2/dbhome_1/lib/ldflags` -lncrypt11 -lnsgr11 -lnzjs11 -ln11 -lnl11 -lnro11 `cat /u01/app/oracle/product/11.2.0.2/dbhome_1/lib/ldflags` -lncrypt11 -lnsgr11 -lnzjs11 -ln11 -lnl11 -lclient11 -lnnetd11 -lvsn11 -lcommon11 -lgeneric11 -lsnls11 -lnls11 -lcore11 -lsnls11 -lnls11 -lcore11 -lsnls11 -lnls11 -lxml11 -lcore11 -lunls11 -lsnls11 -lnls11 -lcore11 -lnls11 -lclient11 -lnnetd11 -lvsn11 -lcommon11 -lgeneric11 -lsnls11 -lnls11 -lcore11 -lsnls11 -lnls11 -lcore11 -lsnls11 -lnls11 -lxml11 -lcore11 -lunls11 -lsnls11 -lnls11 -lcore11 -lnls11 `cat /u01/app/oracle/product/11.2.0.2/dbhome_1/lib/sysliblist` -Wl,-rpath,/u01/app/oracle/product/11.2.0.2/dbhome_1/lib -lm `cat /u01/app/oracle/product/11.2.0.2/dbhome_1/lib/sysliblist` -ldl -lm -L/u01/app/oracle/product/11.2.0.2/dbhome_1/lib
    /usr/bin/ld: skipping incompatible /u01/app/oracle/product/11.2.0.2/dbhome_1/lib//libirc.a when searching for -lirc
    /usr/bin/ld: skipping incompatible /u01/app/oracle/product/11.2.0.2/dbhome_1/lib//libirc.a when searching for -lirc
    /usr/bin/ld: skipping incompatible /u01/app/oracle/product/11.2.0.2/dbhome_1/lib/libirc.a when searching for -lirc
    /usr/bin/ld: cannot find -lirc
    collect2: ld returned 1 exit status
    make: *** [ctxload] Error 1
    Kindly suggest what can be done to resolve the issue.
    Thanks-
    Rajdeep

    Hi,
    I have 64-bit machine on which OEL 5.4 O/S os installed.I used correct version of Oracle database (11.2.0.2) software to install.
    Please refer the output of versions are used.
    uname -a
    Linux Node-01 2.6.18-164.el5 #1 SMP Thu Sep 3 04:15:13 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
    Following are the database software setup used for installation.
    p10098816_112020_Linux-x86-64_1of7.zip
    p10098816_112020_Linux-x86-64_2of7.zip
    For any doubt of version, I used same setup to install database software version (11.2.0.1) and succeed in that.But when tried for 11.2.0.2 installation on same setup then failed. I feel this is some other issue.
    Thanks-
    Rajdeep

  • Link server SqlServer 2008 R2 and oracle 8i

    Hi,
    I have many days trying to link a oracle 8i 8.1.6.3 AIX with SQLServer 2008 R2 64 bits.
    I tested with ODAC: 11,10 and 9.
    Any one can tell me any suggestions to do it? I read many articles and blogs and says not possible to do.
    Some guys wroted in blogs articles that was succesful, but when I do the step by step dont work.
    We cant update the oracle 8i 8.1.6.3 AIX, we cant shut down the system.
    Kind regards.

    Just an update to this problem as I have had time to get round to looking at it again.
    Installed MSSQL Server 2008 on a Windows XP 32 bit virtual PC.
    Installed Oracle Instant Client, copied the TNSNAMES.ORA from the server above.
    Set the Environmental Variables and rebooted.
    Same BIDS package as in the original problem.
    Only 8 seconds to run and transfer 39062 rows, roughly 4883 rows a second!
    I am very curious about where the problem lies.
    Is it a problem with the Oracle 64 bit drivers but while within the BIDS environment it should be using the 32 bit drivers?
    The package did not run any faster when using MS SQL Agent to run the package where it would have used the 64 bit drivers.
    I think I will leave this Virtual XP setup running on our Virtual Server Server to do the transfers.
    I'd still like to know what the problem is and how to fix it.
    So if anyone else has the same problem and solves it please post the answer here.
    Thanks in advance
    Simon

  • Error: While applying patch 5484000(Oracle E-Business Suite 12.0.2 Release)

    Hi all,
    I have R12 EBS on linux machine.
    Am trying to apply R12 CUP 2 patch in linux.
    While applying am getting the following error.
    ERROR:
    =======
    ATTENTION: All workers either have failed or are waiting:
    FAILED: file FNDGFU on worker 1.
    FAILED: file FNDGFU on worker 2.
    FAILED: file FNDGFU on worker 3.
    FAILED: file FNDGFU on worker 4.
    ATTENTION: Please fix the above failed worker(s) so the manager can continue.
    adwork001.log
    ===========
    Start time for file is: Thu May 15 2008 09:26:46
    /U00010.00/prod_app/apps/apps_st/appl/fnd/12.0.0/bin/FNDGFU &ui_apps 0 Y PROGRAM_NAME=PAY_CHQ_ar_KW.rtf PROGRAM_TAG=TMP:XDO:XDOTMPLATE1:SEED CONTENT_MAP=@FND:admin/import/fndgfu.txt LANGUAGE=US @PAY:patch/115/publisher/templates/PAY_CHQ_ar_KW.rtf
    /U00010.00/prod_app/apps/apps_st/appl/fnd/12.0.0/bin/FNDGFU: symbol lookup error: /U00010.00/prod_app/apps/apps_st/appl/fnd/12.0.0/bin/FNDGFU: undefined symbol: intelfast_memset
    AD Worker error:
    The above program failed with error code 127.
    See the AD Worker log file and/or the program log file for details.
    Time when worker failed: Thu May 15 2008 09:26:46
    Please help .
    Regards,
    RKA

    Hello
    See the logfiles adwork001.log to adwork004.log. The last lines show the errors ocurred. The best thing to do is to open an SR with Support sending those error messages.
    Hope this helps.
    Octavio.

  • Oracle Clusterware and Oracle Real Application Clusters Install Guide

    I've downloaded the latest "Oracle Database - Oracle Clusterware and Oracle Real Application Clusters Install Guide - 10g Release 2 (10.2) for HP-UX PA-RISC" (part no. B14202-01) dated August 2005 from OTN. I'm getting the following error when opening the pdf file in Adobe Reader:
    "Cannot extract the embedded font 'PEPPLC+Palatino-Italic'. Some characters may not display or print properly."
    When I print the manual, I get blank pages throughout the document which, in my opinion, should contain text and don't. Specifically pages 1-11, 2-5, 2-19, 2-24, 2-33, 3-5, 3-19 to name a few. When I go to those pages within the pdf file in Adobe Reader, I get the error: "There was a problem reading this document (114)."
    Can you verify this problem on your end. Also, how do I get a good copy of this document?

    Hi!
    Apologies for the delay in responding to you. Please try the documentation library, part B19306-01 at URL: http://www.oracle.com/technology/documentation/database10gR2.html. Search for the part B14202-01 and click: pdf at top right. Part B14202-01 documentation pdf is currently displaying and printing on this end. The blank pages at the end of each main topic are inserted on purpose.
    Another link to part B14202-01, on OTN is under the OEM, Oracle Enterprise Manager 10g Release 2 (10.2): http://www.oracle.com/pls/db102/portal.portal_db?selected=21
    Thank you for your comments and feedbacks. Its much appreciated.
    Main OTN, documentation URL: http://www.oracle.com/technology/documentation/index.html
    Regards,
    Chao

  • Invalid sibling link error

    I have a 15" PB which gave an "invalid sibling link error" one month ago and I was not able to even repair it using DiskWarrior. I have Apple Care Protection plan, so I sent it for repairs and the repair guys replaced the motherboard as they suspected it was the reason. On return, I reformatted the HD and installed everything from stratch. Everything was working fine till last Saturday morning, when computer would not boot up. So I checked using Disk Utility from PB DVD, and the dreaded "invalid sibling error" came up again. Since I have a bootable backup of the HD, I formatted the HD and tried to load the system on the HD from the backup copy. But the writing of backup using CCC hung up and I had to quit it. After that I was not able to find the HD using Disk Utility from DVD.
    I have sent it for repairs again, but can anyone help me understand the core problem here. Since last time they replaced the motherboard, I think they will replace the HD this time around. Is the logic board, motherboard or the HD that is the root cause of the problem?
    Powerbook G4   Mac OS X (10.4.7)   100GB HDD, 1.5GB RAM

    I had never heard of "invalid sibling link error" until you post, and when I ran a search on it the best explanation I could find is that it is a directory-related problem. See the following (assuming it is correct): http://www.computing.net/mac/wwwboard/forum/2584.html The suggestion there, though, is that DIsk Warrior should be able to fix the problem, and you've already told us that you tried using Disk Warrior on it and it did not work.
    Very puzzling. Please post back what happens when you get your PB back from being repaired.
    Good luck.
    -- JDee

  • Works in 2009, Link errors in 2013 SP1

       I have a system that runs rack mount test instruments.  I have a system DLL that performs different generic  functions for me and also included custom driver functions for the instrumentation.  This DLL is built and the different driver .h/.fp files and the system DLL library file are distributed.  The distributed files are included in various test projects.   
       This approach has worked for the last 2 years using CVI2009.  I recently started trying to use CVI2013 SP1.  The system DLL still builds with no errors.  However, my various test DLL that use the distributed files, now compile fine, but have Undefined symbol link errors.  The link errors point to functions and structures that are global to the system DLL, but weren't meant for exported use by the test DLLs.  The files the link errors call out are .obj files for a couple of different system drivers that are located in the build folder that CVI created.  Anyone experienced anything like this while upgrading to CVI2013?

    Hello HeadTrauma, 
    I think it might be worth checking that you have your library set to a dynamically linked library.  The behavior you are receiving seems akin to changing a dynamically linked library to a statically linked library.  This could happen automatically in an upgrade.  For information on how to set this, please view the following link: 
    http://digital.ni.com/public.nsf/allkb/BF8084DB74021EE986257AB200001737
    Best wishes!
    Amanda B.
    Applications Engineer
    National Instruments

  • SQL and Oracle in synchronization

    I have to synchronize for about 2 months one Oracle 9.i database and one SQL server 2000, Standard edition database, both running on Win 2K Server. Every change made on either of the databases (the best is there are only 4-5 tables reflected) has to be provided on the other side almost in real time. I choused to use SQL server as a way to do it. For Oracle I have only the ODBC connectivity (supplied for free) and I did have a lot of problems in ORA 8.1.6... Needless to say, there's no money for third party products or even new ORA transfer utility, as the 2-month are not sufficient time.
    I did set up linked servers between SQL server and Oracle and trying to make some triggers working for me, but is this the best way to do it? May be somebody has better experience...
    Any ideas will be greatly appreciated.
    Thanks,
    MJ

    Do you really like to implement a two way replication between M$ SQL and Oracle?
    Maybe you can try this using the heterogenous gateway and Oracle Advanced replication. Don't know if this could work our test environment would be ready but actually there's no time to try.
    Will keep you informed if I know more.
    In this way you don't need any third party sw and I think it could work, but never have tried it out.
    Could be an interesing challenge ;-)
    Michel

  • Getting Linker errors while porting InDesign CC plugin code to InDesign CC 2014

    Hello,
    I am getting following linker errors during porting of plugin code from InDesign CC to InDesign CC 2014
    > PlugInStatics.obj : error LNK2019: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::generic_category(void)" (?generic_category@system@boost@@YAAEBVerror_category@12@XZ) referenced in function "void __cdecl boost::system::`dynamic initializer for 'posix_category''(void)" (??__Eposix_category@system@boost@@YAXXZ)
    > PlugInStatics.obj : error LNK2019: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::system_category(void)" (?system_category@system@boost@@YAAEBVerror_category@12@XZ) referenced in function "void __cdecl boost::system::`dynamic initializer for 'native_ecat''(void)" (??__Enative_ecat@system@boost@@YAXXZ)
    I am using following environment :
    OS : Windows 7 SP1 (64bit)
    Visual Studio : VS 2013 with platform tool set = Visual Studio 2010 (v100)
    InDesign SDK : InDesign CC 2014 plugin SDK (070)
    Boost Libraries : 1.55
    I have added external boost library paths in visual studio -> Linker properties -> Additional Library paths, still above linker errors persists, can someone help ?
    Thanks,
    -Harsh.

    Hello Bartek,
    Your answer resolved similar linker errors I faced while porting InDesign plug-ins from CC to CC 2014.
    I added the macro - BOOST_SYSTEM_NO_DEPRECATED to the Preprocessor Definitions in VS 2012 SP4 and the build succeeded.
    The second option of adding the macros - BOOST_ALL_DYN_LINK;BOOST_REGEX_USE_CPP_LOCALE;BOOST_REGEX_RECURSIVE;BOOST_HAS_ICU=1;BOOST_ FILESYSTEM_VERSION=3;BOOST_CHRONO_HEADER_ONLY;BOOST_SIGNALS_NO_DEPRECATION_WARNING; did not work for me.
    Can you explain why this linker error showed up? And how the macro solved it?
    Thanks,
    Vijayasri

  • Cache Connect TimesTen v7.0.5 and Oracle DB 11.1g error

    I tested Cache Connect on HP-UX v11.31. I have error when running the command
    "call ttCacheUidPwdSet" with error "Cannot load backend library
    'libclntsh.so' for Cache Connect." as below:
    $ sh bin/ttIsql demo
    Copyright (c) 1996-2008, Oracle. All rights reserved.
    Type ? or "help" for help, type "exit" to quit ttIsql.
    All commands must end with a semicolon character.
    connect "DSN=demo";
    Enter password for 'testuser':
    Connection successful:
    DSN=demo;UID=testuser;DataStore=/home/timesten/demo;DatabaseCharacterSet=US7ASCII;ConnectionCharacterSet=US7ASCII;DRIVER=/etc/TimesTen/timesten70/lib/libtten.so;OracleId=demodb;PermSize=128;TempSize=128;TypeMode=0;
    (Default setting AutoCommit=1)
    Command> call ttCacheUidPwdSet('testuser','testuser');
    5102: Cannot load backend library 'libclntsh.so' for Cache Connect. OS
    error message 'Unsatisfied code symbol 'sem_destroy' in load module
    '/u01/app/oracle/product/11.1.0/lib/libclntsh.so'.'.
    The command failed.
    Command>
    We use Timesten version 7.0.5, Oracle Enterprise Database 11.1g, HP-UX
    Itanium 64bit v11.31, Oracle Client 11.1g.
    ORACLE_HOME=/u01/app/oracle/product/11.1.0/
    I have tried for several days but to no results. Please advise how to solve the problem. Thank you very much

    Dear all,
    I have found a solution for this error. We could use Oracle 10.2 g on HP-UX v11.31. However, when you do the installation, command will be: "./runInstaller -ignoreSysPrereqs".
    The steps to install oracle client are following ( $ORACLE_CLIENT_HOME):
    1) su - oracle
    2) Download Oracle 10.2g HP-UX Itanium "10gr2_client_hpi.zip"
    3) unzip the file : "jar xvf 10gr2_client_hpi.zip " . The new folder name "client"
    4) cd client; ./runInstaller -ignoreSysPrereqs
    After that, you need to remove the $ORACLE_HOME/lib/libclntsh.so and link to new file
    5) rm $ORACLE_HOME/lib/libclntsh.so
    6) ln -s $ORACLE_CLIENT_HOME/lib/libclntsh.so.10.1 $ORACLE_HOME/lib/libclntsh.so
    7) export LD_LIBRARY_PATH=$ORACLE_CLIENT_HOME/lib:$TIMESTEN_HOME/lib:$ORACLE_HOME/lib
    8) export PATH=$ORACLE_CLIENT_HOME/bin:$PATH
    Then you need to restart the TimesTen Daemon so that it could get the new system parameters
    9) ttDaemonAdmin -restart
    if you do not restart the TimesTen Daemon, you could get the error:
    Command> call ttCacheStart;
    10024: Could not start cache agent for the requested data store. Could not initialize OCI function pointers. Error: none
    The command failed.
    And finally, the CacheConnect is up
    $ ttIsql demo
    Copyright (c) 1996-2008, Oracle. All rights reserved.
    Type ? or "help" for help, type "exit" to quit ttIsql.
    All commands must end with a semicolon character.
    connect "DSN=demo";
    Enter password for 'testuser':
    Connection successful: DSN=demo;UID=testuser;DataStore=/home/timesten/demo;DatabaseCharacterSet=US7ASCII;ConnectionCharacterSet=US7ASCII;DRIVER=/etc/TimesTen/timesten70/lib/libtten.so;OracleId=demodb;PermSize=128;TempSize=128;TypeMode=0;
    (Default setting AutoCommit=1)
    Command> call ttCacheUidPwdSet('testuser','testuser');
    Command> call ttCacheStart;
    Command> CREATE READONLY CACHE GROUP readcache
    AUTOREFRESH INTERVAL 5 SECONDS
    FROM readtab
    (a NUMBER NOT NULL PRIMARY KEY, b VARCHAR2(31));Command> LOAD CACHE GROUP readcache COMMIT EVERY 256 ROWS;
    2 cache instances affected.
    Command> SELECT * FROM readtab;
    < 1, hello >
    < 2, world >
    2 rows found.
    Command>
    Thank you for all of your help.

  • Error On Attach File in Apex 4.0.2 And Oracle database 10.2.3.0

    hi all
    i using Apex 4.0.2 and Oracle database 10.2.0.3
    i have Blob Item in table and i wanted upload a file to Blob Item .
    when i used Attach file button at the first saving connection failed and the second time successfully
    How can i Fixed this problem?
    Tommy
    Edited by: Tommy on Sep 4, 2011 10:50 AM

    Hi,
    The absolute link works fine, but opening it in IE, I will get the following error message:
    Internet Explorer could not open http://localhost:8080/i as a Web Folder.
    I have troubles with Windows Server 2003, I'm going to install APEX in XP. Thank you.
    Guys, I installed APEX on Windows XP and the borwser seems to give the same message about creating a webfolder. I'm unable to create one, please help will be appreciatied.
    Regards,
    Edited by: 873013 on 17-jul-2011 12:05

  • Connection Errors between Oracle 8 Client and Oracle 8.1.6 EE

    Our current application has been developed using PowerBuilder 6.5 and Oracle 8.1.5. Since PB 6.5 does not have a "native driver" for 8.1.5, we have used their driver for Oracle 8.0.5 for Net8 connectivity to the server. Everything works fine.
    Recently, I downloaded the current version of Oracle 8.1.6 EE from Technet to try out the compatibilty of our software with the next version of 8I, it failed. The error seems to be somewhere between the 8.0.5 Oracle Client Software and the downloaded Oracle 8.1.6 EE Server software. Some how we have lost the ability to declare cursors. I tried declaring a cursor in a procedure through SQL*Plus and it failed their as well. I have even tried the Oracle 8.0.6 Client, with same results.
    Has anyone seen this? If so, what should I do?
    Thanks,
    Jason

    HOW TO SUPPORT TWO-TASK COMMON ERRORS - 1012295.102
    Troubleshooting
    ===============
    Two-task common errors are generally RDBMS related issues, but could be caused by a problem with SQL*Net, or an application (i.e. Pro*C).
    ORA-03106
    ======== Possible reasons for the ORA-03106 errors include:
    1. Incompatibilities between the client application and the RDBMS server.
    For example, version incompatibilities, or a client trying to use a feature not supported by the database kernel.
    2. When using database links or gateways.
    3. Network or SQL*Net problems.
    4. Corruptions.
    5. PL/SQL - language related.
    check the NLS_LANG variable on the client and server.

  • LKM Oracle to Oracle DB link - Error ( Jan 5 2009)

    Hi ,
    My Source and Target databases are Oracle..._
    Since my Source has around *2 million records*.....it is taking too much of time in Load Data step....
    Intially I was using LKM SQL to Oracle and IKM Oracle Increemental Update...
    Looked in to ODI docs and FOrums...it seems LKM Oracle to ORacle (DB Link) would be the fastet way to load the data in target.....
    I have a Dblink created between my source and target.... i tested with the SQL it looks fine.............
    I created the Topology by mentioning the DBlink name ....
    And I straight away ran my interface ......
    I am getting this Error:
    schema1 is my target schema name.....
    When I am using a different LKM it works fine , takes time a lot .....
    1917 : 42000 : java.sql.SQLException: ORA-01917: user or role 'schema1' does not exist
    java.sql.SQLException: ORA-01917: user or role 'schema1' does not exist
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:185)
    at oracle.jdbc.driver.T4CPreparedStatement.execute_for_rows(T4CPreparedStatement.java:633)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1086)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2984)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3057)
    at com.sunopsis.sql.SnpsQuery.executeUpdate(SnpsQuery.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execSrcOrders(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
    at com.sunopsis.dwg.cmd.e.i(e.java)
    at com.sunopsis.dwg.cmd.g.y(g.java)
    at com.sunopsis.dwg.cmd.e.run(e.java)
    at java.lang.Thread.run(Unknown Source)
    How can i proceed in this scenario..?
    Thanks in advance
    Ananda
    Edited by: Ananda on Dec 22, 2008 5:15 PM
    Edited by: Ananda on Jan 5, 2009 8:54 PM

    Hi ,
    I am getting the Same DB link ~Error again. I have granted all the access to the particular schema.
    In the first step itself Interface getting failed...!!!!
    Step 1. Create view view on source.
    When I run an SQL query using DB link , DB link work fine. ( I had a doubt whether the DB link is an issue )
    Any advice on this !!
    Thanks
    Ananda

  • Unsatisfied Link Error when using Oracle OCI (Type II) driver

    Using Oracle OCI (Type II) driver on HPUX with Oracle 9.2.0.4.
    If when creating a connection pool via the console, using the Oracle OCI (Type
    II) driver, you get the error "Unsatisfied link error with library libocijdbc9.sl
    or format error" then check that the library included in the SHLIB_PATH is pointing
    at the $ORACLE_HOME/lib32 directory and not just the $ORACL_HOME/lib

    We do not offer a JDBC driver for Linux in version 5.1. In version 6.0,we
    do offer a type 4 driver for Linux.
    In version 5.1, I suggest trying the platform independent type 4 JDBC driver
    available for free from Oracle. It is supported (as is any JDBC driver)
    with WebLogic Server. To download it:
    Go to http://www.oracle.com and select the "Download" option.
    From the resulting page, use the "Select Utility or Driver" dropdown to
    select Oracle JDBC drivers
    From the resulting page, scroll down a little (since SQLJ stuff appears at
    the top).
    Or, to go directly there:
    http://technet.oracle.com/software/tech/java/sqlj_jdbc/software_index.htm
    Thanks,
    Michael
    Michael Girdley, BEA Systems Inc
    Learning WebLogic? Buy the book.
    http://www.learnweblogic.com/
    "Michael W. Warren, Sr." <[email protected]> wrote in message
    news:[email protected]..
    I have installed WebLogic 6.0 on Solaris platform and verified that the
    server comes up
    and that I can connect to it via Netscape. Next step was to verify
    installation of WebLogic
    jDriver for Oracle. When I run the following:
    java utils.dbping ORACLE scott tiger
    I get the following error:
    Starting Loading jDriver/Oracle .....
    Error encountered:
    java.sql.SQLException: System.loadLibrary threw
    java.lang.UnsatisfiedLinkError
    with the message
    '/ldatae/bea/wlserver6.0/lib/solaris/oci816_8/libweblogicoci37.so:
    ld.so.1: /ldatae/bea/jdk130/jre/bin/../bin/sparc/native_threads/java:
    fatal: libgen.so.1: open failed: No such file or directory'.
    at
    weblogic.jdbcbase.oci.Driver.loadLibraryIfNeeded(Driver.java:202)
    at weblogic.jdbcbase.oci.Driver.connect(Driver.java:57)
    at java.sql.DriverManager.getConnection(DriverManager.java:517)
    at java.sql.DriverManager.getConnection(DriverManager.java:146)
    at utils.dbping.main(dbping.java:182)
    Anyone seen this? Help!!!
    Thanks in advance
    Mike Warren, Sr.
    [email protected]

  • Linker error: Compiling C++ code on linux platform with 64 bit oracle lib

    uname -a : Linux pnl36a-4203 2.6.5-7.308.PTF.352368.0-smp #1 SMP Mon Dec 10 11:36:40 UTC 2007 x86_64 x86_64 x86_64 GNU/Linux
    /app/devtools/gcc-4.2.3-64/bin/g++ -L/home/john/sdc/lib/Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64 -L/home/john/oracle/lib -L/app/gcc-3.3.4/lib -L/app/gcc-3.2.3/lib -ldl -lpthread -lnsl -lrt -lstdc++ -lvs -lclntsh -L/home/cdev/pkgs/oas/Linux64/oaslinux64_2_4_05_03/lib -loas Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64-R/db.o Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64-R/owl.o Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64-R/queue.o Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64-R/log.o Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64-R/titan.o -o /home/amehta17/sdc/bin/Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64/titan
    /usr/bin/ld: warning: libnnz10.so, needed by /home/john/oracle/lib/libclntsh.so, not found (try using -rpath or -rpath-link)
    /home/amehta17/oracle/lib/libclntsh.so: undefined reference to `nzos_ServiceWriteQueue'
    /home/amehta17/oracle/lib/libclntsh.so: undefined reference to `nzosCipherSpecToStr'
    /home/amehta17/oracle/lib/libclntsh.so: undefined reference to `nzos_setCRLPath'
    /home/amehta17/oracle/lib/libclntsh.so: undefined reference to `nzteOpenPersona'
    /home/amehta17/oracle/lib/libclntsh.so: undefined reference to `nzdsi_initialize'
    All these symbols are not defined in libclntsh.so and also does not exist in libnnz10.so.
    Heading 5:h5
    I checked 32bit version of libnnz10.so has all above undefined symbols. This looks really weird to me why 64 bit version of libnnz10.so doesn't define these symbols.
    Let me know if you have any idea.

    Subsequent to your reply, I found that Openmotif is not available in Fedora, so we thought Oracle linux is best in terms of compatibility. But looks like it is not that easy to install EBS R12 on Oracle Linux also. Anyway, we installed EBS R12 on OEL-5 64 bit. Able to run forms after installing openmotif 21. Applied RUP 2. The patch application is failing to link some executables. (specifically FEMCCE, and all the executables in MSC product, MSCCPP. etc...)
    Could you give some insights into this ?
    Error messages:
    `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv' referenced in section
    `.rodata' of
    /home/orasfa/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCDbCrSumExElem.o):
    defined in discarded section `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv'
    of /home/orasfa/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCDbCrSumExElem.o)
    `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv' referenced in section
    `.rodata' of
    /home/orasfa/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCMathExecOp.o):
    defined in discarded section `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv'
    of /home/orasfa/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCMathExecOp.o)
    collect2: ld returned 1 exit status
    make: *** [home/orasfa/apps/apps_st/appl/fem/12.0.0/bin/FEMCCE] Error 1
    Done with link of fem executable 'FEMCCE' on Wed Aug 15 11:26:06 PDT 2007
    Relink of module "FEMCCE" failed.
    See error messages above (also recorded in log file) for possible
    ------------------------------------------------------------------------------------------------------------------------------

Maybe you are looking for

  • Convert PDF File to ASCII / Text File

    Hello, I have a PDF File that was created from a Spools (Output of Smart Form to begin with and run in background) using the SAP Function module - CONVERT_OTFSPOOLJOB_2_PDF and I have the pdf file archived. Now, I need to do Reverse process. The orig

  • Nokia Maps wrong language

    Hi, I have a problem with nokia maps on my N8 (latest version on belle refresh...) From a day to another, the categories submenu is now in english. My phone is set to italian. Everything else inside nokia map is in italian but under search > category

  • Interesting Information about Hyperion User Groups and Conferences

    Ed Roske has an interesting post on his blog, including a letter from John Kopcke (SVP of EPM at Oracle). There is a lot of content discussing the disbandment of the Hyperion User Groups and the absorption by OAUG with the new Hyperion SIG (Special I

  • UME with 4.6C and connector Alias

    Hello, We have big difficulties to link Visual composer to a 4.6C... 1) We try to configure UME of portal to a 4.6C (but since SP12 and WAS 6.20 is not installed, it is not possible to use it. Is it possible to use UME portal and map by using "user m

  • Macbook Pro - Leopard or Snow Leopard?

    How can I find out if I have Leopard or Snow Leopard installed on my Macbook Pro 13?  I purchased it this year of 2011 in June.  Here are the computer specs: Model Name:          MacBook Pro   Model Identifier:          MacBookPro8,1   Processor Name