Ocijdbc9.sl: specified file is not a shared library

I'm attempting to run the JdbcCheckup program.
Here is my configuration:
JDBC driver version is 9.2.0.5.0
I have CLASSPATH set to /d00/oracle/prod/v9.2.0/jdbc/lib/ojdbc14.jar
I have LD_LIBRARY_PATH set to /d00/oracle/prod/v9.2.0/lib
I have SHLIB_PATH set to /d00/oracle/prod/v9.2.0/lib
We're on an UP-UX platform with Oracle9i Enterprise Edition Release 9.2.0.5.0
All the google and forum searches suggest to check the path but they are set correctly as far as I can tell.
Any suggestions?

warman,
Pardon me for stating the obvious, but are you certain that file "ocijdbc9.sl" is a shared library. Although I don't work with UP-UX (or should that be HP-UX?), on most UNIX/linux systems, shared library files have the ".so" extension in their names.
Good Luck,
Avi.

Similar Messages

  • How to get Reference on files of my ADF Shared Library

    Dear All,
    Use case:
    I have compiled one project into a shared ADF library. This project has a ViewController.
    In it are some common css files that I would like to reuse.
    Now, I have a new project and have linked to that ADF library using Resource Palette.
    In my JSFF file, I tried to link to the CSS in my shared library
    <af:resource type="css" source="/com/test/common.css"/>But I cant seem to get the styleclasses in that shared library.
    I have checked at Firebug console and I notice that I am getting a 404 when I am requesting for the said file.
    What should be the correct path for me to get a reference to the CSS Files?
    Thanks
    JDEV 11G PS3

    Duplicate of How to get Reference on files of my ADF Shared Library
    Edited by: Bijesh Krishnadas on Aug 17, 2011 9:13 PM

  • ITunes 10.5 does not load shared library files

    Since today's update to iTunes 10.5 from 10.4.1. iTunes can no longer access the shared music library I have on my iomega NAS disk. It sees the disk and lists it as a shared library, but when I click on the library it goes into an endless loading cycle. In the past it might take a minute or so to load the library, but since the update, iTunes never actually does load it.
    There is no error message, not even an operation time-out. I can't see anything rrelevant in the console. It just goes on for ever trying to load the shared library.
    It was loading the shsred library just fine until this evening when the update downloaded.
    Any ideas?

    I'm having the same problem with a Buffalo Linkstation LS-WTGL/R1-V3 NAS and iTunes 10.5 on both Mac OS X 10.6.8 and Windows XP.
    It's not quite an endless loop, though. It takes about 20 seconds, then the song listing flashes briefly on the screen but goes immediately to the local Music listing in the Library. If I right-click on the NAS's entry and choose "Open in a New Window", the window opens, shows the barber pole throbber for about 20 seconds, then closes, again going back to the local Music listing.
    There's about 117GB in the iTunes Music folder on the NAS.
    This worked fine under iTunes 10.4.x.

  • Missing header files when importing a shared library with labview 8.6?

    Hi all,
    I want to import a .dll into my .vi program but I am not able to do it...
    I have created the dll  following the ni website tutorial
    http://zone.ni.com/devzone/cda/tut/p/id/3303#toc2
    Once the dll has been created, I have tried to import it with
    Tools-Import-Shared Library(dll)
    After parsing the header file appears an error like this one:
    void __cdecl Zdmt(LVBoolean *stop, double P, char channelName[],
        TD1 *errorIn, TD14 *FFTOptions, TD12 *Calibration, char FileName[],
        int32_t minRecordLength, TD26 *InstrumentHandler, LVRefNum sessionRefArray[],
        LVRefNum *queueIN, TD1 *errorOut, LVBoolean *averagingDone,
        HWAVES LastRecordFetched, TD24 *Impedance, TD17 *ColeColeCluster,
        TD18 *FFTcluster, TD5 *InstrumentHandleOutputCluster, LVRefNum *queueOut,
        int32_t *Acquired, TD6 *FreqTimeInfoCluster, double *averagesCompleted,
        int32_t len);
    The following symbols are not defined:
    LVBoolean; int32_t; LVRefNum;
    Undefined symbols can prevent the wizard from recognizing functions and parameters. To correct this problem, check the header file to determine if you must add predefined symbols. Click the Back button to return to the previous page of the wizard to add a preprocessor definitionsl (for example, "NIAPI_stdcall = __stdcall" or "NIAPIDefined = 1").
    The following header file was not found in the specified header file or one of the referenced header files:
    -  extcode.h
    To fix, click the Back button to go to the previous page and add the header file path to the Include Paths list.
    I have replaced the first line #include "extcode.h" of the dll header file for #include "C:\Program Files\National Instruments\LabVIEW 8.6\cintools\extcode.h" that is the full path where the header file is located. However, new libraries seems to be missed:
    -  stdint.h
    -  MacTypes.h
    Does anybody know what I have to do??
    Any help will be really appreciated,
    Regards,
    Benjamin

    If you use any of the LabVIEW cintools headers, they reference other headers too. The import wizard is written in a way that it simply skips parsing datatypes that can not be resolved due to missing header files.  If your functions you want to import references such datatypes then you get an according error about any include files the wizard could not load, otherwise not. The wizard can not know which of the missing header files is the problem since it obviously doesn't know what would be in those header files.
    The LabVIEW cintools headers are multiplatform, meaning they evaluate various compiler predefined defines to determine which platform they are included in. The import library wizard does not define any specific defines, since it is not really a compiler. So you have to define them. And they get adapted with each new LabVIEW version to support new compilers and compiler versions, so the defines described in the link in the first post do not have to be correct for cintools headers in newer LabVIEW versions.
    All in all writing DLLs that interface to LabVIEW cintools headers should not be done by writing them and then importing them using the wizard but instead you should write the VI and create the Call Library Node, then let LabVIEW create a template C file from the context menu of the Call Library Node and copy that into your C sources and fill in the functions from there.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Ocijdbc8 not in shared library path for httpd

    I get the following error when running jdbc OCI drivers against
    oracle 8.1.5 on RH linux. LD_LIBRARY_PATH is set properly and
    works as user oracle However,the jdbc is running in a web
    application server (IBM Websphere) as user "nobody". Any ideas
    how shared path is set in this case?
    java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library
    path at java.lang.Runtime.loadLibrary(Compiled Code) at
    java.lang.System.loadLibrary(Compiled Code) at
    oracle.jdbc.oci8.OCIDBAccess.logon(Compiled Code) at
    oracle.jdbc.driver.OracleConnection.(Compiled Code) at
    oracle.jdbc.driver.OracleDriver.getConnectionInstance(Compiled
    Code) at oracle.jdbc.driver.OracleDriver.connect(Compiled Code)
    at java.sql.DriverManager.getConnection(Compiled Code) at
    java.sql.DriverManager.getConnection(Compiled Code) at
    Register.insertUser(Compiled Code) at Register.service(Compiled
    Code) at javax.servlet.http.HttpServlet.service(Compiled Code)
    at com.sun.server.ServletState.callService(Compiled Code) at
    com.sun.server.ServletManager.callServletService(Compiled Code)
    at com.ibm.servlet.engine.SEServletManager.callServletService
    (Compiled Code) at com.sun.server.http.InvokerServlet.service
    (Compiled Code) at javax.servlet.http.HttpServlet.service
    (Compiled Code) at com.sun.server.ServletState.callService
    (Compiled Code) at
    com.sun.server.ServletManager.callServletService(Compiled Code)
    at com.ibm.servlet.engine.SEServletManager.callServletService
    (Compiled Code) at
    com.sun.server.ProcessingState.invokeTargetServlet(Compiled
    Code) at com.sun.server.http.HttpProcessingState.execute
    (Compiled Code) at com.sun.server.http.stages.Runner.process
    (Compiled Code) at com.sun.server.ProcessingSupport.process
    (Compiled Code) at com.sun.server.Service.process(Compiled Code)
    at com.ibm.servlet.engine.SELauncher.processMultiThreaded
    (Compiled Code) at com.ibm.servlet.engine.SEEngine.service
    (Compiled Code) at com.ibm.servlet.engine.api.ServerEntry.service
    (Compiled Code) at
    com.ibm.servlet.engine.nativeEntry.NativeServerEntry.service
    (Compiled Code) at
    com.ibm.servlet.engine.outofproc.OutOfProcThread.run(Compiled
    Code)
    null

    Hi,
    I had the same problem and found ocijdbc8 from your messages.
    Now it is complaining about not finding oracore8.dll
    I am totally new to this JDBC world and I am really confused.
    Anyone knows where to find this file?
    Thanks!
    -- lam
    OliverD (guest) wrote:
    : Michael A. (guest) wrote:
    : : I get the following error when running jdbc OCI drivers
    : against
    : : oracle 8.1.5 on RH linux. LD_LIBRARY_PATH is set properly and
    : : works as user oracle However,the jdbc is running in a web
    : : application server (IBM Websphere) as user "nobody". Any
    : ideas
    : : how shared path is set in this case?
    : : java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library
    : : path at java.lang.Runtime.loadLibrary(Compiled Code) at
    : : java.lang.System.loadLibrary(Compiled Code) at
    : : oracle.jdbc.oci8.OCIDBAccess.logon(Compiled Code) at
    : : oracle.jdbc.driver.OracleConnection.(Compiled Code) at
    oracle.jdbc.driver.OracleDriver.getConnectionInstance(Compiled
    : : Code) at oracle.jdbc.driver.OracleDriver.connect(Compiled
    : Code)
    : : at java.sql.DriverManager.getConnection(Compiled Code) at
    : : java.sql.DriverManager.getConnection(Compiled Code) at
    : : Register.insertUser(Compiled Code) at Register.service
    : (Compiled
    : : Code) at javax.servlet.http.HttpServlet.service(Compiled
    Code)
    : : at com.sun.server.ServletState.callService(Compiled Code) at
    : : com.sun.server.ServletManager.callServletService(Compiled
    : Code)
    : : at com.ibm.servlet.engine.SEServletManager.callServletService
    : : (Compiled Code) at com.sun.server.http.InvokerServlet.service
    : : (Compiled Code) at javax.servlet.http.HttpServlet.service
    : : (Compiled Code) at com.sun.server.ServletState.callService
    : : (Compiled Code) at
    : : com.sun.server.ServletManager.callServletService(Compiled
    : Code)
    : : at com.ibm.servlet.engine.SEServletManager.callServletService
    : : (Compiled Code) at
    : : com.sun.server.ProcessingState.invokeTargetServlet(Compiled
    : : Code) at com.sun.server.http.HttpProcessingState.execute
    : : (Compiled Code) at com.sun.server.http.stages.Runner.process
    : : (Compiled Code) at com.sun.server.ProcessingSupport.process
    : : (Compiled Code) at com.sun.server.Service.process(Compiled
    : Code)
    : : at com.ibm.servlet.engine.SELauncher.processMultiThreaded
    : : (Compiled Code) at com.ibm.servlet.engine.SEEngine.service
    : : (Compiled Code) at
    : com.ibm.servlet.engine.api.ServerEntry.service
    : : (Compiled Code) at
    : : com.ibm.servlet.engine.nativeEntry.NativeServerEntry.service
    : : (Compiled Code) at
    : : com.ibm.servlet.engine.outofproc.OutOfProcThread.run(Compiled
    : : Code)
    : Hi Michael,
    : I had the same problems while I'm developing with SUN JDK1.3
    and
    : OCI8.
    : You can download the missing DLL 'ocijdbc8.dll' (packed in the
    : archive 'jdbc815jdk11x-nt.zip') from
    'http://technet.oracle.com/software/tech/java/sqlj_jdbc/software_
    : index.htm' with the link 'JDBC-OCI / NT for JDK 1.1.x'. Don't
    : worry about the header.
    : But now I have another problem:
    : Now java.exe misses another DLL: 'oracore.dll'. Do you have any
    : idea where I can find this one?
    : Best regards
    : Oliver
    null

  • Can see but not access shared library

    I have a PC running Windows XPsp3 and the latest version of iTunes, and my husband is on a macbook using the latest OS and iTunes.  We both have Home Sharing enabled and he can access my library, but I can not access his.  I can see his shared library but when I click on it, it thinks for a while and kicks me back to my library.  I checked to make sure we were both using the same account info and that we both had sharing enabled.  I checked to make sure our respective firewalls where allowing iTunes through. We are using an AirPort for our router; I'm wired in and he is wireless. I've been looking in the community and can't see where anyone has successfully resolved this problem. 
    BTW, before I recently reformatted and rebuilt my PC, when I encountered this problem I would get an error stating I needed to check my firewall.  Reformatting my PC did not correct the problem, only removed the error message.
    Anyone have any other ideas?

    check out these links:
    Troubleshooting security software issues
    Troubleshooting Home Sharing
    and, last but not least, see this discussion concerning bonjour being the culprit.

  • MP3 files do not appear in Library

    I am having a problem with windows media player.  I am running Windows 7 and media player 12.  I have wav recordings of Swing Shift which I have converted to mp3 files and then used a tag editor to fill in the Artist and Album fields.  I included
    the folder for the media player to add them to my media library and the first time I started the player they all appeared.  When I closed the media player and restarted they were gone.  I thought the database had gotten corrupted so I stopped the
    WMPservice and deleted the data file and then restarted the WMPservice, started the media player and all of the files showed up again.  I stopped the media player and restarted the player and the files were gone.
    These files do show in the library on my Windows XP machine running WMP 11.

    Open the Windows Media Player Library troubleshooter by clicking the
    Start button , and then clicking Control Panel. In the search box, type
    troubleshooter, and then click Troubleshooting. Click
    View all, and then click Windows Media Player Library.
    This problem can also occur when the Windows Media Player library database get corrupt.
    To resolve this problem, clear the Windows Media Player database. To do this, follow these steps:
    a. Exit Windows Media Player.
    b. Click Start, click Run, type %LOCALAPPDATA%\Microsoft\Media Player, and then click OK.
    c. Select all the files in the folder, and then click Delete on the File menu.
    Note You do not have to delete the folders that are in this folder.
    d. Restart Windows Media Player.
    Note Windows Media Player automatically rebuilds the database.
    If this does not resolve the problem, clear the Windows Media Player database cache files. To do this, follow these steps:
    a. Exit Windows Media Player.
    b. Click Start, click Run, type %LOCALAPPDATA%\Microsoft, and then click OK.
    c. Select the Media Player folder, and then click Delete on the File menu.
    d. Restart Windows Media Player.
    If the above doesn't help then try to
    reset WMP12.
    You may need to create a User Account with Administrative privileges and recheck the issue.
    S.Sengupta, Windows Entertainment and Connected Home MVP

  • Media Files do not appear in Library

    Hi,
    I am running essentials 2012 r2.  I installed the media streaming pack.  From the server console, and via windows explorer, I copied music, videos,and pictures into the applicable "\serverfolders\" sub-folder (created by windows during
    the media streaming pack install).  In the dashboard settings - media tab, I confirmed that those specific folders were set as  "Yes"  for streaming.
    However, irrespective of the device I use on the network, the media files are not available to stream.  This includes from windows media player in windows 8.1 machines, where the my essentials 2012 library shows up, but clicking on the library results
    in a response of "no files".
    Thank you in advance for your help.

    Hi,
    Based on your description, I understand that you can find this Digital Media Server (Windows Server 2012 R2
    Essentials with Media Pack installed) under Network on client computers. However, you can’t find any music, videos or pictures file via Media Player. If anything I misunderstand, please don’t hesitate to let me know.
    Please open Dashboard, navigate to STORAGE tab and select Server Folders. Under Server Folders, please open
    Music folder, Videos folder and Pictures folder, then check if those files which you copied exist in those correct folders.
    In addition, did you enable RWA (Remote Web Access) on the server? If enabled, please logon RWA and check if
    those music, videos or pictures under Media Library in RWA webpage.
    If anything I misunderstand or any update, please don’t hesitate to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • Apple tv 3 does not see shared library with itunes 11.1.3$, apple tv 3 does not see shared library with itunes 11.1.3

    Hi,
    Since I have installed itunes 11.1.3 on my mybook with OS 10.6.8, my home shared library is not visible in the aoole tv 3 anymore.
    However, I can see it on another macbook with maverick installe on it.
    the apple tv 3 and the 2 macbooks are connected on the same networ. The apple tv3 and the mackbook with OS 10.6.8 are even directly connected with a a cable on the same router.
    Thanks for your help since I am 100% sure it came with this useless uograde of itunes.
    Thanks
    Jean-Pierre

    See this post: https://discussions.apple.com/message/23934504#23934504
    The short of it all is that iTunes and/or Mac OS X Mavericks has broken some functionality in IPv6 or how iTunes home sharing is using it (I am leaning towards the latter as the iTunes team has a very bad habit of releasing bugs in the past).
    Disabling IPv6 will also fix this issue with iTunes 11.1.2+ on Windows.

  • Ipad does not open shared library

    I have set up home sharing on my windows pc and ipad 4. I can see my shared library on my ipad but when I select it nothing happens. The icon changes into "thinking" and next itunes shuts down. So i cannot view and play the content of my shared library on my ipad. Also, my apple TV does not recognize my Ipad. The pc works fine with apple tv. Can anyone help me?

    This is a common problem. Using a different USB port may resolve the issue.

  • Some music files are not be shared using Home Sharing

    Has anyone had the problem of being on Home Share and not all music files, audiobooks and podcasts are being shared with my other computer?  None of my playlists are being shared either.  Please, I need help.

    Hi sxyknikrs,
    Thanks for visiting Apple Support Communities.
    You may find the troubleshooting steps in this article helpful:
    Troubleshooting Home Sharing
    http://support.apple.com/kb/TS2972
    Best Regards,
    Jeremy

  • ITunes Library not seen - Sharing Library with another account on same Mac

    I have a done a search and tried some of the suggestions, but it doesn't appear to be working.
    Background:
    Had iTunes on a Windows machine.
    Purchased about 60 tunes
    Ripped all my CDs into the library
    Bought an iBook
    Purchased about 30 tunes on the iBook
    Used the Network to copy the Music files to the iBook
    iBook appears to have everything
    Bought at 17" iMac - did a Target Disk transfer from iBook
    Reformatted 17" and traded it in for 20" iMac
    Did a Target Disk transfer from iBook to new 20"
    Under my account on the iMac, I can see/use my entire library. Per suggestions here, I moved the iTunes Music folder to my Public diretory so that my wife could see the library too. When I loaded iTunes on my wife's account and did an Add to Library the only thing that shows up in her library is the 30 tunes I purchased using the iBook.
    I have both accounts setup to point to the Public directory.
    How do I make this work??
    Also, I really only want one library to be shared between both of our accounts on both machines, but I do want the ability to take the library with me when I go mobile with the iBook. Is this possible?

    I read the referenced thread and although the person got the desired results, I see two problems with the method they used. It sounds like they simply mad another copy of the library on the hard drive. First, this wastes disk space as you now have to copies of every song on the hard drive. Second, whenever music is added to either of the libraries, the other library will not see it and be out of "sync" unless you manually copy the new songs to the other directory.
    I am looking for a solution in which their is only one central library.
    Thanks
    Carl

  • Exported Files(pictures) not Added to Library

    Hello,
    I installed Lightroom 4.4 recently.  I have been using 2.x for years.
    I exported a number of jpg files into a JPG subfolder.  These jpgs were generated from cr2 files.  The "add to catalog" option was selected.  My problem is that not only the exported files/pictures were not added to the catalog but that I cannot add them manually (by syncing the upper-level folder).
    I used to do it like this for years and it worked. 
    Any comments, ideas? 
    Thank you!

    Hello,
    Have you found where the files are being exported to?
    Are they in the correct place? (IE. where ou expected)
    Are you certain the first option of the export dialog was Export to: Same folder as original - and not - Specific Folder before electing a Subfolder of JPG?
    Yes to all of the above.  The new (exported) files are where I want them to be, i.e., in the same subfolder as the CR2 files.  The CR2 files are in one sub-folder named CR2 and the JPG files are in the JPG subfolder named JPG of the same containing folder.  I can see/browse/display the exported files in explorer.  The export worked as expected and placed the newly generated jpg files in the right place.  The only thing that did not work as I would expect it to was that the newly generated files (and folder) were not added to the library.  If I remember well this is how my Lightroom 2 was behaving as well.  This is not a big deal, or WAS not a big deal as in LT2 I would then synchronize the folder and bring all the exported files into the library. 
    My current problem is that syncing does not work as it used to; it does not list the JPG folder(s) (or any of the exported jpg files in these folders) as part of what to sync.  The folders are physically there but they are not selectable or visible as part of the sync, as if they were already in the library (they are not) or as if they were deliberatly ommitted for some reason...
    Do you have any filters active in Lightroom that would hide the jpgs?
    I did not turn on any filters on.  Where are the filters so that I could check if something is not on by default?
    Thanks!

  • Home sharing not working shared library keeps disappearing

    I have got an issue with home sharing that seems to be quite heavily documented online. The solution to this issue has been to open port 3689 on my firewall.
    Now I don't have the software firewall enabled one each of my macs through system preferences so that is not valid... I do however have a firewall on my router, but my router does not have an option to just open a port. Not being super networking savvy, I think the way I bypass, or open a port, is by port forwarding. But port forwarding requires you to point the port toward a sing IP.
    So what IP address would I forward it to when all machines on my LAN use this service... And the very nature of the home sharing service is based around multiple machines on a LAN.

    Ok solved my own problem eventually. Just for the sake of everybody elese. I have a Netgear WGT624 which has a SPI firewall. When ever I turned off the firewall things seemed to work. I thought I had the most recent version of firmware as I have the router configured to check for updates automatically, however after a little bit of investigation I noticed that this was not the case. I have read on other forums about other users with similar problems on Syslink routers and a SPI firewall being fixed with a firmware upgrade. I looked on the netgear website and found a new version of firmware. Upgrading to this appears to be the solution in my case as well. I have now had the router running successfully for about 6 hours.
    Cool

  • Imported files are not saving in Library

    When I import a video from a tape or a file based camera the files aren't saved properly.

    Can you be more specific?  What do you mean, "aren't saved properly"?  How are they being saved?

