Hi,
I would like to ask on how to check on this error on Oracle.
I am implementing 4 Java-based applications (Sybase FinancialFusion) deployed on IBM Websphere Application servers, using Oracle 11g as database. These are all installed in 1 physical server (Windows 2008 Server). Upon starting up the management console for one of these applications, this console cannot access to the Oracle database. The startup for this console is via Windows command line by executing a Windows batch file (.bat) containing the classpaths for the related Java files for this application. Upon checking the CLI, the oracle errorĀ "ORA-00904: "PROPERTYNAME": invalid identifier".
Should I create this "PROPERTYNAME" identifier on the database itself for it to be valid? Please advise.
Thank you.
CHarles