New column added to old table causes ORA-00904

  • Thread starter Thread starter Jim Brandley
  • Start date Start date
J

Jim Brandley

I added a new column to an old table, and any time I try to add it to a
select, I get an ORA-00904 error. I'm using the MS OracleDataProvider
for DotNet, and Oracle 9.2.0.4.0. Experimenting has proven that any new
column on any table produces the same error. I have renamed the column,
dropped and re-added, and tried various simple names and a variety of
datatypes.

Has anyone else ever seen this problem?
 
Found it - another developer changed the way the connect string was
built. My changes were not applied to the same instance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top