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.
 
Back
Top