Timesten - Privileges

Timesten Component

Granting PRIVILEGES

The ALL PRIVILEGES grants every system privilege to a user. If you want a user to have most of the system privileges, you can grant ALL PRIVILEGES to a user and then revoke only those system privileges that you do not want them to have.

GRANT ALL PRIVILEGES TO UserName;
REVOKE ADMIN, CACHE_MANAGER FROM UserName;

Documentation / Reference





Discover More
Timesten Component
Timesten - DSN

When you connect from an application, you use a Data Source Name (DSN) to uniquely identify the particular TimesTen database to which you want to connect. A DSN is a character-string name that identifies...
Timesten Component
Timesten - User

There are four types of users in the TimesTen database: with all privileges who authenticate against the database who authenticate against the operating system who are used internally by the...



Share this page:
Follow us:
Task Runner