I'm getting this Error while executing the query in Oracle Database :
ORA-00904: "STRDEF": invalid identifier
Oracle Database Version is :
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production PL/SQL Release 11.2.0.4.0 - Production "CORE 11.2.0.4.0 Production" TNS for Linux: Version 11.2.0.4.0 - Production NLSRTL Version 11.2.0.4.0 - Production
STRDEF
is not an attribute in the query referenced anywhere in tables / views.- The DB was refreshed recently from Production.
Anyone seen this kind of issue before?
STRDEF
may be referenced in that function - and the query fails at that point. – mathguy