Changing the Database Server to Administration Mode with the -j Option
The -j option puts the database server into the administration mode and allows only the DBSA group and the user informix to connect to the server. The -j option allows a DBSA to have the server in a fully functional mode to perform maintenance.
The -j -U option enables the DBSA to grant individual users access to the database server in administration mode. Once connected, these individual users can execute any SQL or DDL command. When the server is changed to administration mode, all sessions for users other than user informix, the DBSA group users, and those identified in the onmode -j -U command lose their database server connection.
onmode -j -U karin,sarah,andrew
onmode -j -U karin
onmode -j -U karin,sarah
onmode -j -U sarah
onmode -j -U ' '
For information on designating single users in administration mode using a configuration parameter, see ADMIN_MODE_USERS configuration parameter