{"id":154,"date":"2012-03-02T01:30:28","date_gmt":"2012-03-02T01:30:28","guid":{"rendered":"http:\/\/oranotes.tuktaroff.com\/?page_id=154"},"modified":"2012-03-02T01:32:39","modified_gmt":"2012-03-02T01:32:39","slug":"user-privileges","status":"publish","type":"page","link":"http:\/\/oranotes.tuktaroff.com\/?page_id=154","title":{"rendered":"User privileges"},"content":{"rendered":"<p><code><br \/>\n<script type=\"text\/javascript\"> \nfunction copy(what) {\n    window.clipboardData.setData('Text',what.value);\n}\nfunction paste(what) {\n    what.value = window.clipboardData.getData('Text');\n}\n<\/script><\/p>\n<form action=\"\"><textarea name=\"data\" cols=\"50\" rows=\"10\" style=\"display:none;\"><br \/>\nselect<br \/>\n  lpad(' ', 2*level) || granted_role \"User, his roles and privileges\"<br \/>\nfrom<br \/>\n  (<br \/>\n  \/* THE USERS *\/<br \/>\n    select<br \/>\n      null     grantee,<br \/>\n      username granted_role<br \/>\n    from<br \/>\n      dba_users<br \/>\n    where<br \/>\n      username like upper('%&USERNAME%')<br \/>\n  \/* THE ROLES TO ROLES RELATIONS *\/<br \/>\n  union<br \/>\n    select<br \/>\n      grantee,<br \/>\n      granted_role<br \/>\n    from<br \/>\n      dba_role_privs<br \/>\n  \/* THE ROLES TO PRIVILEGE RELATIONS *\/<br \/>\n  union<br \/>\n    select<br \/>\n      grantee,<br \/>\n      privilege<br \/>\n    from<br \/>\n      dba_sys_privs<br \/>\n  )<br \/>\nstart with grantee is null<br \/>\nconnect by grantee = prior granted_role<br \/>\n\/<br \/>\n<\/textarea><input type=\"button\" value=\"Clipboard\" onclick=\"copy(this.form.data)\"><\/form>\n<pre class=\"qcode\">\r\nselect\r\n  lpad(' ', 2*level) || granted_role \"User, his roles and privileges\"\r\nfrom\r\n  (\r\n  \/* THE USERS *\/\r\n    select \r\n      null     grantee, \r\n      username granted_role\r\n    from \r\n      dba_users\r\n    where\r\n      username like upper('%&USERNAME%')\r\n  \/* THE ROLES TO ROLES RELATIONS *\/ \r\n  union\r\n    select \r\n      grantee,\r\n      granted_role\r\n    from\r\n      dba_role_privs\r\n  \/* THE ROLES TO PRIVILEGE RELATIONS *\/ \r\n  union\r\n    select\r\n      grantee,\r\n      privilege\r\n    from\r\n      dba_sys_privs\r\n  )\r\nstart with grantee is null\r\nconnect by grantee = prior granted_role\r\n\/\r\n<\/pre>\n<p><\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>select lpad(&#8216; &#8216;, 2*level) || granted_role &#8220;User, his roles and privileges&#8221; from ( \/* THE USERS *\/ select null grantee, username granted_role from dba_users where username like upper(&#8216;%&#038;USERNAME%&#8217;) \/* THE ROLES TO ROLES RELATIONS *\/ union select grantee, granted_role from dba_role_privs \/* THE ROLES TO PRIVILEGE RELATIONS *\/ union select grantee, privilege from dba_sys_privs ) [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":72,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-154","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/P2NVny-2u","_links":{"self":[{"href":"http:\/\/oranotes.tuktaroff.com\/index.php?rest_route=\/wp\/v2\/pages\/154","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/oranotes.tuktaroff.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/oranotes.tuktaroff.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/oranotes.tuktaroff.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/oranotes.tuktaroff.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=154"}],"version-history":[{"count":2,"href":"http:\/\/oranotes.tuktaroff.com\/index.php?rest_route=\/wp\/v2\/pages\/154\/revisions"}],"predecessor-version":[{"id":158,"href":"http:\/\/oranotes.tuktaroff.com\/index.php?rest_route=\/wp\/v2\/pages\/154\/revisions\/158"}],"up":[{"embeddable":true,"href":"http:\/\/oranotes.tuktaroff.com\/index.php?rest_route=\/wp\/v2\/pages\/72"}],"wp:attachment":[{"href":"http:\/\/oranotes.tuktaroff.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=154"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}