• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

ORA-24387

 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Has anybody encountered the ORA-24387 error ? It seems to happen when I use Oracle OCI driver, but not with the Thin driver. It happens when I call DatabaseMetaData.getTables.
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you tried to Google Search that error code. I find when I get those codes, Google is the first place I go because they have links to pages that describe the ORA-xxxxx errors.

Good Luck

http://ora-24387.ora-code.com/ is kind of cool, just put the code in front of ora-code.com

Mark
 
Christophe Verré
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mark, thank you for the advice.
Yes, of course, I tried to google it first, but I can't understand the meaning of the error code :
ORA-24387: Invalid attach driver
Cause:Trying to attach using the wrong driver
Action:Relink the application in the right mode

I don't understand what the "right mode" is.
The program was running fine until recently. The driver is the same, but I think somebody has changed something on the DB server.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic