ORA-04043: object RMS.TrackSys does not exist [message #372804] |
Fri, 09 March 2001 20:56 |
Raju
Messages: 74 Registered: March 1999
|
Member |
|
|
Hi all,
I am using an application Resource Management Services from Citrix. After installing this appliaction on ONE client system, I do not have any issues. But while loading to the other client systems I am getting the problem. Our technical team says we do have enough licenses. With this backdrop,
can someone help me understand why the following error should occur? Because when I created the sample table by name AAA with PUBLIC synonym AAA. I could successfully "desc AAA". But not with TrackSys. Can you explain me why is this difference? I suspect resolving this issue might be of some help.
I wanted to eliminate this error " SQL> desc TrackSys
ERROR:
ORA-04043: object RMS.TrackSys does not exist
SQL> select * from tab;
TNAME TABTYPE CLUSTERID
------------------------------ ------- ----------
AAA TABLE
InfoDisk TABLE
TRACKINF TABLE
TrackApp TABLE
TrackDsk TABLE
TrackNet TABLE
TrackSvr TABLE
TrackSys TABLE
8 rows selected.
SQL> show user
USER is "RMS"
SQL> desc TrackSys
ERROR:
ORA-04043: object RMS.TrackSys does not exist
SQL> desc AAA
Name Null? Type
----------------------------------------- -------- ----------------------------
A NUMBER
SQL>
Also Citrix asked me to verify whether my PUBLIC SYNONYMS for the above tables are properly created. I dropped the synonyms and recreated still the same problem
Thanks in advance,
Raju
|
|
|