ODBC Connection Pooling not working with 10g On Windows 2003

I have a bog standard Windows 2003 machine and installed Oracle 10g on it. It seems that the ODBC Connection pooling is not working.
I am using ASP and every time I try and render a simple page it is taking 4-5 seconds which is the time necessaru to create a database connection. ( Machine is 2.8 Ghz Xeon with 2 gigs of Ram)
The following VB Code can be used to test that the pooling is not working. It creates 2 connections to the database. On oracle 10g on windows 2003, it takes 5 seconds to create the first connection, and another 5 seconds to create the second connection.
When you run the same program on windows 2000 and oracle 9, the first connection take 3 seconds, and the second 0.05 seconds. ( The shorter time being due to the connection pooling)
time1=timer()
set conn=createobject("adodb.connection")
Conn.Open "dsn=oracleDSN;uid=yourusername;pwd=yourpassword"
time2=timer()
msgbox time2-time1
conn.close
set conn=nothing
time1=timer()
set conn=createobject("adodb.connection")
Conn.Open "dsn=oracleDSN;uid=yourusername;pwd=yourpassword"
time2=timer()
msgbox time2-time1
conn.close

ODBC Connection Pooling is controlled by the ODBC Driver Manager and defaults to off for every driver on every platform. Have you enabled connection pooling for your driver in the ODBC Data Source Administrator?
Justin
Distributed Database Consulting, Inc.
http://www.ddbcinc.com/askDDBC

