If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Originally posted by jxh
Please can someone advise me how to set my Informix database to read only?
Hi,
Is not possible to setear it to read only you can execute "database xxxxx exclusive" or clear all the permissions of connect, resource, dba and rolles.
To set the database to "read only" you have to revoke all permissions on every table to all users. Then you have to grant select permissions on all tables to all users.