{"id":11743,"date":"2016-11-08T16:09:19","date_gmt":"2016-11-08T21:09:19","guid":{"rendered":"http:\/\/jianmingli.com\/wp\/?p=11743"},"modified":"2016-11-08T16:09:19","modified_gmt":"2016-11-08T21:09:19","slug":"oracle-directory","status":"publish","type":"post","link":"https:\/\/jianmingli.com\/wp\/?p=11743","title":{"rendered":"Oracle Directory"},"content":{"rendered":"<span id=\"Create_Directory\"><h2>Create Directory<\/h2><\/span>\n<pre lang=\"sql\">\r\nCREATE OR REPLACE DIRECTORY MY_LOG_DIR AS '\/opt\/oracle\/dataload\/logs';\r\n<\/pre>\n<span id=\"List_All_My_Directories\"><h2>List All My Directories<\/h2><\/span>\n<pre lang=\"sql\">\r\ncol OWNER format a9\r\ncol DIRECTORY_NAME format a9\r\ncol DIRECTORY_PATH format a29\r\n\r\nselect * from all_directories where directory_name like 'MY%';\r\n<\/pre>\n<span id=\"Grant_Access_to_Directory\"><h2>Grant Access to Directory<\/h2><\/span>\n<pre lang=\"sql\">\r\nGRANT READ ON DIRECTORY MY_LOG_DIR TO dev;\r\nGRANT WRITE ON DIRECTORY MY_LOG_DIR TO dev;\r\n<\/pre>\n<span id=\"List_Grantees_of_a_Directory\"><h2>List Grantees of a Directory<\/h2><\/span>\n<pre lang=\"sql\">\r\ncol grantor format a9\r\ncol grantee format a9\r\ncol table_schema format a9\r\ncol table_name format a9\r\ncol privilege format a9\r\n\r\nselect grantor, grantee, table_schema, table_name, privilege\r\nfrom all_tab_privs \r\nwhere table_name='MY_LOG_DIR';\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Create Directory CREATE OR REPLACE DIRECTORY MY_LOG_DIR AS &#8216;\/opt\/oracle\/dataload\/logs&#8217;; List All My Directories col OWNER format a9 col DIRECTORY_NAME format a9 col DIRECTORY_PATH format a29 select * from all_directories where directory_name like &#8216;MY%&#8217;; Grant Access to Directory GRANT READ ON &hellip; <a href=\"https:\/\/jianmingli.com\/wp\/?p=11743\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[35],"tags":[730,567],"class_list":["post-11743","post","type-post","status-publish","format-standard","hentry","category-oracle","tag-directory","tag-oracle"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8cRUO-33p","_links":{"self":[{"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/posts\/11743","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=11743"}],"version-history":[{"count":1,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/posts\/11743\/revisions"}],"predecessor-version":[{"id":11744,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/posts\/11743\/revisions\/11744"}],"wp:attachment":[{"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11743"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=11743"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=11743"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}