Similar Messages

  • JRE/JDK 1.3.1_19 Not working with OS Patched Windows 2003 Server DST 2007

    Hello:
    We are trying to upgrade our 1.3.1_03 application with 1.3.1_19. It worked fine in a machine (WIndows Server 2003) where OS was not patched for DST. However, as far as I could see if the OS is patched the DST compliant java (1.3.1_19) is not working.
    I go to the jre/bin and try to do a java -version and I see nothing from OS patched machine.
    Non-OS Patched machines, it works and I could see the java version.
    Has anybody faced this problem?
    Really appreciate any suggestion.
    Cheers,
    Abdullah

    Hey
    came across same problem. but dont know for sure if it is the DST patch that is the problem. if you have come across anything further update on the issue let us know.
    Cheers

  • Why does my camera connection kit not work with my ipad 1 after updating on ios 5?

    Why does my camera connection kit not work with my ipad 1 after updating on ios 5? What can I do to make it work again?

    It should. It will only respond if there's something on the card for it to respond to, so do you have pics on the card?
    And if it's messing up; try giving the iPad a restart. Hold down the sleep and home keys, past when you see hte red power down slider and until you see the silver apple. Let it reboot and try again. That can clear up any glitches on the device itself.

  • Uploading files to website not working with Safari in Windows 7

    Safari version: 5.1.7
    OS: Windows 7
    Hi,
    I am a website owner, and I have a feature on my site where users can upload large (up to 50MB) music files to my server. The feature works in Firefox on OSX & Windows platforms and it also works in Safari on OSX. The uploading feature is not working with Safari for Windows. Do you have any idea why and how to fix this? It can't be an issue with my server as it works in other browsers fine and works fine in Safari for OS X.
    If you have any information on how to solve this or things for me to try to rectify this for use with Windows operating system it would be much appreciated.
    Thanks.

    GREAT NEWS!!!!
    I have solved this issue myself with some help from my a user on Microsoft Forums. The issue stems from the mime type of each Browser Chrome, IE, & Safari for Windows defaults as audio/wav. When the mime type is changed to audio/x-wav everything works. Firefox defaults to audio/x-wav and when changed to audio/wav it DOES NOT work.
    Once I input some code in my .php upload page to change the mimetype if audio/wav is detected everything works GREAT!!!
    So Here is what you need to do: Find your upload page and input this code:
    echo "<p>MIME Type: ".$_FILES["file"]["type"]."</p>";   
    right before your "If/then" statement of file type. For me it was near line 30 in my upload.php page, but I'm sure this is different for everyone.
    This will detect and DISPLAY the default mime type of your browser on the error page when your upload doesn't work. Once you know what mime type works for your file type then you can change your "if/then" statement for mime type upload to change your mime type to the correct one.
    I don't want to give the code here, because I'm sure it's specific to your file types and your site construction, but this should lead you on the right track.
    ***This is the solution if you ARE NOT ABLE to upload any certain file in a certain Browser. It has to do with mime type construction***
    I hope this helps others like it helped me!!!!!

  • "Next" and "Previous" functionality on UIX tables not working with 10g

    With new release of JDeveloper(10G), the "Next" and "Previous" navigation buttons/links on UIX tables are not working. I tried different approaches:
    1. It does not work with Data Controls built from Java Beans or from TopLink.
    2. I tried without using Data Controls and it still does not work.
    I shows "Next" and "Previous" buttons on the page. But it shows all records on the page rather then showing limited records. Say for example if the block size is 5 and total number of records are 15, it shows all 15 records in the table but the "next" and "Previouds" button would say "1-5 of 15".
    Did any of you observe the same behaviour?

    Hi Shital -
    Thanks for the additional info...
    When I said that the total number of records is 15, I
    meant that my tableData's DataObjectList contains 15
    entries. (In case of DataControls you don't even use
    DataObjectList, but for my non data control
    applications I used DataObjectList). You are saying
    that If I want to display only 5 records per page
    then I will need to provide a DataObjectList with
    five items. Then for next five records from 6-10 I
    will have to program in such a way that my method
    call returns 6-10 records.That's correct. In the case where you are explicitly providing data to the table via a DataObjectList, you need to feed the data to the table in page size blocks - and you also need to handle the table's goto event to scroll the table to the next/previous block of data.
    In previous version of
    UIX(2.1.7) I never had to program for next and
    previous buttons. UIX tables used to take care of
    that. That's why I am so surprised.It sounds like you must have been using the <bc4j:table> component. Is that the case?
    Getting back to your original issue...
    1. It does not work with Data Controls built
    from Java Beans or from TopLink.I believe that this is a bug in the preview release - and I'm fairly sure this will be addressed by production. In production, ADF should automatically handle wiring up table scrolling for you when binding your table to a data control - whether the data control is implemented via JavaBeans, Toplink, or BC4J. I believe that in the preview release, scrolling only working when binding to a BC4J data control.
    Andy

  • ODBC and OCI not working with OBIEE 11g Client on 64 bit machine

    Hi,
    I have Installed OBIEE 11g client (Admin tool) on Windows XP Professional 64 bit machine.. I have Installed 11g database on the same machine but while importing Metadata using admin tool. getting "Connection has failed" error message... Can someone tell me whats the issue..
    ODBC and OCI works fine with OBIEE 10g Admin..

    Hi,
    Oracle_BI1\network\admin folder gets installed with full obiee 11g Installlation and I have installed only 11g client as I have OBIEE 10g already Installed on my machine..
    Installation is as follows:
    ORACLE 11g CLIENT Installation is as follows:
    C:\Program Files\Oracle Business Intelligence Enterprise Edition Plus Client
    ORACLE 10g Installation is as follows:
    C Drive:
    ORACLE BI
    ORACLE BI Data ( everything is working with this)
    latest Log Info is as follows:
    [2012-02-02T11:05:00.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: ] [tid: 24fc] [nQSError: 16001] ODBC error state: 08004 code: 12154 message: [Oracle][ODBC][Ora]ORA-12154: TNS:could not resolve the connect identifier specified.
    [2012-02-02T11:05:16.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: ] [tid: 2f3c] [nQSError: 16001] ODBC error state: 08004 code: 12154 message: [Oracle][ODBC][Ora]ORA-12154: TNS:could not resolve the connect identifier specified.
    [2012-02-02T11:32:53.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: ] [tid: 2f3c] [nQSError: 16001] ODBC error state: 08004 code: 12154 message: [Oracle][ODBC][Ora]ORA-12154: TNS:could not resolve the connect identifier specified.

  • HP Laserjet USB Connection Does Not Work with Gigabit Airport Extreme

    I have set up my Airport Extreme Gigabit edition. It works well for wireless internet. BUT, I connected my HP Laserjet 1300 via a working USB cable, and it doesn't print properly at all. This Laserjet uses the HP Universal Drivers in Vista, which should work with the Extreme if anything should. I have set up and located the printer in Bonjour as instructed.
    With the PCL6 driver, I get one page that prints out portions of the test page text, but with most of it missing, and then a second page saying:
    PCL XL error
    Subsystem: KERNEL
    Error: UnsupportedProtocol
    Operator: 0x0
    Position: 0
    The PCL5 driver prints out "a" page, but the text comes out as solid black lines instead.
    I have tried turning the printer on and off, the router on and off, and deleting the printer and re-creating it in Bonjour, as suggested by Apple's technical support document. Nothing works. I have downloaded the latest Windows software and router firmware for this product, both of which were released recently. Same result. I also tried connecting my laptop via a Gigabit port instead of wirelessly to see if that would help. Nope.
    I have seen a few postings in other forums (not here) saying that the Airport Express (Gigabit) firmware has problems with HP printers connected via USB, which seems hard to believe given their ubiquity. If that is the case, I'd appreciate a straight answer from somebody on when it will be fixed. Some have suggested just using Ethernet, but I purchased this product (and therefore paid extra) for the USB print server, and expect to get that working.
    Thanks very much.

    I have an HP laserjet 4L with a usb adapter connected to the airport via a usb hub, and have had little trouble, except for last night it kept printing 1 partial page over and over. I printed multiple pages at once, I figured the printer just OD'd, after all its an old printer. I have one laptop that uses Vista, and its always giving me grief. Vista

  • Form6i not working with 10g

    i have oracle 10g server and and i just installed form 6i
    and i can't log-in ora10g from form6i.
    is form 6i incompatible with 10g?
    thanks..
    note:i have done all the settings.

    It does work ok, Forms 6i to Oracle DBS 10g
    Tell us more about your configuration?
    Tony

  • Camera connection kit not working with ipad2

    I have had no problems using my camera connection kit, and have downloaded plenty of pics and films, but it now seems that since I have updated to recent IOS it now no longer works and just comes up with the 'this accessory is not supported by ipad' message.
    Anyone got any ideas? I have tried several SD cards and several cameras, so it is a problem with the ipad itself by the looks of it. I have tried a soft reset, turned on/off etc.
    Many thanks in advance.

    I have a 5 in 1 (not Apple) connection kit and like most others was pulling what little hair I have out trying to use the SD card reader on my IPAD 3 (probably the same with the Ipad 2), it simply does not work since the recent software upgrades. However I have just discovered that my camera USB connection lead DOES work when connected to the USB socket of the 5 in 1 connector. You will need to move the little black switch on the connector to the USB position. Once connected it shows an import icon which then allows scroilling through every photo on the camera. I can now import selective or all photos and it saves spending out £25 plus on an 'official' connector. Hope this helps.

  • Camera Connection Kit Not Working with Canon Rebel

    Using the connection and the Canon Rebel SRLD, I was not able to transfer pictures to the iPad.
    I was able to transfer pictures using the memory card.
    Not able to transfer pictures from the 3G iPhone.
    Should I take the connection kit, the camera, and the iPad to an Apple store to see why it's not working, or does anyone have any solutions.
    Thanks,

    The cameras connection kit does not support the iPhone 3G.
    http://store.apple.com/us/product/MC531ZM/A?fnode=MTc0MjU4NjE&mco=MTc0Njk4NzU#ov erview
    It does however supports both the iPhone 3GS and 4.

  • X3000 wireless mouse not working with lenovo T440 - windows 7

    New mouse of HP x3000 model is not connects with lenovo T440 model which has windows 7 Enterprice edition. What could be the problem. I followed recommented steps.

    Hello @Ilakkuvan,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I have read your post on how your wireless mouse will not work on your Lenovo computer. I would be happy to assist you in this matter!
    Does the wireless mouse work when connected to another computer? Do other USB devices work on your computer? In the meantime, I recommend following the steps in this document on Troubleshooting USB Connections (Windows 7). This should help connect your mouse to the computer.
    Please re-post with the results of your troubleshooting, as well as the requested information above. I look forward to your reply!
    Regards
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • Airport Express not working with printer on Windows, works fine on Macbook

    I have an airport express that is connected to my Brother laser printer. I installed the software and it works and prints fine on my macbook pro.
    I tried to also set it up using my Dell running Windows XP SP2, but after using the instructions, it looked like it set up fine and the printer is recognized, but when I try and print, it just gives me an error message that that printer is "busy or unable to print".
    Any ideas?

    Is there another solution to this problem? I have two PCs running WinXP and can not print with either one of them through Airport Express. Printing works fine with MacBook. I have Bonjour on both PCs and have run the setup wizard. The printer seems to be connecting and then hangs up on "communicating with printer."

  • Flash does not work with Firefox following Windows Vista update 14/5/2014.

    Flash still works with IE9. I've carried out all steps in http://helpx.adobe.com/flash-player/kb/flash-player-games-video-or.html, i.e. twice updated Flash to V13.0.0.214 (previously V13.0.0.206), activated Firefox Flash add-on, deleted browser data and cache and disabled hardware acceleration. Nothing fixes it! Vista SP2, Firefox 29.0.1.

    Apologies for vague "does not work" from me - and sorry for delay replying. What I understand to be "rich media content" did not display. For example, all text and images in this screen clip from www.metoffice.gov.uk appeared as a single blank grey rectangle. In other websites links displayed in a basic underlined font instead of rich formatted text/images, or video and audio links were completely missing from an otherwise fully rendered webpage.
    However in the last hour Firefox has starting behaving properly again without any further diagnostic efforts from me! For six days some graphics and links have not displayed in Firefox, yet IE9 has behaved perfectly. This has happened a few times before, normal service being restored (in hours rather than days) either by updating the Flash plug-in or for no apparent reason.
    Any thoughts in case of future re-occurrences would be appreciated. Thanks Pat for your time and help.

  • Why is firefox 6 not working with my yahoo & windows 7 or due i need it

    i tried to down load the update of firefox 6 8 p m pacfic time 8=31=2011 it was not compatable with windows 7 i have abobe air it was ask so fox 5 would work i only due basic internet stuff e mails i m on messenger 11 on yahoo the newest exlorer also no luck adding

    Hi All... Long time Apple user and have enjoyed many many years without a thought about malware, virus' and trojans. However as this dialog progresses I would like to share an unfortunate reality... Life was fine and then one day my MacBook Pro started to labor when opening apps/managing multiple documents/etc.. the spinning wheel - and when I pulled up the option to Force Quit - each time it would show me that one or another of my apps was 'unresponsive'. (when I did not force quit the app - it did finally become responsive after a number of minutes) Next... noticed two things; at the same time that a mac app was unresponsive - the fan in my macbook was kicked into overdrive... and the casing above the keyboards had become super hot. Researched the issue that pointed me to the possibility of malware... Chose then what was best option McAfee to scan my computer.... and yes you guessed it - two cases of malware and a trojan. McAfee put them in 'quarantine' and I restarted my laptop... Like magic - no unresponsive apps - the fans were calm and the case was no longer excessively hot. This was great for about a month and then it happened again... ran the scan (with McAfee and Sophos) and found a new case of malware that was found in my email database and dated as received that day - once the virus was quarantined - my macbook was happy again. Now I run realtime virus scanner - seems like about 3-5 weeks and something will show up and - 99.9% time imbedded within an email - but computer is running as it should fast, cool and quiet.

  • Easy Print VI panel not working with 64-bit windows vista

    We have a significantly sized application developed in Labview 8.2.1 that is designed to work on a standalone computer. This application uses "Easy Print VI Panel" to print report pages which are basically front panels of various VIs. The application also prints some report pages using the "Print Report" module. Typically we use the application builder and use the generated installer to install the application on a target computer. We also include the appropriate Run-Time engine and NI VISA 4.1. The applications works exactly as designed on all versions of 32-bit Windows (ME, XP, Vista). Now, when this application was installed on a machine running Windows Vista 64-bit, attempts to print reports resulted in a lot of blank pages. I noticed that the report pages that are based on the "Easy Print VI Panel" module were blank whereas the ones that are based on the "Print Report" module were not blank.
    To further troubleshoot, I created a very small application. The only function of this application is to use the "Easy Print VI Panel" to print the front panel of another VI that I bundled inside the application. I observed the same behavior.  
    From what I can tell, either:
    1. "Easy Print VI Panel" with Labview 8.2.1 is not compatible with Windows Vista 64-bit
    2. The Labview Run-Time Engine 8.2.1 has some incompatibility with Windows Vista 64-bit (I have not tried to install the full development system on the 64-bit Vista computer)
    Any insights as to what may be causing this? or does anyone know of a fix for this issue. I am attaching the latter simple test code to the post.
    Thanks
    Attachments:
    test_print.vi ‏18 KB

    Sorry Sam, I couldn't get my hands on a 64-bit Vista machine to tinker with your VI. I got a little obsessed with trying to get ahold of a computer to test it out on, that I overlooked actually taking the time to think about the problem. But, now that I'm thinking about it, which operating system did you build this application on? Sometimes an application that was built in another OS than it's running on will have problems caused by the differences in the OS. I'd like to try building the application in 64-bit Vista and deploying it to another 64-bit Vista machine, but unfortunately, I can't test this out myself. My gut feeling is that the application is acting up because it wasn't built in 64-bit Vista, not because the Easy Print VI or the 8.2.1 Run-Time Engine themselves are incompatible with 64-bit Vista. If you can, please test out that theory. That will definitely help determine if it's truly a bug or not.
    Product Support Engineer
    National Instruments

