Check Oracle Database Privileges
From an Oracle SQL*Plus command prompt, list the current Oracle database privileges granted to you by entering:
SELECT * FROM SESSION_ROLES; SELECT * FROM SESSION_PRIVS;
Compare the privileges listed against the required privileges for the various TimesTen Cache operations that are specified in Grant Privileges to the Oracle Cache Administration User in the Oracle TimesTen In-Memory Database Cache Guide. Contact your Oracle Database Administrator if you require additional privileges.