Setting privileges
Informix®
Informix users must have at least the
CONNECT privilege to access the
database:GRANT CONNECT TO usernameApplication
administration users need the
Since version 7.20,
Informix supports database
roles:RESOURCE privilege to create
tables:GRANT RESOURCE TO usernameGRANT rolename TO usernameDameng®
Dameng users must have at least the
RESOURCE permission to access the database
and create tables (for temporary table
emulation):GRANT RESOURCE TO userSee Dameng documentation for more details.
Solution
Informix and Dameng user privileges management are quite similar.
See also Temporary Tables