• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

invalid identifier

 
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have a strange problem. I have loaded an application in live server, but it shows some 'SQLException: ORA-00904 : invalid identifier 'in one of the java class files. The data in the test server is working fine. The same test files is loaded into the live server. Identifiers looks same . I cannt see any errors obviously. I am working with java,tomcat and Oracle.

The class files are same in test and live servers. Could you think of any other reasons for this error ?

Thanks,
Joe.
 
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
Maybe the database tables, indexes, constraints are different between the databases? Or are they pointing to the same database/schema?

Mark
 
Joe Jose
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I got it solved. There was no roles selecting for the user to access the table and the wrong table(old table) was selcting that user.

Thank you very much for the answer.
 
reply
    Bookmark Topic Watch Topic
  • New Topic