{"id":926,"date":"2013-09-29T21:11:55","date_gmt":"2013-09-30T01:11:55","guid":{"rendered":"https:\/\/gonzalo.aro.cl\/blog\/?p=926"},"modified":"2013-09-29T21:13:44","modified_gmt":"2013-09-30T01:13:44","slug":"grant-en-db2","status":"publish","type":"post","link":"https:\/\/gonzalo.aro.cl\/blog\/2013\/09\/29\/grant-en-db2\/","title":{"rendered":"GRANT en DB2"},"content":{"rendered":"<p>Los GRANT que hay que tener en cuenta para DB2<\/p>\n<pre class=\"brush: sql\">\r\nGRANT USAGE ON SEQUENCE  < secuencia > TO < usuario >\r\nGRANT ALTER ON SEQUENCE  < secuencia > TO < usuario > WITH GRANT OPTION\r\nGRANT ALL ON < tabla_vista > TO USER < usuario > WITH GRANT OPTION\r\nGRANT SELECT, INSERT ON < tabla_vista > TO USER  < usuario_1 >, USER < usuario_2 >\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Los GRANT que hay que tener en cuenta para DB2 GRANT USAGE ON SEQUENCE < secuencia > TO < usuario > GRANT ALTER ON SEQUENCE < secuencia > TO < usuario > WITH GRANT OPTION GRANT ALL ON < tabla_vista > TO USER < usuario > WITH GRANT OPTION GRANT SELECT, INSERT ON < tabla_vista [&hellip;]\n<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,36,4],"tags":[],"class_list":["post-926","post","type-post","status-publish","format-standard","hentry","category-base-de-datos","category-db2","category-desarrollo"],"_links":{"self":[{"href":"https:\/\/gonzalo.aro.cl\/blog\/wp-json\/wp\/v2\/posts\/926"}],"collection":[{"href":"https:\/\/gonzalo.aro.cl\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gonzalo.aro.cl\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gonzalo.aro.cl\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gonzalo.aro.cl\/blog\/wp-json\/wp\/v2\/comments?post=926"}],"version-history":[{"count":3,"href":"https:\/\/gonzalo.aro.cl\/blog\/wp-json\/wp\/v2\/posts\/926\/revisions"}],"predecessor-version":[{"id":929,"href":"https:\/\/gonzalo.aro.cl\/blog\/wp-json\/wp\/v2\/posts\/926\/revisions\/929"}],"wp:attachment":[{"href":"https:\/\/gonzalo.aro.cl\/blog\/wp-json\/wp\/v2\/media?parent=926"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gonzalo.aro.cl\/blog\/wp-json\/wp\/v2\/categories?post=926"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gonzalo.aro.cl\/blog\/wp-json\/wp\/v2\/tags?post=926"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}