Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Help wanted with memory leaks...

Help wanted with memory leaks...

Scheduled Pinned Locked Moved C / C++ / MFC
helporacleperformancetutorial
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • 2 Offline
    2 Offline
    2sky
    wrote on last edited by
    #1

    I have a problem with an Oracle DLL I'm using... This DLL contains a memory leak... But because this DLL runs in the same address space as my executable, my program can't perform many actions because it's memory usage increases significantly... Does anyone know how to run a piece of code in a seperate address space, so that when this code is done, the memory is automaticly commited to the system... :confused: I'm quit desperate on this one :(

    C 1 Reply Last reply
    0
    • 2 2sky

      I have a problem with an Oracle DLL I'm using... This DLL contains a memory leak... But because this DLL runs in the same address space as my executable, my program can't perform many actions because it's memory usage increases significantly... Does anyone know how to run a piece of code in a seperate address space, so that when this code is done, the memory is automaticly commited to the system... :confused: I'm quit desperate on this one :(

      C Offline
      C Offline
      Chris Meech
      wrote on last edited by
      #2

      What Oracle product are you trying to use? I use the Oracle Objects for OLE, version 8, for a whole lot of production code and have not ever experienced a memory leak with it. Lately I've also been researching the use OLE DB consumer templates with the Oracle provider and again haven't experienced any memory leaks. That's not to say that I haven't come upon other bugs with the product, but that's a horse of a different colour ;) Chris

      2 1 Reply Last reply
      0
      • C Chris Meech

        What Oracle product are you trying to use? I use the Oracle Objects for OLE, version 8, for a whole lot of production code and have not ever experienced a memory leak with it. Lately I've also been researching the use OLE DB consumer templates with the Oracle provider and again haven't experienced any memory leaks. That's not to say that I haven't come upon other bugs with the product, but that's a horse of a different colour ;) Chris

        2 Offline
        2 Offline
        2sky
        wrote on last edited by
        #3

        I'm using the Oracle Forms Open API's... They are a disease for batch processing, since they don't commit all memory pages after closing the forms file...

        C 1 Reply Last reply
        0
        • 2 2sky

          I'm using the Oracle Forms Open API's... They are a disease for batch processing, since they don't commit all memory pages after closing the forms file...

          C Offline
          C Offline
          Chris Meech
          wrote on last edited by
          #4

          Sorry, but I have no experience using the Oracle Forms product, so I'd just be guessing. No offense, but for me if I start having to 'struggle' with a third party product, it is usually because I'm trying to use the product to do something that the developer had either never intended or has to be done a very specific way. Try checking through the Oracle MetaLink site to see if anyone else might be able to help you. Chris

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups