Erick Antezana wrote:
Hello,
how can I enable/disable the 'dav' user using isql (and not the
conductor)?
thanks,
Erick
You may do this by executing this line in isql as dba:
update sys_users set u_account_disabled=1 where u_name = 'dav';
Beware, however, that most web-based interfaces, including Conductor
require the 'dav' account to be active, as this account owns the
collections in the DAV repository which hold the VAD packages. You may
experiment with this yourself - try any conductor page once you've
disabled the user. Just make sure you don't lose the command line (isql)
login to the DB. You can re-enable the user by setting
u_account_disabled = 0.
Yrjänä
--
Yrjana Rankka | gh...@openlinksw.com
Developer, Virtuoso Team | http://www.openlinksw.com
| Making Technology Work For You