I'm in the process of writing a large query linking many tables and one table keeps tripping me up. SQL plus tells me this table doesn't exist, however when i use the Oracle Enterprise Manager Console, the table is there (I can see its structure and data).
When running this simple line:
desc consuserallocationxref;
I get this as a result:
ORA-04043: object consuserallocationxref does not exist
I'm using Oracle client 9.2 with an Oracle 8 database. If anyone knows what might be the problem, please help (I know I've spelt the name correctly). Thanks!
When running this simple line:
desc consuserallocationxref;
I get this as a result:
ORA-04043: object consuserallocationxref does not exist
I'm using Oracle client 9.2 with an Oracle 8 database. If anyone knows what might be the problem, please help (I know I've spelt the name correctly). Thanks!