Quantcast
Channel: SCN: Message List - SAP Adaptive Server Enterprise (SAP ASE) for Custom Applications
Viewing all articles
Browse latest Browse all 3587

Re: How big to make Large IO cache pools ?

$
0
0

Hi Mike

 

Picking up on your comment on running sp_sysmon without sa permissions, I wanted to point out a feature in 15.7 (I know you are not using this at the moment) that makes it easy to run system procedures without system roles.

 

From 15.7 ESD2 , there is a feature to address this called execute as owner. From that version, most system procedures are created with execute as owner, so you can grant execute to a non-privileged user on a (system) procedure :

http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01672.1572/html/sec_admin/BABIFJGG.htm

 

(this assumes valid login and user added to sybsystemprocs)

 

grant execute on sp_sysmon to my_user

go

sp_displaylogin test1

go

-- no roles displayed

 

Log in as test1, execute sp_sysmon and it works.

 

 

For earlier versions, there is this solution but of course this requires sa_role to set it up :

http://www.sypron.nl/grant_sa.html

 

 

HTH

 

Bart


Viewing all articles
Browse latest Browse all 3587


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>