Create ROLEs
create role vc_admin_role;
create user vcenter identified by oracle account unlock;
grant resource to vcenter;
grant connect to vcenter;
grant connect to vc_admin_role;
grant resource to vc_admin_role;
grant create view to vc_admin_role;
grant create sequence to vc_admin_role;
grant create table to vc_admin_role;
grant create materialized view to vc_admin_role;
grant execute on dbms_lock to vc_admin_role;
grant select on dba_lock TO vc_admin_role;
grant execute on dbms_job to vc_admin_role;
grant select on dba_tablespaces to vc_admin_role;
grant select on dba_temp_files to vc_admin_role;
grant select on dba_data_files to vc_admin_role;
grant unlimited tablespace to vc_admin_role;
grant select on v_$session TO vc_admin_role;
grant select on v_$system_event TO vc_admin_role;
grant select on v_$sysmetric_history TO vc_admin_role;
grant select on v_$sysstat TO vc_admin_role;
grant select on dba_data_files TO vc_admin_role;
grant select on v_$loghist TO vc_admin_role;
Subscribe to:
Post Comments (Atom)
ALCATEL 6900
write memory copy running certified reload from working no rollback-timeout
-
SET LLDP System NAME: system name ALL-Uplink system location SIAM-FL11 SHOW LLDP Configure: show lldp config or show lldp local-syste...
-
grant execute on utl_http to wc grant execute on dbms_lock to wc; BEGIN DBMS_NETWORK_ACL_ADMIN.create_acl ( acl => ...
-
:system view system-view or sys :show all config dis current-configuration :create vlan vlan vlan_number :show ip interface ...
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.