{"id":18062,"date":"2020-12-30T09:34:26","date_gmt":"2020-12-30T09:34:26","guid":{"rendered":"https:\/\/dbtut.com\/?p=18062"},"modified":"2020-12-30T09:34:26","modified_gmt":"2020-12-30T09:34:26","slug":"what-is-oracle-data-redaction","status":"publish","type":"post","link":"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/","title":{"rendered":"What is Oracle Data Redaction"},"content":{"rendered":"<h2>What is Oracle Data Redaction?<\/h2>\n<p>Oracle Data Redaction is a technology that allows you to mask (redact) data on the database. In this way, you can mask the data in your tables as you wish and prevent data breaches.<\/p>\n<p>Oracle Data Redaction does not physically mask data like Transparent Database Encryption. Encryption is done according to the rules prepared based on the &#8220;DBMS_REDACT&#8221; package, and on a user specific basis. In other words, your data is stored on Buffer Cache as raw as before. When a data is requested, the DMBS_REDACT package transmits the data in the methods you specify.<\/p>\n<h3>Why we should use Oracle Data Redaction?<\/h3>\n<p>Your app users don&#8217;t always need to see your sensitive data. For example, you may want the personal information on a customer card not be visible.<\/p>\n<p>The information may need to be changed partially or completely. You can use Oracle Data Redaction features in these processes.<\/p>\n<h3>Oracle Data Redaction Methods<\/h3>\n<p>There are 4 different methods to perform Data Redaction as you see below.<\/p>\n<ul>\n<li>Full redaction.<\/li>\n<li>Partial redaction.<\/li>\n<li>Regular expressions.<\/li>\n<li>Random redaction.<\/li>\n<li>* No redaction<\/li>\n<\/ul>\n<p id=\"qyDDyLL\"><img loading=\"lazy\" decoding=\"async\" width=\"688\" height=\"282\" class=\"size-full wp-image-18063 aligncenter\" src=\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/12\/img_5fead4bc48b0e.png\" alt=\"\" \/><\/p>\n<h3>Full Redaction<\/h3>\n<p>All data in the affected column is affected. The default value of Full Redaction is 0. If the data type in the column is NUMBER, it is replaced with 0, if the data type is character, it is replaced with a space.<\/p>\n<h3>Partial Redaction<\/h3>\n<p>You can edit a certain part of the existing data in the affected column. For example, 8 digits from the beginning or end of a 16-digit card number can be changed with &#8220;*&#8221;.<\/p>\n<h3>Regular Expression based Data Redaction<\/h3>\n<p>Available for character data types only. With Regular Expressions, you can optionally edit e-mail names with different characters.<\/p>\n<h3>Random Redaction<\/h3>\n<p>Regardless of the data type of the data in the column, it is the method in which data is randomly displayed every time it is called. When data is called with this method, Data Redaction changes the data to Random, so the data always looks unique.<\/p>\n<p>There are some important details in the usage of the most used Random Redaction.<\/p>\n<ul>\n<li>When using the <strong>Char data type<\/strong>, the returned data length will always be the same as the column&#8217;s character count. For example, if the column is CHAR (25), the output result provides a string of 25 random characters.<\/li>\n<li>When using the <strong>VARCHAR2 data type<\/strong>, the returned data length is the number of characters in the column. For example, if a column of data type VARCHAR (25) contains 10 characters of data, the result of Data Redaction is 10 Random characters.<\/li>\n<li>In the <strong>number data types<\/strong>, a positive number is returned randomly.<\/li>\n<li>In <strong>date-time data types<\/strong>, random dates are displayed.<\/li>\n<\/ul>\n<h3>Differences between Oracle Data Redaction and Oracle Virtual Pricate Database<\/h3>\n<ul>\n<li>While you can edit data more functionally with Oracle Data Redaction, Oracle Virtual Private Database returns the data as NULL. When the values return NULL, it can cause problems for applications. With Oracle Data Redaction, you will not encounter such problems.<\/li>\n<li>Oracle Virtual Private Database is sensitive to static and dynamic content. Data Redaction is only sensitive to static content.<\/li>\n<li>Data Redaction allows only one policy to be defined on a table or view, while Oracle Virtual Private Database allows you to define many policies.<\/li>\n<\/ul>\n<h3>How does Oracle Data Redaction affect SYS and SYSTEM or default schemas?<\/h3>\n<ul>\n<li>SYS and SYSTEM users have the EXEMPT REDACTION POLICY privilege by default. This privilege means that the Oracle Data Redaction policy is invalid for these users. In other words, they can always read the data unless otherwise stated.<\/li>\n<li>By default, users created do not have the EXEMPT REDACTION POLICY privilege. For example, the HR user is directly affected by this situation.<\/li>\n<li>The EXEMPT REDACTION POLICY role from users such as SYS and SYSTEM should not be revoked.<\/li>\n<\/ul>\n<h3>Limitations<\/h3>\n<ul>\n<li>GROUP BY statement can not be used in columns that have implemented Oracle Data Redaction. This is because the column in the Select list is changed by Data Redaction. When GROUP BY is used for column with Data Redaction, error ORA-00979 is returned.<\/li>\n<li>The same conditions apply in DISTINCT as in the GROUP BY statement. When DISTINCT is used for column with Data Redaction, ORA-01791 error is returned.<\/li>\n<li>Data Redaction cannot be applied to a column with JSON data type. The ORA-28073 error is returned.<\/li>\n<li>GRAPHIC, LONG VARGRAPHIC, VARGRAPHIC, and TIME data types are not supported under any circumstances.<\/li>\n<li>XML types, Oracle Spatial types, Oracle Media types are not supported.<\/li>\n<\/ul>\n<p>You may want to read below article to implement in Oracle 19c.<\/p>\n<p><a href=\"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/oracle-data-redaction-19c-examples\/\" target=\"_blank\" rel=\"noopener\">Oracle Data Redaction 19c Example<\/a><\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_18062\" class=\"pvc_stats all  \" data-element-id=\"18062\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>What is Oracle Data Redaction? Oracle Data Redaction is a technology that allows you to mask (redact) data on the database. In this way, you can mask the data in your tables as you wish and prevent data breaches. Oracle Data Redaction does not physically mask data like Transparent Database Encryption. Encryption is done according &hellip;<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_18062\" class=\"pvc_stats all  \" data-element-id=\"18062\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":574,"featured_media":18105,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[4],"tags":[10321,10313,10314,10322,10312,10315,10316,10319,10320,10317,10318,10310,10311],"class_list":["post-18062","post","type-post","status-publish","format-standard","has-post-thumbnail","","category-oracle","tag-differences-between-oracle-data-redaction-and-oracle-virtual-pricate-database","tag-full-oracle-data-redaction","tag-full-redaction","tag-oracle-data-redaction-limitations","tag-oracle-data-redaction-methods","tag-partial-oracle-data-redaction","tag-partial-redaction","tag-random-oracle-data-redaction","tag-random-redaction","tag-regular-expression-based-oracle-data-redaction","tag-regular-expression-based-redaction","tag-what-is-oracle-data-redaction","tag-why-we-should-use-oracle-data-redaction"],"aioseo_notices":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is Oracle Data Redaction - Database Tutorials<\/title>\n<meta name=\"description\" content=\"This article contains information about Oracle Data Redaction, Redaction Types such as Full, Partial, Regular Expression, Random.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is Oracle Data Redaction - Database Tutorials\" \/>\n<meta property=\"og:description\" content=\"This article contains information about Oracle Data Redaction, Redaction Types such as Full, Partial, Regular Expression, Random.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/\" \/>\n<meta property=\"og:site_name\" content=\"Database Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2020-12-30T09:34:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/12\/oracledataredaction.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"725\" \/>\n\t<meta property=\"og:image:height\" content=\"409\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Bu\u011fra PARLAYAN\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Bu\u011fra PARLAYAN\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/\"},\"author\":{\"name\":\"Bu\u011fra PARLAYAN\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/f07abb2de370d35d6c93e90d8eb2b9f2\"},\"headline\":\"What is Oracle Data Redaction\",\"datePublished\":\"2020-12-30T09:34:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/\"},\"wordCount\":752,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/12\/oracledataredaction.jpg\",\"keywords\":[\"Differences between Oracle Data Redaction and Oracle Virtual Pricate Database\",\"Full Oracle Data Redaction\",\"Full Redaction\",\"Oracle Data Redaction Limitations\",\"Oracle Data Redaction Methods\",\"Partial Oracle Data Redaction\",\"Partial Redaction\",\"Random Oracle Data Redaction\",\"Random Redaction\",\"Regular Expression based Oracle Data Redaction\",\"Regular Expression based Redaction\",\"What is Oracle Data Redaction\",\"Why we should use Oracle Data Redaction\"],\"articleSection\":[\"ORACLE\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/\",\"url\":\"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/\",\"name\":\"What is Oracle Data Redaction - Database Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/12\/oracledataredaction.jpg\",\"datePublished\":\"2020-12-30T09:34:26+00:00\",\"description\":\"This article contains information about Oracle Data Redaction, Redaction Types such as Full, Partial, Regular Expression, Random.\",\"breadcrumb\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/#primaryimage\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/12\/oracledataredaction.jpg\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/12\/oracledataredaction.jpg\",\"width\":725,\"height\":409},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dbtut.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is Oracle Data Redaction\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dbtut.com\/#website\",\"url\":\"https:\/\/dbtut.com\/\",\"name\":\"Database Tutorials\",\"description\":\"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux\",\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dbtut.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dbtut.com\/#organization\",\"name\":\"dbtut\",\"url\":\"https:\/\/dbtut.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"width\":223,\"height\":36,\"caption\":\"dbtut\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/f07abb2de370d35d6c93e90d8eb2b9f2\",\"name\":\"Bu\u011fra PARLAYAN\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/8fe63334d745f00f79f9f47b870aa143dd0f7615580c741a3b078aa4d09fa071?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/8fe63334d745f00f79f9f47b870aa143dd0f7615580c741a3b078aa4d09fa071?s=96&d=mm&r=g\",\"caption\":\"Bu\u011fra PARLAYAN\"},\"description\":\"Burgra Parlayan is an experienced Database and Weblogic Administrator. After completing his technical \/ relevant training he has got involved with a serious amount of projects. He successfully managed database upgrade, database migration, database performance tuning projects for various public institutions.Currently he has been employed by one of the leading financial institutions called Turkiye Hayat &amp; Emeklilik as responsible administrator for Oracle Database and Oracle Middleware. He has been sharing his experience and knowledge by face to face training, personal blog and various social networking accounts to support the Oracle ecosystem continuously since 2010.\",\"sameAs\":[\"http:\/\/www.bugraparlayan.com.tr\/\"],\"url\":\"https:\/\/dbtut.com\/index.php\/author\/bugraparlayan\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is Oracle Data Redaction - Database Tutorials","description":"This article contains information about Oracle Data Redaction, Redaction Types such as Full, Partial, Regular Expression, Random.","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:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/","og_locale":"en_US","og_type":"article","og_title":"What is Oracle Data Redaction - Database Tutorials","og_description":"This article contains information about Oracle Data Redaction, Redaction Types such as Full, Partial, Regular Expression, Random.","og_url":"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/","og_site_name":"Database Tutorials","article_published_time":"2020-12-30T09:34:26+00:00","og_image":[{"width":725,"height":409,"url":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/12\/oracledataredaction.jpg","type":"image\/jpeg"}],"author":"Bu\u011fra PARLAYAN","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Bu\u011fra PARLAYAN","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/#article","isPartOf":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/"},"author":{"name":"Bu\u011fra PARLAYAN","@id":"https:\/\/dbtut.com\/#\/schema\/person\/f07abb2de370d35d6c93e90d8eb2b9f2"},"headline":"What is Oracle Data Redaction","datePublished":"2020-12-30T09:34:26+00:00","mainEntityOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/"},"wordCount":752,"commentCount":0,"publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"image":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/#primaryimage"},"thumbnailUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/12\/oracledataredaction.jpg","keywords":["Differences between Oracle Data Redaction and Oracle Virtual Pricate Database","Full Oracle Data Redaction","Full Redaction","Oracle Data Redaction Limitations","Oracle Data Redaction Methods","Partial Oracle Data Redaction","Partial Redaction","Random Oracle Data Redaction","Random Redaction","Regular Expression based Oracle Data Redaction","Regular Expression based Redaction","What is Oracle Data Redaction","Why we should use Oracle Data Redaction"],"articleSection":["ORACLE"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/","url":"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/","name":"What is Oracle Data Redaction - Database Tutorials","isPartOf":{"@id":"https:\/\/dbtut.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/#primaryimage"},"image":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/#primaryimage"},"thumbnailUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/12\/oracledataredaction.jpg","datePublished":"2020-12-30T09:34:26+00:00","description":"This article contains information about Oracle Data Redaction, Redaction Types such as Full, Partial, Regular Expression, Random.","breadcrumb":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/#primaryimage","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/12\/oracledataredaction.jpg","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/12\/oracledataredaction.jpg","width":725,"height":409},{"@type":"BreadcrumbList","@id":"https:\/\/dbtut.com\/index.php\/2020\/12\/30\/what-is-oracle-data-redaction\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dbtut.com\/"},{"@type":"ListItem","position":2,"name":"What is Oracle Data Redaction"}]},{"@type":"WebSite","@id":"https:\/\/dbtut.com\/#website","url":"https:\/\/dbtut.com\/","name":"Database Tutorials","description":"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux","publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dbtut.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/dbtut.com\/#organization","name":"dbtut","url":"https:\/\/dbtut.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","width":223,"height":36,"caption":"dbtut"},"image":{"@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/dbtut.com\/#\/schema\/person\/f07abb2de370d35d6c93e90d8eb2b9f2","name":"Bu\u011fra PARLAYAN","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/8fe63334d745f00f79f9f47b870aa143dd0f7615580c741a3b078aa4d09fa071?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8fe63334d745f00f79f9f47b870aa143dd0f7615580c741a3b078aa4d09fa071?s=96&d=mm&r=g","caption":"Bu\u011fra PARLAYAN"},"description":"Burgra Parlayan is an experienced Database and Weblogic Administrator. After completing his technical \/ relevant training he has got involved with a serious amount of projects. He successfully managed database upgrade, database migration, database performance tuning projects for various public institutions.Currently he has been employed by one of the leading financial institutions called Turkiye Hayat &amp; Emeklilik as responsible administrator for Oracle Database and Oracle Middleware. He has been sharing his experience and knowledge by face to face training, personal blog and various social networking accounts to support the Oracle ecosystem continuously since 2010.","sameAs":["http:\/\/www.bugraparlayan.com.tr\/"],"url":"https:\/\/dbtut.com\/index.php\/author\/bugraparlayan\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/18062","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/users\/574"}],"replies":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/comments?post=18062"}],"version-history":[{"count":0,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/18062\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media\/18105"}],"wp:attachment":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media?parent=18062"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/categories?post=18062"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/tags?post=18062"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}