{"id":7114,"date":"2021-03-29T10:55:54","date_gmt":"2021-03-29T10:55:54","guid":{"rendered":"https:\/\/www.gologica.com\/elearning\/?p=7114"},"modified":"2025-04-07T10:21:51","modified_gmt":"2025-04-07T10:21:51","slug":"oracle-stream-interview-questions","status":"publish","type":"post","link":"https:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/","title":{"rendered":"Oracle Stream Interview Questions"},"content":{"rendered":"<p><strong>1. What is Oracle Streams?<\/strong><\/p>\n<p>The Oracle streams products from Oracle Corporation and encourages users of Oracle databases to propagate information within and between databases.<\/p>\n<p>It provides tools to capture, process (stage), and manage database events through Advanced Queuing queues.<\/p>\n<p><strong>2. What Is Streams Pool In Oracle 10g?<\/strong><\/p>\n<p>Streams pool is a part of the System&#8217;s Global Area (SGA) from which memory for Streams is allocated if it is configured. It can be configured by specifying the initialization parameter, STREAMS_POOL_SIZE.<\/p>\n<p>If the size of the Streams pool is greater than zero, then any SGA memory used by Stream is allocated from the Streams pool.<\/p>\n<p>If the size of the Stream pool is equal to zero, then the memory used by Streams is allocated from the shared pool that may use up to 10% of the shared pool.<\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.gologica.com\/course\/oracle-stream-training\/\"><img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"175\" src=\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/stream-1.jpg\" alt=\"ORACLE STREAM TRAINING\" class=\"wp-image-7115\" srcset=\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/stream-1.jpg 800w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/stream-1-460x101.jpg 460w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/stream-1-768x168.jpg 768w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/stream-1-100x22.jpg 100w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/stream-1-600x131.jpg 600w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/stream-1-120x26.jpg 120w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/stream-1-310x68.jpg 310w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/a><\/figure>\n<\/div>\n<p><strong>3. What Is a Database Change Notification?<\/strong><\/p>\n<p>Database Change Notification is a service that is used to notify the registered clients whenever a change is committed.<\/p>\n<p><strong>4. What is the difference between Oracle Streams and Change Data Capture?<\/strong><\/p>\n<p>Oracle CDC is all about capturing changes in DB tables and the changes are stored in special Oracle tables. There are two modes of CDC operation: asynchronous (based on Java) and synchronous. Oracle Streams sits on top of Oracle CDC and it&#8217;s a full transport mechanism for data synchronization between 2 servers. It&#8217;s based on Oracle Advanced Queues technology and it&#8217;s designed for high performance and reliability.<\/p>\n<p>Both Oracle CDC and Streams are generally used for data synchronization between Oracle DB servers. With Oracle CDC, you don&#8217;t have to use Oracle Streams for, e.g. you could write your data export routines which create flat files for synchronization between 2 DB servers, whereas with Streams you must have a network link between the 2 servers.<\/p>\n<p>Database Change Notification is something else again, it&#8217;s not used for server-to-server sync but instead more for server notification of result set changes to clients, mostly in the context of data caches on the client side.<\/p>\n<\/p>\n<figure class=\"wp-block-table aligncenter\">\n<table class=\"has-fixed-layout\">\n<tbody>\n<tr>\n<td class=\"has-text-align-center\" data-align=\"center\"><strong><em>Learn more information from the GoLogica &#8220;<a href=\"https:\/\/www.gologica.com\/course\/oracle-stream-training\/\" target=\"_blank\" rel=\"noreferrer noopener\">Oracle Stream Training<\/a>&#8220;<\/em><\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n<p><strong>5. What is Stream Replication?<\/strong><\/p>\n<p>Oracle streams extract changes from transaction (redo) logs to propagate them to the destination database.\u00a0 It relies on the methodology of redoing log files for the database changes.\u00a0 The db transactions are recorded in the redo logs files, which are extracted by the log transport service.\u00a0 It can act as a DR solution.\u00a0 Since it is a pure data solution, data can be maintained as either a complete replica of the source database or as a subset of the data.\u00a0 It can be sent to multiple destinations.\u00a0 With the help of an application handler, you can have a variety of data transformations.<\/p>\n<p><strong>6. What is LCR?<\/strong><\/p>\n<p>A message with a specific format that describes a database change.&nbsp; All the captured changes are converted into events called LCR.<\/p>\n<p><strong>7. What is the Capture Process?<\/strong><\/p>\n<p>The capture process is an Oracle background process that scans the database redo log files to extract the DML and DDL changes that were done on the database objects.\u00a0 It usually runs on the source database system where the actual transactional activity occurs.\u00a0 It is an optional background process whose process name is cnn, in which it is a capture process number.\u00a0 The infrastructure of LogMiner is used for this process.<\/p>\n<p><strong>8. What is the Apply Process?<\/strong><\/p>\n<p>The apply process is an optional Oracle background process that dequeues LCRs and user messages from a specific queue.\u00a0 After that, it either applies each one directly or passes it to a user-defined procedure called a handler.\u00a0 The process name is Anna, and it is an Apply process number.<\/p>\n<p><strong>9. What is SYS.AnyData?<\/strong><\/p>\n<p>Events of different data types can be captured into a SYS.AnyData queue.\u00a0 This is defined at the database level.\u00a0 The majority of the payload type can be wrapped in a SYS.AnyData queue.\u00a0 Users and applications may enqueue events into a SYS.AnyData.<\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.gologica.com\/course\/oracle-stream-training\/\"><img decoding=\"async\" width=\"800\" height=\"175\" src=\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/stream.jpg\" alt=\"ORACLE STREAM\" class=\"wp-image-7116\" srcset=\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/stream.jpg 800w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/stream-460x101.jpg 460w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/stream-768x168.jpg 768w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/stream-100x22.jpg 100w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/stream-600x131.jpg 600w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/stream-120x26.jpg 120w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/stream-310x68.jpg 310w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/a><\/figure>\n<\/div>\n<p><strong>10. Why is additional supplemental logging needed?<\/strong><\/p>\n<p>When a particular column is updated at the source database table for a set of rows, the values in the column or columns are logged by default.\u00a0 When these values need to be applied on the destination side, where does Oracle apply them and how does Oracle identify which rows it need updating?\u00a0 Supplemental logging provides the answers to these questions.<\/p>\n<p><strong>11. What is direct application? <\/strong><\/p>\n<p>Directly applying means that the application process is going to apply the LCR without having to run a user procedure. \u00a0 It is the simplest form of applying to the destination.<\/p>\n<p><strong>12. What is downstream capture?<\/strong><\/p>\n<p>This is a feature that you can use to shift the capture process from the primary database to another server that is dedicated to just that purpose.\u00a0 If you use this, there is no additional resource that is utilized in the source database.\u00a0 All of the capture and enqueue activities are done on the downstream database.\u00a0 The use of this allows you more flexibility and improves scalability.<\/p>\n<p><strong>13. What are the uses of streams?<\/strong><\/p>\n<p>Message Queuing<\/p>\n<p>Data Replication<\/p>\n<p>Event Management and Notification<\/p>\n<p>Data Warehouse Loading<\/p>\n<p>Data Protection<\/p>\n<p>Database Availability During Upgrade and Maintenance Operations<\/p>\n<p><strong>14. What is changing data capture?<\/strong><\/p>\n<p>CDC is a technique to capture changes in database tables. These changes are stored in special tables. CDC operates in two modes: asynchronous, which is based on Java, and synchronous, which is used on database triggers. Performance overhead is higher in the case of synchronous CDC.<\/p>\n<p><strong>15 <\/strong>. <strong>What is the capture process?<\/strong><\/p>\n<p>The capture process extracts database changes from redo log files at the source. It is a background process.<\/p>\n<p><strong>16. How can you set a DML handler?<\/strong><\/p>\n<p>DML handler can be set by using the following statement:<\/p>\n<p>Dbms_apply_adm.set_dml_handler (object_name, object_type, operation_name, error_handler, user_procedure, apply_db_link)<\/p>\n<p><strong>17. Why is additional supplemental logging needed?<\/strong><\/p>\n<p>The default logging process records the information about DML operations.<\/p>\n<p>Supplemental logging is required to identify the rows to be updated on each destination.<\/p>\n<p><strong>18. How can you find the setup of lob_assembly?<\/strong><\/p>\n<p>You find the setup of lob_assembly by using the DBA_APPLY_DML_HANDLER view.<\/p>\n<p><strong>19. What is Database Change Notification?<\/strong><\/p>\n<p>Database Change Notification is a service that is used to notify the registered clients whenever a change is committed.<\/p>\n<p><strong>20. List some important Streams views.<\/strong><\/p>\n<p>Following are some important Streams views:<\/p>\n<p>DBA_STREAMS_TABLE_RULES<\/p>\n<p>DBA_APPLY_CONFLICT_COLUMNS<\/p>\n<p>GV$STREAMS_CAPTURE<\/p>\n<\/p>\n<p><strong><br \/>Related Courses<\/strong><\/p>\n<figure class=\"wp-block-table aligncenter\">\n<table class=\"has-fixed-layout\">\n<tbody>\n<tr>\n<th class=\"has-text-align-center\" data-align=\"center\">Course Name<\/th>\n<th class=\"has-text-align-center\" data-align=\"center\">Enroll Now<\/th>\n<\/tr>\n<tr>\n<td class=\"has-text-align-center\" data-align=\"center\">Oracle Stream Training<\/td>\n<td class=\"has-text-align-center\" data-align=\"center\"><a href=\"https:\/\/www.gologica.com\/course\/oracle-stream-training\/\">Enroll Now<\/a><\/td>\n<\/tr>\n<tr>\n<td class=\"has-text-align-center\" data-align=\"center\">Oracle Process Cloud Service Training<\/td>\n<td class=\"has-text-align-center\" data-align=\"center\"><a href=\"https:\/\/www.gologica.com\/course\/oracle-process-cloud-service-training\/\">Enroll Now<\/a><\/td>\n<\/tr>\n<tr>\n<td class=\"has-text-align-center\" data-align=\"center\">ORACLE DBA 11g\/12c TRAINING<\/td>\n<td class=\"has-text-align-center\" data-align=\"center\"><a href=\"https:\/\/www.gologica.com\/course\/oracle-dba\/\">Enroll Now<\/a><\/td>\n<\/tr>\n<tr>\n<td class=\"has-text-align-center\" data-align=\"center\">ORACLE APPS TECHNICAL TRAINING<\/td>\n<td class=\"has-text-align-center\" data-align=\"center\"><a href=\"https:\/\/www.gologica.com\/course\/oracle-apps-technical-training\/\">Enroll Now<\/a><\/td>\n<\/tr>\n<tr>\n<td class=\"has-text-align-center\" data-align=\"center\">ORACLE SQL TRAINING<\/td>\n<td class=\"has-text-align-center\" data-align=\"center\"><a href=\"https:\/\/www.gologica.com\/course\/oracle-sql\/\">Enroll Now<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n","protected":false},"excerpt":{"rendered":"<p>1. What is Oracle Streams? The Oracle streams products from Oracle Corporation and encourages users of Oracle databases to propagate &hellip;<\/p>\n","protected":false},"author":1,"featured_media":7117,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"pmpro_default_level":"","footnotes":""},"categories":[12],"tags":[308,391,700],"coauthors":[182],"class_list":["post-7114","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-oracle_intervew_questions","tag-oracle","tag-oracle-pbcs-training","tag-oracle-stream","pmpro-has-access","user-has-not-earned"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Oracle Stream Interview Questions and Answers - 2021<\/title>\n<meta name=\"description\" content=\"The stream can transfer information within a database or from one database to another. The stream routes specified messages to specific destinations.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Oracle Stream Interview Questions and Answers - 2021\" \/>\n<meta property=\"og:description\" content=\"The stream can transfer information within a database or from one database to another. The stream routes specified messages to specific destinations.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/\" \/>\n<meta property=\"og:site_name\" content=\"GoLogica\" \/>\n<meta property=\"article:published_time\" content=\"2021-03-29T10:55:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-07T10:21:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/ORACLE-STREAM-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"300\" \/>\n\t<meta property=\"og:image:height\" content=\"175\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/61458e59d78b8e05fb57997461069c62\"},\"headline\":\"Oracle Stream Interview Questions\",\"datePublished\":\"2021-03-29T10:55:54+00:00\",\"dateModified\":\"2025-04-07T10:21:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/\"},\"wordCount\":1096,\"image\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/ORACLE-STREAM-1.jpg\",\"keywords\":[\"Oracle\",\"Oracle PBCS Training\",\"Oracle Stream\"],\"articleSection\":[\"Oracle\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/\",\"url\":\"https:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/\",\"name\":\"Oracle Stream Interview Questions and Answers - 2021\",\"isPartOf\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/ORACLE-STREAM-1.jpg\",\"datePublished\":\"2021-03-29T10:55:54+00:00\",\"dateModified\":\"2025-04-07T10:21:51+00:00\",\"author\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/61458e59d78b8e05fb57997461069c62\"},\"description\":\"The stream can transfer information within a database or from one database to another. The stream routes specified messages to specific destinations.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/#primaryimage\",\"url\":\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/ORACLE-STREAM-1.jpg\",\"contentUrl\":\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/ORACLE-STREAM-1.jpg\",\"width\":300,\"height\":175,\"caption\":\"ORACLE STREAM\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.gologica.com\/elearning\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Oracle Stream Interview Questions\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/#website\",\"url\":\"https:\/\/www.gologica.com\/elearning\/\",\"name\":\"GoLogica\",\"description\":\"E-Learning Portal\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.gologica.com\/elearning\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/61458e59d78b8e05fb57997461069c62\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/image\/d0ab308492a1bfcbec1a1ce1637996db\",\"url\":\"https:\/\/www.gologica.com\/elearning\/wp-content\/themes\/wplms\/assets\/images\/avatar.jpg\",\"contentUrl\":\"https:\/\/www.gologica.com\/elearning\/wp-content\/themes\/wplms\/assets\/images\/avatar.jpg\",\"caption\":\"admin\"},\"url\":\"https:\/\/www.gologica.com\/elearning\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Oracle Stream Interview Questions and Answers - 2021","description":"The stream can transfer information within a database or from one database to another. The stream routes specified messages to specific destinations.","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:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/","og_locale":"en_US","og_type":"article","og_title":"Oracle Stream Interview Questions and Answers - 2021","og_description":"The stream can transfer information within a database or from one database to another. The stream routes specified messages to specific destinations.","og_url":"https:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/","og_site_name":"GoLogica","article_published_time":"2021-03-29T10:55:54+00:00","article_modified_time":"2025-04-07T10:21:51+00:00","og_image":[{"width":300,"height":175,"url":"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/ORACLE-STREAM-1.jpg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/#article","isPartOf":{"@id":"https:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/"},"author":{"name":"admin","@id":"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/61458e59d78b8e05fb57997461069c62"},"headline":"Oracle Stream Interview Questions","datePublished":"2021-03-29T10:55:54+00:00","dateModified":"2025-04-07T10:21:51+00:00","mainEntityOfPage":{"@id":"https:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/"},"wordCount":1096,"image":{"@id":"https:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/#primaryimage"},"thumbnailUrl":"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/ORACLE-STREAM-1.jpg","keywords":["Oracle","Oracle PBCS Training","Oracle Stream"],"articleSection":["Oracle"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/","url":"https:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/","name":"Oracle Stream Interview Questions and Answers - 2021","isPartOf":{"@id":"https:\/\/www.gologica.com\/elearning\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/#primaryimage"},"image":{"@id":"https:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/#primaryimage"},"thumbnailUrl":"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/ORACLE-STREAM-1.jpg","datePublished":"2021-03-29T10:55:54+00:00","dateModified":"2025-04-07T10:21:51+00:00","author":{"@id":"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/61458e59d78b8e05fb57997461069c62"},"description":"The stream can transfer information within a database or from one database to another. The stream routes specified messages to specific destinations.","breadcrumb":{"@id":"https:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/#primaryimage","url":"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/ORACLE-STREAM-1.jpg","contentUrl":"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/ORACLE-STREAM-1.jpg","width":300,"height":175,"caption":"ORACLE STREAM"},{"@type":"BreadcrumbList","@id":"https:\/\/www.gologica.com\/elearning\/oracle-stream-interview-questions\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.gologica.com\/elearning\/"},{"@type":"ListItem","position":2,"name":"Oracle Stream Interview Questions"}]},{"@type":"WebSite","@id":"https:\/\/www.gologica.com\/elearning\/#website","url":"https:\/\/www.gologica.com\/elearning\/","name":"GoLogica","description":"E-Learning Portal","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.gologica.com\/elearning\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/61458e59d78b8e05fb57997461069c62","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/image\/d0ab308492a1bfcbec1a1ce1637996db","url":"https:\/\/www.gologica.com\/elearning\/wp-content\/themes\/wplms\/assets\/images\/avatar.jpg","contentUrl":"https:\/\/www.gologica.com\/elearning\/wp-content\/themes\/wplms\/assets\/images\/avatar.jpg","caption":"admin"},"url":"https:\/\/www.gologica.com\/elearning\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/posts\/7114","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/comments?post=7114"}],"version-history":[{"count":3,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/posts\/7114\/revisions"}],"predecessor-version":[{"id":65715,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/posts\/7114\/revisions\/65715"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/media\/7117"}],"wp:attachment":[{"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/media?parent=7114"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/categories?post=7114"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/tags?post=7114"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/coauthors?post=7114"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}