开发者

Is there a dql command to find out the docbase owner name?

Alternatively is the开发者_如何转开发re a way to specify what user is used to execute a dm_job?


DQL to get install owner select r_install_owner from dm_server_config

In Job properties, check "Pass standard arguments", and the launch user will be passed to the Jobs method. For example see Job dm_GwmTask_Alert and its file $DM_HOME$\bin\dm_gwm_jobs.ebs


To answer the initial question "Is there a dql command to find out the docbase owner name?"

To find out the docbase owner name:

select * from dm_user where user_name='dm_dbo'
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