{"id":900,"date":"2015-06-09T15:31:02","date_gmt":"2015-06-09T15:31:02","guid":{"rendered":"http:\/\/codethataint.com\/blog\/?p=900"},"modified":"2015-10-07T04:10:31","modified_gmt":"2015-10-07T04:10:31","slug":"synonym-for-oracle-procedures-and-tables","status":"publish","type":"post","link":"https:\/\/codethataint.com\/blog\/synonym-for-oracle-procedures-and-tables\/","title":{"rendered":"Synonym for Oracle Procedures and Tables"},"content":{"rendered":"<p><strong>For Procs<\/strong><\/p>\n<pre class=\"brush: sql; title: ; notranslate\" title=\"\">\r\n---for procs  \r\n CREATE PUBLIC SYNONYM  PROC_NAME\r\n   FOR DATABASE_NAME.PROC_NAME;\r\n\r\n   GRANT EXECUTE, DEBUG ON PROC_NAME TO ADMIN,ALL_DEVELOPERS;\r\n<\/pre>\n<p><strong>For Tables<\/strong><\/p>\n<pre class=\"brush: sql; title: ; notranslate\" title=\"\">\r\n---for tables\r\nCREATE PUBLIC SYNONYM  TABLE_NAME\r\n   FOR TABLE_NAME_SYNONYM;\r\n\r\nGRANT INSERT,UPDATE,DELETE,SELECT ON TABLE_NAME TO ADMIN,ALL_DEVELOPERS;\r\n\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>For Procs &#8212;for procs CREATE PUBLIC SYNONYM PROC_NAME FOR DATABASE_NAME.PROC_NAME; GRANT EXECUTE, DEBUG ON PROC_NAME TO ADMIN,ALL_DEVELOPERS; For Tables &#8212;for tables CREATE PUBLIC SYNONYM TABLE_NAME FOR TABLE_NAME_SYNONYM; GRANT INSERT,UPDATE,DELETE,SELECT ON TABLE_NAME TO ADMIN,ALL_DEVELOPERS;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[29,30],"tags":[],"class_list":["post-900","post","type-post","status-publish","format-standard","hentry","category-oracle-database-2","category-queries-oracle-database-2"],"_links":{"self":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts\/900","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/comments?post=900"}],"version-history":[{"count":6,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts\/900\/revisions"}],"predecessor-version":[{"id":984,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts\/900\/revisions\/984"}],"wp:attachment":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/media?parent=900"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/categories?post=900"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/tags?post=900"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}