Oci connection-entry point kpufhndl0 could not be located

hi
i use jdev 10.1.3.3 & 10g.
a thin connection to db works fine, but i have to use an oci connection which i fail to set.
i've edited jdev.conf file as described here: http://www.oracle.com/webapps/online-help/jdeveloper/10.1.2/state/content/navId.4/navSetId._/vtTopicFile.db%7Ccdb_rconnectionreqsoci~html/
and added AddNativeCodePath pointing to oracle installation directory.
but an attempt to test a connection returns an error saying "The procedure entry point kpufhndl0 could not be located in the dynamic link library OCI.dll".
i've found a post saying that this issue has been solved by placing jdbc:oracle:oci:@host:port:sid in jdbc custom url field of db settings. not i my case, i'm getting the same error.
any thoughts?
thanks a lot!
Message was edited by:
cyclid

sorry, no solution yet. bumpin' it...

Similar Messages

  • "The procedure entry point OCILobRead2 could not bel located in .. OCI.dll"

    Hi,
    I have a problem during starting apache I have an error message:
    "The procedure entry point OCILobRead2 could not bel located in the dynamic link library OCI.dll"
    Is there anyone who can help me to solve this kind of problem?
    Oracle client version: 9.2.0.1.0
    Oracle9i Enterprise Edition Release 9.2.0.5.0 - Production
    PL/SQL Release 9.2.0.5.0 - Production
    Apache version: 2.2.3
    Php version: 5.2 for win32
    Thanks in advance.

    The solution is that you need to have Oracle 10g client side libraries
    installed (or you have to recompile PHP yourself). The oci8 extension
    has some version dependent code and the person who builds Windows PHP
    builds it with the latest version of Oracle. I was discussing the
    impact of this just this week.
    Luckily Oracle Instant Client can be downloaded and used for free from
    http://www.oracle.com/technology/tech/oci/instantclient/index.html
    Also see
    http://www.oracle.com/technology/pub/notes/technote_php_instant.html
    -- cj

  • The procedure entry point OCILobGetOptions could not be located in the ...

    "The procedure entry point OCILobGetOptions could not be located in the dynamic link library OCI.dll"
    Hi all,
    I am using Oracle Client 10g
    I am trying to do a OCCI tutorial to connect my C++ application to a database.
    I am getting the aforementioned error code.
    I have tried putting all library files everywhere, In project source folder etc.
    I have linked to oci/libs directory and included "oci.lib" and "ociocci11.lib"
    I am using VISUAL STUDIO 2012
    What now?
    Edited by: 965429 on Oct 15, 2012 9:01 AM

    The 10g documentation does not mention this function, so i would say it is 11g.
    I can't find OCI or OCCI for VS2010 in 11g instant client. Where do your 10g libs for VS2012 come from?

  • HT1926 I have troublshooted uninstalling and installing itunes and i still cant open it an error message keeps coming up:  The procedure entry point AVCFPlayerApplesMediaSelectionCriteriaAutomaticallyKey could not be located in the dynamic link library AV

    I am unable to connect toitunes i have followed the troubleshooting for unistalling and installing iTunes and i still get this error message and it will not open the following is the error message:  The procedure entry point AVCFPlayerAppliesMediaSelectionCriteriaAutomaticallyKey could not be located in the dynamic link library AVFoundationCF.dll.
    then i get this other error message also as follows:  iTunes was not installed correctly.  Please reinstall iTunes  error 7 (Windows error 127)
    can anyone help me?

    See Troubleshooting issues with iTunes for Windows updates.
    iTunes 11.1.5 was released today and may work better for you.
    tt2

  • The procedure entry point slcvs2ptr could note be located

    I get an error:
    the procedure entry point slcvs2ptr could note be located oraclient9.dll, and oracore9.dll after installing ORacle HTML DB and HTTP Server on a machine with Oracle 9i and Oracle 10G.
    I have now de-installed Oracle HTML DB and HTTP Server, and then my software works (which uses OCI)
    What can I do to install Oracle HTML DB and HTTP Server without compromising my default Ora9i installation, that I need to have working?

    Check your PATH variable, it seems HTML DB and/or HTTP Server brings its own version of these DLLs, which conflicts with the existing one. On Windows, an Oracle installation puts ORACLE_HOME\bin at the top of PATH variable, it may be neccessary to change PATH dynamically according to the used application.

  • The procedure entry point lnxnft2 could not be located in the dll oracore8.dll

    We had installed Oracle9iAS. We had not installed certain
    optional tools such as Oracle Portals etc.
    Now we had an application running on Tomcat earlier.
    We were trying to port it into the Oracle9iAS.The application
    was using Type 1 drivers(ie, DSN type connections). However
    after the installation while running the application the
    following error occurs.
    "The procedure entry point lnxnft2 could not be located in the
    dll oracore8.dll"
    Could anyone help please.And please explain why it is happening
    and how do i resolve it.??

    I see that you have installed MDAC & Oracle ODBC but have you installed the NET8 Client? ODBC will not work unless NET8 Client installed along with Oracle ODBC. Then go into NET8 Easy Configuration and specify the server IP & SID etc... and then go to ODBC Administrator and specify the NET8 Connection you created without the "@TNS:" that you used with SQLNET.
    I prefer to test my odbc configurations with Microsoft Excel since it is best suited to use ODBC to acquire data.

  • Procedure entry point OCILobCreateTemporary could not be located

    I just installed Zend Core for Oracle 1.4 on Windows. I allowed the install package to install Apache too. The Oci8 extension does not load. When I run php.exe I get "The procedure entry point OCILobCreateTemporary could not be located in the dynamic link library OCI.dll". I downloaded the php-5.1.4-Win32.zip from Zend (since the PHP version is 5.14) and use that php_oci8.dll and I get the error "The procedure entry point OCIStmtPrepare2 could not be located in the dynamic link library OCI.dll". Just for fun I took a look at pecl-5.1.6-Win32.zip and found no oci8 extension but an php_oracle.dll. I am a bit confused. As I write I am trying Zend Core for Oracle 1.5 for Windows.

    I thought that was the point of the Zend Core forOracle.
    It is, but you said you couldn't find the PECL
    extensions so I just provided a link. You shouldn't
    need to use them with Zend Core for Oracle.
    Actually the problem was the error. I found that the ORACLE_HOME var had no affect on where the oci8.dll php extension looked for the oci.dll client library. It in fact (as observed with Sysinternals NT FileMon) simply searches the default path. So to make it use a certain oci.dll (I have 5 or 10 on my box: 8,9,10,XE) It has to be the first path in the list of paths in the %Path% environment var. I made mine use the Instant client. I decided to go this rout after reading http://www.oracle.com/technology/pub/notes/technote_php_instant.html .
    I am not using XE. I am using an existing Oracleserver and the full 10g client. If that makes a
    difference.
    It shouldn't no. I'm not sure if Zend core
    differentiates between versions for Instantclient vs
    regular client, but if they do, just use the regular
    client version.
    ~JerI haven't scientifically proven it, but it shouldn't matter as long as your client is appropriate. I don't think that client setup is very clear for Oracle llamas like myself. Or more specifically, I am afraid that it is not clear that the Zend Core for Oracle requires you to install a client, or how to configure it.
    I appreciate the help Jer.
    -Alton

  • AppleSyncNotifier.exe - Entry Point Not Found: The procedure entry point xmlTextReaderConstName could not be located in the dynamic link library libxml2.dll

    Ever since I recently upgrading Itunes, I cannot access the Itunes store, my phone will not sync to my laptop, and this pops up everytime I restart my computer: "AppleSyncNotifier.exe - Entry Point Not Found: The procedure entry point xmlTextReaderConstName could not be located in the dynamic link library libxml2.dll" I have tried several things without success. Can someone PLEASE tell me what else I can try. Thanks!

    Hi Janice - glad to hear you got one of your problems sorted
    I understand that your phone doesn't sync automatically when you connect it to your PC with iTunes running. First question is do you see that your phone is connected in iTunes when you plug it in? It should show on the left side of the page about halfway. Usually if you haven't already started iTunes, when you connect your phone to the PC it will open autoamtically and you will see the phone is connected.
    If it doesn't show as connected then I refer you to this page
    I can tell you that my phone doesn't sync automatically because I didn't want it to, I've purposefully set it on iTunes to sync manually. I do it by left clicking on where my phone shows there and in the page that comes up I click Sync. If you want it to operate automatically then you need to set it to do so. You have that option by clicking on EDIT at the top left of itunes - then PREFERENCES - DEVICES and uncheck 'prevent devices from syncing automatically'. There may also be something to click on the phone page to sync automatically.
    For the 'conflict' issue I refer you to this discussion where others have already offered advice.
    Good luck with it Janice, and again, let me know how you get on.

  • What does this message mean on my PC " the procedure entry point sqlite3_wal_checkpoint could not be located in dynamic link library SQlite3.dll.

    Why does this message pop up on my PC after i start up " (AppleSyncNotifier.exe-Entry Point Not Found ) the procedure entry point sqlite3_wal_checkpoint could not be located in dynamic link library SQlite3.dll. ? What can I do to fix this problem ?

    Found this several months ago when I updated ITunes. I don't know why they still haven't fixed this, but I had to do this again yesterday 10/13/2011 when I updated.
    With Windows Explorer, navigate to your C:\Program Files\Common Files\Apple\Apple Application Support folder.
    Copy the SQLite3.dll that you should find there, navigate to the nearby Mobile Device Support folder, and Paste it in there also.
    Reboot and see if all is well
    In case that your OS is Windows 7 (64 bit)
    1. Open windows explorer, go to location C:\Program Files (x86)\Common Files\Apple\Apple Application Support
    2. Copy file "SQLite3.dll"
    3. Open new windows explorer, to to location C:\Program Files (x86)\Common Files\Apple\Mobile Device Support
    4. Paste file "SQLite3.dll" to the location.
    5. Reboot your computer, it should not display that message, it should be clear.

  • What do I do when I try to open Fifrefox 4 & get the message: The procedure entry point NS_SetDllDirectory could not be located in the dynamic link library xul.dll?

    2 days ago, I got a message about upgrading to Firefox 4.0. I didn't do it immediately, due to lack of time. Later that day, I tried to open Firfox & got the message: Firefox can't start because xul.dll is missing. Reinstall the program to fix this. I tried several times to open Firefox & got the same result. I tried rebooting. Same result. So I opened Internet Explorer & went to the Firefox website & followed the instructions to download Firefox 4. After that, I used it last night & left my laptop hibernating last night, then continued to use it this morning. Then I closed Firefox. When I next tried to reopen Firefox, I got the new message: The procedure entry point NS_SetDllDirectory could not be located in the dynamic link library xul.dll. Again, I can only access the internet with Internet Explorer. Also, I have a done a good many Windows updates over the last 2 days as well. What can I do to get Firefox to open? Thank you for your help.

    This is what I did to resolve this problem. First, I uninstalled Firefox 4 & removed the Firefox folder left behind. I made sure to NOT select the option to delete personal information. Next, I backed up all of the important files on my computer. Next, I upgraded my Windows 7 to Service Pack 1, which was pending in my updates folder. Then, I went to Mozilla's website & downloaded Firefox 4 again, making sure to select only the Firefox browser and not Thunderbird too. http://www.mozilla.org/ When prompted to close any open programs, I closed Internet Explorer (which I had used to get to the Mozilla website) and I disabled my Norton anti-virus. I then completed the installation & it works just fine now. It loaded all of my personal data, such as bookmarks, it remembered my password, etc. It's fine for my needs, as I'm not a heavy user of special add-ons & plug-ins. Some of those may not work yet with the new version.

  • Help! I keep getting the following message: the procedure entry point sqlite3_wal_checkpoint could not be located in the dynamic link library SQLite3.dll.

    Hi,
    Since downloading the updated version of itunes around May this year I have had the following problems:
    1. This error message appears when my windows account launches:
    the procdure entry point sqlite3_wal_checkpoint could not be located in the dynamic link library SQLite3.dll.
    2. I can't play any of the files in my itunes library. An error message appears indicating it can't find the files.
    3. When I plugged my iphone in to update it was corrupted and I have lost all 7000 + songs.
    You can guess that I am not a very happy bunny with itunes at the moment!
    Please, can anyone suggest how to sort this lot out.  I am aware that I've probably lost the ipod songs, but I need to get rid of the error message and be able to play the songs on from my library.  I've been without since May now and I'm wondering whether to even bother getting it sorted, but I have quite a few albums purchased on itunes that I don't want to lose!
    Thank you for your time.
    Michelle

    Thank you.  I'm going to investigate saving my itunes library to the icloud and then re-trying the Stellar Phoenix recovery now the error messages have gone.  If the Stellar doesn't work then I will try the advice in your link. I really appreicate the help you've given me - at least I have my itunes library back! I'm kind of resigned to re-loading my CDs back on - something to keep my busy in the winter months!
    I'll let you know how I get on, but it will probably be a few days.I'm not very technical so I have to wait for my husband to get in from work to help me with this side of things.  He's been busy working on the Olympics, so I he hasn't had much spare time for a while!
    Michelle

  • I can no longer start FF and am getting this error message in a pop up box: The procedure entry point XRE_FreeAppData could not be located in the dynamic link library xul.dll. How do I resolve?

    Please help

    Read Hi, just tried to upgrade to 11.2 but now when I try to open itunes I get an error message saying "the procedure entry point ADiAdID_acquirematchslotifnecessary could not be located in the dynamic link library iAdCore.dll". Any suggestions?

  • After installing a new version of Firefox, I get the error message "The procedure entry point JS_GetOperationLimit could not be located in the dynamic link library js3250.dll" when I try to start firefox. Elsewhere in the forum a complete reinstall is su

    After installing a new version of Firefox, I get the error message "The procedure entry point JS_GetOperationLimit could not be located in the dynamic link library js3250.dll" when I try to start firefox. Elsewhere in the forum a complete reinstall is suggested; however, I can't do that because of my company's IT policies. Is there any way to solve this problem WITHOUT a complete reinstall? Thank you!
    == This happened ==
    Every time Firefox opened
    == I installed a new version ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)

    If you can't reinstall Firefox yourself then you need to contact your IT department and ask them to check the Firefox installation.
    It is possible that some files got broken with the latest update.

  • While opening the iTune Store i receive the following error, "The procedure entry point ADAdPolicyEngine_DidEnterSation could not be located in the dynamic link library iAdCore.dll" Please help me to clear this error.

    While opening the iTune Store i receive the following error, "The procedure entry point ADAdPolicyEngine_DidEnterSation could not be located in the dynamic link library iAdCore.dll" Please help me to clear this error.

    I faced the same issue. This solved it for me: Troubleshooting issues with iTunes for Windows updates
    Hope this helps.

  • When starting Windows 7 Sync Notifier reports "The procedure entry point sqlite3_wal_checkpoint could not be located in the dynamic link library SQLite3.dll." Any suggestions as to how to rectify this issue?

    When starting Windows 7 Sync Notifier reports "The procedure entry point sqlite3_wal_checkpoint could not be located in the dynamic link library SQLite3.dll." Any suggestions as to how to rectify this issue?

    With Windows Explorer, navigate to your C:\Program Files\Common Files\Apple\Apple Application Support folder.
    Copy the SQLite3.dll that you should find there, navigate to the nearby Mobile Device Support folder, and Paste it in there also.
    Restart the programme all should be well
    In case that your OS is (64 bit)
    1. Open windows explorer, go to location C:\Program Files (x86)\Common Files\Apple\Apple Application Support
    2. Copy file "SQLite3.dll"
    3. Now paste it in the folder  C:\Program Files (x86)\Common Files\Apple\Mobile Device Support
    4. Restart the programme, it should not display that message, it should be clear.
    Good Luck

Maybe you are looking for

  • Dvi to vga converter not working anywhere

    Hi guys, recently my lcd screen went completely black, the macbook pro (from 2007) still turns on and still makes sounds, but the screen is completely black. i need to save important info so i used the dvi to vga adapter (not the mini one but the one

  • Ipod Classic 120GB won't sync properly

    My ipod was working perfectly normally. I connect the ipod to my computer normally, itunes recognises I have an ipod connected but a window appears saying "itunes has detected an ipod in recovery mode. You must restore this ipod before it can be used

  • Best practice with WCCP flows for WAAS

    Hi, I have a WAAS SRE 910 module in a 2911 router that intercepts packets from this router with WCCP. All packets are received by external interface (gi 2/0, connected to a switch with port configured in WCCP vlan), and are sent back to the router vi

  • How can i reinstall "safari" on my iPad

    In the latter configuration, dissappeared.

  • JQuery-Script only working when WebPart is in Edit Mode

    Hi there, so I developed some custom functionality with SPServices that works fine in my dev-environment. Now Im trying to deploy it in the productive environment and Ive struggled for several hours but cant get it to work. This is my code: http://pa