• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Problem in connection

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have migrated my Intranet application Database from Oracle 8i to 9i and it uses jdbc oracle driver.
But there are some interfaces with my application which are using Oracle 8i as the Database.
My application connects to the other Oracle 8i Database, and creates the connection pool (Verified thro Oracle Administrator Studio). But when i do a "select" on the table, gives me "table or view does not exist".
Before upgrading from Oracle 8i to Oracle 9i. these interfaces were working fine.
Can u pls help me on this.
Thanks,
Pratheep.
reply
    Bookmark Topic Watch Topic
  • New Topic