Maybe you are looking for

  • EA3: Performance (High CPU usage while editting PACKAGE BODYs)

    EA3 seems to use a lot of processor time while editting PACKAGE BODYs. I created a simple test that repeatably (on my system) causes the EA3 to use over 90% CPU for about a minute. (Last test was 74 seconds.) OS: XP 2002 SP2 Processor: P4 3GHz Memory

  • Airport Update and New Problems

    Every since I exposed my rock stable mac to the last airport update and system update, I have had some connectivity problems with my airport. I cannot get Back To My Mac to work. I can't print off of my USB connected to the airport. I went into Airpo

  • FAQ: BC-LDAP-USR (Directory Interface for User Management via LDAP )

    Version: 20060317 Q: Where can i find more information to the BC-LDAP-USR interface ? A: Have a look on our ICC webpage in the SDN: SAP NetWeaver AS - Directory Interface for User Management via LDAP (BC-LDAP-USR)[1] [original link is broken] Q: What

  • Cost planning from CJR2

    Hi friends, I am trying to plan cost through cost element by using CJR2 t-code. Can any one please tell me that if i plan cost through CJR2 does a posting document is generated? if yes then for that do i need to do any config setting? Thanks Satish.

  • How to convert decimal to binary

    example: source:254254254254 target:11111110111111101111111011111110