Recent content by Patrick Newport

  1. P

    DOA issues with 9i upgrade

    We are experiencing the same problem with 9.2.0.8.0 PLSQL Developer. Typically, I can run 3 or 4 queries before it shuts down with the access violation. For our DOA apps, the components are 4.0.7.1.
  2. P

    DOA issues with 9i upgrade

    We just converted the database from 8i to 9i over the weekend and are experiencing issues with one of our DOA applications using doa34d7. The error message is "Access violation at address 00000000. Read of address 00000000". This seems to occur at random times and for random users, but always...
  3. P

    Weird Schema issue

    Unfortunately, they are set the same. I left the process running and finally got an error "Unable to allocate 252816 bytes of shared memory," so it looks like it is just going on a memory eating loop or something.
  4. P

    Weird Schema issue

    That is correct. It is the same schema on two different PCs, connecting to the same server, but it is almost like they are pulling back two separate instances (though v$session disproves this.) Another interesting feature is that even though I could typically run debug on this machine before...
  5. P

    Weird Schema issue

    I've been experiencing a strange schema issue which has started very recently. When I connect to a database under a schema, I can see all the objects in the Browser as usual... packages, tables, triggers, etc. However, if I compile a new package to the database, then login from a separate...
Back
Top