{"id":3710,"date":"2019-05-18T16:47:11","date_gmt":"2019-05-18T16:47:11","guid":{"rendered":"https:\/\/vinish.dev\/?p=3710"},"modified":"2025-04-16T19:49:11","modified_gmt":"2025-04-16T14:19:11","slug":"oracle-apex-pl-sql-expression-example","status":"publish","type":"post","link":"https:\/\/vinish.dev\/oracle-apex-pl-sql-expression-example","title":{"rendered":"Oracle Apex PL\/SQL Expression Example"},"content":{"rendered":"<p>In this post, I am giving the Oracle Apex PL\/SQL expression example to <a href=\"https:\/\/vinish.dev\/oracle-apex-validation-pl-sql-function-returning-error-text\">validate a text field<\/a>. Not only for validation, but you can also use the PL\/SQL expressions for more purposes in Oracle Apex.<\/p>\n<h2>Oracle Apex PL\/SQL Expression Example<\/h2>\n<p>In the below example, it is creating validation for the <code>SAL<\/code> column, which must be greater than 1000.<\/p>\n<p>To create the PL\/SQL expression for the <code>SAL<\/code> column, select the <code>SAL<\/code> field in the content body region and do the right click on it and select <strong>Create Validation<\/strong> option.<\/p>\n<p>In the Validation section, select the type as <strong>PL\/SQL Expression<\/strong> and then in the text area enter <code>:sal &gt; 1000<\/code> as shown in the below image:<\/p>\n<figure id=\"attachment_3711\" aria-describedby=\"caption-attachment-3711\" style=\"width: 772px\" class=\"wp-caption aligncenter\"><img decoding=\"async\" class=\"wp-image-3711 size-full\" src=\"https:\/\/vinish.dev\/wp-content\/uploads\/2019\/05\/apex-field-validation-section.png\" alt=\"Oracle Apex Validation Section.\" width=\"772\" height=\"478\" srcset=\"https:\/\/vinish.dev\/wp-content\/uploads\/2019\/05\/apex-field-validation-section.png 772w, https:\/\/vinish.dev\/wp-content\/uploads\/2019\/05\/apex-field-validation-section-300x186.png 300w, https:\/\/vinish.dev\/wp-content\/uploads\/2019\/05\/apex-field-validation-section-600x372.png 600w, https:\/\/vinish.dev\/wp-content\/uploads\/2019\/05\/apex-field-validation-section-768x476.png 768w\" sizes=\"(max-width: 772px) 100vw, 772px\" \/><figcaption id=\"caption-attachment-3711\" class=\"wp-caption-text\">Illustrating PL\/SQL expression to validate a text field in Oracle Apex. Image by FoxInfotech.<\/figcaption><\/figure>\n<p>Now if the condition evaluates to TRUE, means the <code>SAL is &gt; 1000<\/code> then it is OK; else it will raise the error.<\/p>\n<h2>Oracle Apex PL\/SQL Function Body (Returning boolean) Example<\/h2>\n<p>You can write the above condition for type <strong>PL\/SQL Function Body (returning boolean)<\/strong> as well. To write the validation as demonstrated above, enter the following code into the text area, as shown below:<\/p>\n<pre>Begin\r\n  if :sal &gt; 1000 then\r\n     return true;\r\n  else\r\n     return false;\r\n  end if;\r\nend;<\/pre>\n<h3>See also:<\/h3>\n<ul>\n<li><a href=\"https:\/\/vinish.dev\/learn-how-to-create-user-in-oracle-apex\">Learn How to Create User in Oracle Apex<\/a><\/li>\n<li>5 Simple Steps To Change Application Title In Oracle Apex<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>In this post, I am giving the Oracle Apex PL\/SQL expression example to validate a text field. Not only for validation, but you can also use the PL\/SQL expressions for more purposes in Oracle Apex. Oracle Apex PL\/SQL Expression Example In the below example, it is creating validation for the SAL column, which must be [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":3712,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-3710","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-apex"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Oracle Apex PL\/SQL Expression Example &#8226; Vinish.Dev<\/title>\n<meta name=\"description\" content=\"This tutorial is to demonstrate Oracle Apex PL\/SQL expression example. Learn how to create PL\/SQL expressions in Apex to validate fields.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vinish.dev\/oracle-apex-pl-sql-expression-example\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Oracle Apex PL\/SQL Expression Example &#8226; Vinish.Dev\" \/>\n<meta property=\"og:description\" content=\"This tutorial is to demonstrate Oracle Apex PL\/SQL expression example. Learn how to create PL\/SQL expressions in Apex to validate fields.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vinish.dev\/oracle-apex-pl-sql-expression-example\" \/>\n<meta property=\"og:site_name\" content=\"Vinish.Dev\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/foxinfotech2014\" \/>\n<meta property=\"article:published_time\" content=\"2019-05-18T16:47:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-16T14:19:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/vinish.dev\/wp-content\/uploads\/2019\/05\/Oracle-Apex-PL-SQL-expressions.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2542\" \/>\n\t<meta property=\"og:image:height\" content=\"1192\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Vinish Kapoor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/x.com\/vinish_kapoor\" \/>\n<meta name=\"twitter:site\" content=\"@foxinfotech\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Vinish Kapoor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/vinish.dev\\\/oracle-apex-pl-sql-expression-example#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vinish.dev\\\/oracle-apex-pl-sql-expression-example\"},\"author\":{\"name\":\"Vinish Kapoor\",\"@id\":\"https:\\\/\\\/vinish.dev\\\/#\\\/schema\\\/person\\\/a7790479716d2a54131ca873f8483d3f\"},\"headline\":\"Oracle Apex PL\\\/SQL Expression Example\",\"datePublished\":\"2019-05-18T16:47:11+00:00\",\"dateModified\":\"2025-04-16T14:19:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/vinish.dev\\\/oracle-apex-pl-sql-expression-example\"},\"wordCount\":221,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/vinish.dev\\\/#\\\/schema\\\/person\\\/df5e5ca816f6f4302efc03cf58dc97b4\"},\"image\":{\"@id\":\"https:\\\/\\\/vinish.dev\\\/oracle-apex-pl-sql-expression-example#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vinish.dev\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/Oracle-Apex-PL-SQL-expressions.png\",\"articleSection\":[\"Oracle APEX\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/vinish.dev\\\/oracle-apex-pl-sql-expression-example#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vinish.dev\\\/oracle-apex-pl-sql-expression-example\",\"url\":\"https:\\\/\\\/vinish.dev\\\/oracle-apex-pl-sql-expression-example\",\"name\":\"Oracle Apex PL\\\/SQL Expression Example &#8226; Vinish.Dev\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vinish.dev\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vinish.dev\\\/oracle-apex-pl-sql-expression-example#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vinish.dev\\\/oracle-apex-pl-sql-expression-example#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vinish.dev\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/Oracle-Apex-PL-SQL-expressions.png\",\"datePublished\":\"2019-05-18T16:47:11+00:00\",\"dateModified\":\"2025-04-16T14:19:11+00:00\",\"description\":\"This tutorial is to demonstrate Oracle Apex PL\\\/SQL expression example. Learn how to create PL\\\/SQL expressions in Apex to validate fields.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vinish.dev\\\/oracle-apex-pl-sql-expression-example#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vinish.dev\\\/oracle-apex-pl-sql-expression-example\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vinish.dev\\\/oracle-apex-pl-sql-expression-example#primaryimage\",\"url\":\"https:\\\/\\\/vinish.dev\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/Oracle-Apex-PL-SQL-expressions.png\",\"contentUrl\":\"https:\\\/\\\/vinish.dev\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/Oracle-Apex-PL-SQL-expressions.png\",\"width\":2542,\"height\":1192,\"caption\":\"Oracle Apex - Create PL\\\/SQL Expressions.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vinish.dev\\\/oracle-apex-pl-sql-expression-example#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vinish.dev\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Oracle APEX\",\"item\":\"https:\\\/\\\/vinish.dev\\\/category\\\/apex\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Oracle Apex PL\\\/SQL Expression Example\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vinish.dev\\\/#website\",\"url\":\"https:\\\/\\\/vinish.dev\\\/\",\"name\":\"Vinish.Dev\",\"description\":\"Vinish Kapoor&#039;s Blog: Best Oracle Blog for Developers\",\"publisher\":{\"@id\":\"https:\\\/\\\/vinish.dev\\\/#\\\/schema\\\/person\\\/df5e5ca816f6f4302efc03cf58dc97b4\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vinish.dev\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/vinish.dev\\\/#\\\/schema\\\/person\\\/df5e5ca816f6f4302efc03cf58dc97b4\",\"name\":\"Vinish Kapoor\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vinish.dev\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/vinishprofile.png\",\"url\":\"https:\\\/\\\/vinish.dev\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/vinishprofile.png\",\"contentUrl\":\"https:\\\/\\\/vinish.dev\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/vinishprofile.png\",\"width\":192,\"height\":192,\"caption\":\"Vinish Kapoor\"},\"logo\":{\"@id\":\"https:\\\/\\\/vinish.dev\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/vinishprofile.png\"},\"description\":\"Vinish Kapoor is a seasoned software development professional and a fervent enthusiast of artificial intelligence (AI). His impressive career spans over 25+ years, marked by a relentless pursuit of innovation and excellence in the field of information technology. As an Oracle ACE, Vinish has distinguished himself as a leading expert in Oracle technologies, a title awarded to individuals who have demonstrated their deep commitment, leadership, and expertise in the Oracle community.\",\"sameAs\":[\"https:\\\/\\\/vinish.dev\\\/\",\"https:\\\/\\\/www.facebook.com\\\/foxinfotech2014\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/vinish-kapoor\\\/\",\"https:\\\/\\\/x.com\\\/foxinfotech\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/vinish.dev\\\/#\\\/schema\\\/person\\\/a7790479716d2a54131ca873f8483d3f\",\"name\":\"Vinish Kapoor\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a67232caa79b11f24f16c371866a96cfb575e011ebda6fa6e3d088a837a31bde?s=96&d=identicon&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a67232caa79b11f24f16c371866a96cfb575e011ebda6fa6e3d088a837a31bde?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a67232caa79b11f24f16c371866a96cfb575e011ebda6fa6e3d088a837a31bde?s=96&d=identicon&r=g\",\"caption\":\"Vinish Kapoor\"},\"description\":\"Vinish Kapoor is a seasoned software development professional and a fervent enthusiast of artificial intelligence (AI). His impressive career spans over 25+ years, marked by a relentless pursuit of innovation and excellence in the field of information technology. As an Oracle ACE, Vinish has distinguished himself as a leading expert in Oracle technologies, a title awarded to individuals who have demonstrated their deep commitment, leadership, and expertise in the Oracle community.\",\"sameAs\":[\"https:\\\/\\\/vinish.dev\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/vinish-kapoor\\\/\",\"https:\\\/\\\/x.com\\\/https:\\\/\\\/x.com\\\/vinish_kapoor\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Oracle Apex PL\/SQL Expression Example &#8226; Vinish.Dev","description":"This tutorial is to demonstrate Oracle Apex PL\/SQL expression example. Learn how to create PL\/SQL expressions in Apex to validate fields.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vinish.dev\/oracle-apex-pl-sql-expression-example","og_locale":"en_US","og_type":"article","og_title":"Oracle Apex PL\/SQL Expression Example &#8226; Vinish.Dev","og_description":"This tutorial is to demonstrate Oracle Apex PL\/SQL expression example. Learn how to create PL\/SQL expressions in Apex to validate fields.","og_url":"https:\/\/vinish.dev\/oracle-apex-pl-sql-expression-example","og_site_name":"Vinish.Dev","article_publisher":"https:\/\/www.facebook.com\/foxinfotech2014","article_published_time":"2019-05-18T16:47:11+00:00","article_modified_time":"2025-04-16T14:19:11+00:00","og_image":[{"width":2542,"height":1192,"url":"https:\/\/vinish.dev\/wp-content\/uploads\/2019\/05\/Oracle-Apex-PL-SQL-expressions.png","type":"image\/png"}],"author":"Vinish Kapoor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/x.com\/vinish_kapoor","twitter_site":"@foxinfotech","twitter_misc":{"Written by":"Vinish Kapoor","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/vinish.dev\/oracle-apex-pl-sql-expression-example#article","isPartOf":{"@id":"https:\/\/vinish.dev\/oracle-apex-pl-sql-expression-example"},"author":{"name":"Vinish Kapoor","@id":"https:\/\/vinish.dev\/#\/schema\/person\/a7790479716d2a54131ca873f8483d3f"},"headline":"Oracle Apex PL\/SQL Expression Example","datePublished":"2019-05-18T16:47:11+00:00","dateModified":"2025-04-16T14:19:11+00:00","mainEntityOfPage":{"@id":"https:\/\/vinish.dev\/oracle-apex-pl-sql-expression-example"},"wordCount":221,"commentCount":0,"publisher":{"@id":"https:\/\/vinish.dev\/#\/schema\/person\/df5e5ca816f6f4302efc03cf58dc97b4"},"image":{"@id":"https:\/\/vinish.dev\/oracle-apex-pl-sql-expression-example#primaryimage"},"thumbnailUrl":"https:\/\/vinish.dev\/wp-content\/uploads\/2019\/05\/Oracle-Apex-PL-SQL-expressions.png","articleSection":["Oracle APEX"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/vinish.dev\/oracle-apex-pl-sql-expression-example#respond"]}]},{"@type":"WebPage","@id":"https:\/\/vinish.dev\/oracle-apex-pl-sql-expression-example","url":"https:\/\/vinish.dev\/oracle-apex-pl-sql-expression-example","name":"Oracle Apex PL\/SQL Expression Example &#8226; Vinish.Dev","isPartOf":{"@id":"https:\/\/vinish.dev\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vinish.dev\/oracle-apex-pl-sql-expression-example#primaryimage"},"image":{"@id":"https:\/\/vinish.dev\/oracle-apex-pl-sql-expression-example#primaryimage"},"thumbnailUrl":"https:\/\/vinish.dev\/wp-content\/uploads\/2019\/05\/Oracle-Apex-PL-SQL-expressions.png","datePublished":"2019-05-18T16:47:11+00:00","dateModified":"2025-04-16T14:19:11+00:00","description":"This tutorial is to demonstrate Oracle Apex PL\/SQL expression example. Learn how to create PL\/SQL expressions in Apex to validate fields.","breadcrumb":{"@id":"https:\/\/vinish.dev\/oracle-apex-pl-sql-expression-example#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vinish.dev\/oracle-apex-pl-sql-expression-example"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vinish.dev\/oracle-apex-pl-sql-expression-example#primaryimage","url":"https:\/\/vinish.dev\/wp-content\/uploads\/2019\/05\/Oracle-Apex-PL-SQL-expressions.png","contentUrl":"https:\/\/vinish.dev\/wp-content\/uploads\/2019\/05\/Oracle-Apex-PL-SQL-expressions.png","width":2542,"height":1192,"caption":"Oracle Apex - Create PL\/SQL Expressions."},{"@type":"BreadcrumbList","@id":"https:\/\/vinish.dev\/oracle-apex-pl-sql-expression-example#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vinish.dev\/"},{"@type":"ListItem","position":2,"name":"Oracle APEX","item":"https:\/\/vinish.dev\/category\/apex"},{"@type":"ListItem","position":3,"name":"Oracle Apex PL\/SQL Expression Example"}]},{"@type":"WebSite","@id":"https:\/\/vinish.dev\/#website","url":"https:\/\/vinish.dev\/","name":"Vinish.Dev","description":"Vinish Kapoor&#039;s Blog: Best Oracle Blog for Developers","publisher":{"@id":"https:\/\/vinish.dev\/#\/schema\/person\/df5e5ca816f6f4302efc03cf58dc97b4"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vinish.dev\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/vinish.dev\/#\/schema\/person\/df5e5ca816f6f4302efc03cf58dc97b4","name":"Vinish Kapoor","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vinish.dev\/wp-content\/uploads\/2023\/12\/vinishprofile.png","url":"https:\/\/vinish.dev\/wp-content\/uploads\/2023\/12\/vinishprofile.png","contentUrl":"https:\/\/vinish.dev\/wp-content\/uploads\/2023\/12\/vinishprofile.png","width":192,"height":192,"caption":"Vinish Kapoor"},"logo":{"@id":"https:\/\/vinish.dev\/wp-content\/uploads\/2023\/12\/vinishprofile.png"},"description":"Vinish Kapoor is a seasoned software development professional and a fervent enthusiast of artificial intelligence (AI). His impressive career spans over 25+ years, marked by a relentless pursuit of innovation and excellence in the field of information technology. As an Oracle ACE, Vinish has distinguished himself as a leading expert in Oracle technologies, a title awarded to individuals who have demonstrated their deep commitment, leadership, and expertise in the Oracle community.","sameAs":["https:\/\/vinish.dev\/","https:\/\/www.facebook.com\/foxinfotech2014","https:\/\/www.linkedin.com\/in\/vinish-kapoor\/","https:\/\/x.com\/foxinfotech"]},{"@type":"Person","@id":"https:\/\/vinish.dev\/#\/schema\/person\/a7790479716d2a54131ca873f8483d3f","name":"Vinish Kapoor","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/a67232caa79b11f24f16c371866a96cfb575e011ebda6fa6e3d088a837a31bde?s=96&d=identicon&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/a67232caa79b11f24f16c371866a96cfb575e011ebda6fa6e3d088a837a31bde?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a67232caa79b11f24f16c371866a96cfb575e011ebda6fa6e3d088a837a31bde?s=96&d=identicon&r=g","caption":"Vinish Kapoor"},"description":"Vinish Kapoor is a seasoned software development professional and a fervent enthusiast of artificial intelligence (AI). His impressive career spans over 25+ years, marked by a relentless pursuit of innovation and excellence in the field of information technology. As an Oracle ACE, Vinish has distinguished himself as a leading expert in Oracle technologies, a title awarded to individuals who have demonstrated their deep commitment, leadership, and expertise in the Oracle community.","sameAs":["https:\/\/vinish.dev\/","https:\/\/www.linkedin.com\/in\/vinish-kapoor\/","https:\/\/x.com\/https:\/\/x.com\/vinish_kapoor"]}]}},"_links":{"self":[{"href":"https:\/\/vinish.dev\/wp-json\/wp\/v2\/posts\/3710","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vinish.dev\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/vinish.dev\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/vinish.dev\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vinish.dev\/wp-json\/wp\/v2\/comments?post=3710"}],"version-history":[{"count":1,"href":"https:\/\/vinish.dev\/wp-json\/wp\/v2\/posts\/3710\/revisions"}],"predecessor-version":[{"id":18754,"href":"https:\/\/vinish.dev\/wp-json\/wp\/v2\/posts\/3710\/revisions\/18754"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vinish.dev\/wp-json\/wp\/v2\/media\/3712"}],"wp:attachment":[{"href":"https:\/\/vinish.dev\/wp-json\/wp\/v2\/media?parent=3710"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vinish.dev\/wp-json\/wp\/v2\/categories?post=3710"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vinish.dev\/wp-json\/wp\/v2\/tags?post=3710"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}