{"id":1305,"date":"2018-08-13T14:09:38","date_gmt":"2018-08-13T05:09:38","guid":{"rendered":"https:\/\/www.oqiita.com\/?p=1305"},"modified":"2018-08-13T14:09:38","modified_gmt":"2018-08-13T05:09:38","slug":"%e3%80%90db%e3%80%91oracle%e3%81%ae%e3%83%86%e3%83%bc%e3%83%96%e3%83%ab%e4%b8%80%e8%a6%a7%e3%80%81%e3%82%ab%e3%83%a9%e3%83%a0%e4%b8%80%e8%a6%a7","status":"publish","type":"post","link":"https:\/\/www.oqiita.com\/?p=1305","title":{"rendered":"\u3010DB\u3011Oracle\u306e\u30c6\u30fc\u30d6\u30eb\u4e00\u89a7\u3001\u30ab\u30e9\u30e0\u4e00\u89a7"},"content":{"rendered":"<p>\u6bce\u56de\u30b0\u30b0\u308b\u306e\u3067\u5099\u5fd8\u9332\u3002<\/p>\n<p><!--more--><\/p>\n<p><\/p>\n<h3 id=\"i-0\">\u30c6\u30fc\u30d6\u30eb\u4e00\u89a7<\/h3>\n<div class=\"pre_tag\"><span><i class=\"fa fa-code\"><\/i> TableList.sql<\/span><\/p>\n<pre class=\"line-numbers\"><code class=\"language-sql\">SELECT \n  TABLE_NAME \nFROM \n  USER_TABLES \nORDER BY \n  TABLE_NAME\n;\n<\/code><\/pre>\n<\/div>\n<h3 id=\"i-1\">\u30ab\u30e9\u30e0\u4e00\u89a7<\/h3>\n<div class=\"pre_tag\"><span><i class=\"fa fa-code\"><\/i> ColumnList.sql<\/span><\/p>\n<pre class=\"line-numbers\"><code class=\"language-sql\">SELECT \n  OWNER\n  ,TABLE_NAME\n  ,COLUMN_NAME \n  ,COLUMN_ID\nFROM \n  ALL_TAB_COLUMNS \n;\n<\/code><\/pre>\n<\/div>\n<h3 id=\"i-2\">\u30ab\u30e9\u30e0\u4e00\u89a7\u3000\u30aa\u30fc\u30ca\u30fc\u3067\u7d5e\u308a\u8fbc\u307f<\/h3>\n<div class=\"pre_tag\"><span><i class=\"fa fa-code\"><\/i> ColumnList_Owner.sql<\/span><\/p>\n<pre class=\"line-numbers\"><code class=\"language-sql\">SELECT \n  OWNER\n  ,TABLE_NAME\n  ,COLUMN_NAME \n  ,COLUMN_ID\nFROM \n  ALL_TAB_COLUMNS \nWHERE \n  OWNER = 'oqiita'\n;\n<\/code><\/pre>\n<\/div>\n<h3 id=\"i-3\">\u30ab\u30e9\u30e0\u4e00\u89a7\u3000\u30c6\u30fc\u30d6\u30eb\u540d\u3067\u7d5e\u308a\u8fbc\u307f<\/h3>\n<div class=\"pre_tag\"><span><i class=\"fa fa-code\"><\/i> ColumnList_Table.sql<\/span><\/p>\n<pre class=\"line-numbers\"><code class=\"language-sql\">SELECT \n  OWNER\n  ,TABLE_NAME\n  ,COLUMN_NAME \n  ,COLUMN_ID\nFROM \n  ALL_TAB_COLUMNS\nWHERE \n  TABLE_NAME = 'M_PRODUCT'\nORDER BY \n  COLUMN_ID\n;\n<\/code><\/pre>\n<\/div>\n<h3 id=\"i-4\">VIEW\u4e00\u89a7<\/h3>\n<div class=\"pre_tag\"><span><i class=\"fa fa-code\"><\/i> ViewList.sql<\/span><\/p>\n<pre class=\"line-numbers\"><code class=\"language-sql\">SELECT \n  VIEW_NAME\nFROM \n  USER_VIEWS\nORDER BY \n  VIEW_NAME\n;\n<\/code><\/pre>\n<\/div>\n<h3 id=\"i-5\">\u307e\u3068\u3081<\/h3>\n<p>\u7279\u306b\u306a\u3057\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u6bce\u56de\u30b0\u30b0\u308b\u306e\u3067\u5099\u5fd8\u9332\u3002<\/p>\n","protected":false},"author":1,"featured_media":733,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_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":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[90],"tags":[91,92],"class_list":{"0":"post-1305","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-db","8":"tag-db","9":"tag-oracle","10":"entry"},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/www.oqiita.com\/wp-content\/uploads\/2018\/05\/sango_db_icatch.png","jetpack_shortlink":"https:\/\/wp.me\/p8QluP-l3","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.oqiita.com\/index.php?rest_route=\/wp\/v2\/posts\/1305","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.oqiita.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.oqiita.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.oqiita.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.oqiita.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1305"}],"version-history":[{"count":4,"href":"https:\/\/www.oqiita.com\/index.php?rest_route=\/wp\/v2\/posts\/1305\/revisions"}],"predecessor-version":[{"id":1309,"href":"https:\/\/www.oqiita.com\/index.php?rest_route=\/wp\/v2\/posts\/1305\/revisions\/1309"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.oqiita.com\/index.php?rest_route=\/wp\/v2\/media\/733"}],"wp:attachment":[{"href":"https:\/\/www.oqiita.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1305"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.oqiita.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1305"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.oqiita.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1305"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}