Maybe you are looking for

  • HT201401 while syncing - been stuck on step 5 of 5 'waiting for items to copy' for an hour - help?

    while syncing - have been stuck on step 5 of 5 'waiting for items to copy' for an hour...........i'm suspecting there is a problem last night i attempted to upgrade to the most recent IOS - after that was done, i attempted to sync my phone got a mess

  • Issue with Query and its Bookmark

    Hi All, I have query which after execution shows Kf1 along with Ch1. Basically it has Kf 1,2,3 (2,3 are in hide can be shown). It was working fine, suddenly today I'm able to see a error message displaying as "Could not find any data to display. This

  • 500GB WD Ultra ATA100 Hard Drive in G4 MDD?

    Hey Guys! I could probably figure this out if I were at home with the machine, but it's been a long time since I upgraded anything and I can't recall exactly what's compatible. I'd like to order today if I can while I'm thinking about it. Basically,

  • Import DVD Video_TS folder contents?

    G'day, I'm a film student at Griffith Uni, AU... Over 2006 I produced a few short films. The only copies I have of them are burnt onto DVDs using DVD Studio Pro. What I wish to now do is consolidate them onto a single disc. The problem I have is that

  • Alv report colour display

    hi i have a requirment in my alv report ,i need to show values of material description i.e  only gsm values in different colour i. 296 GSM and corresponding below values 285 GSM,.below show is sample output onf my alv report. materialno