开发者

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

开发者 https://www.devze.com 2023-01-22 00:41 出处:网络
Alternatively is the开发者_如何转开发re a way to specify what user is used to execute a dm_job?DQL to get install owner

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

精彩评论

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