BEGIN
DBMS_NETWORK_ACL_ADMIN.APPEND_HOST_ACE
(
host => '192.168.32.53',
lower_port => null,
upper_port => null,
ace => xs$ace_type(privilege_list => xs$name_list('jdwp'),
principal_name => 'USER',
principal_type => xs_acl.ptype_db)
);
END;
/
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/76889.html
標籤:Oracle
上一篇:第一節 常用的一些命令
下一篇:DM8 HUGE表使用小技巧
