<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Extract Header from a Table in Oracle Database and Execute a 'Create Table' In PostgreSQL Using NiFi in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Extract-Header-from-a-Table-in-Oracle-Database-and-Execute-a/m-p/329897#M230539</link>
    <description>&lt;P&gt;Thank you &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35418"&gt;@ask_bill_brooks&lt;/a&gt;&amp;nbsp;for your fast reply.&lt;/P&gt;&lt;P&gt;Yes that exactly what i want to do and it is like a repetitive task which mean that my task involves many database tables and it will be repetitive.&lt;/P&gt;&lt;P&gt;Is there any solution in mind &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35418"&gt;@ask_bill_brooks&lt;/a&gt;?&lt;/P&gt;&lt;P&gt;Thank you for your time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Nov 2021 22:17:36 GMT</pubDate>
    <dc:creator>SAYB</dc:creator>
    <dc:date>2021-11-09T22:17:36Z</dc:date>
    <item>
      <title>Extract Header from a Table in Oracle Database and Execute a 'Create Table' In PostgreSQL Using NiFi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Extract-Header-from-a-Table-in-Oracle-Database-and-Execute-a/m-p/329758#M230509</link>
      <description>&lt;P&gt;Hello Community, This Is my first post with you&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my problem is i want extract the header of a table from oracle database and based on the header i want to execute a create statement to store the header into postgresql&amp;nbsp; and all that using NIFI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there any solution for this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Nov 2021 22:48:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Extract-Header-from-a-Table-in-Oracle-Database-and-Execute-a/m-p/329758#M230509</guid>
      <dc:creator>SAYB</dc:creator>
      <dc:date>2021-11-07T22:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Header from a Table in Oracle Database and Execute a 'Create Table' In PostgreSQL Using NiFi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Extract-Header-from-a-Table-in-Oracle-Database-and-Execute-a/m-p/329889#M230535</link>
      <description>&lt;P&gt;Welcome to the Cloudera Community,&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/93359"&gt;@SAYB&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;I have been using both Oracle and PostgreSQL DBMS's heavily for quite some time, and it's not clear, to me at least, what you mean when you write you want to "extract the header of a table from oracle database". For the same reason, it's not clear what "execute a create statement to store the header into postgresql" means.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let's assume that by "the header of a table", you mean the output of Oracle's &lt;A href="https://docs.oracle.com/en/database/oracle/oracle-database/19/sqpug/DESCRIBE.html" target="_blank" rel="noopener"&gt;Describe command&lt;/A&gt;, which provides the user with a display indicating the structure of the specified table, including the column names and the data type for each column. If that assumption is correct, perhaps you mean that you'd like to use NiFi to obtain the structure of a table in Oracle, and have it CREATE a similar table in postgresql, by translating in some automated fashion between the datatypes available on that specific source Oracle database and the data types available in the target PostgreSQL database.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is typically something that you'd do only once per schema pair. Does your task involve many database tables, and are you going to have to do this task over and over again?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 18:19:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Extract-Header-from-a-Table-in-Oracle-Database-and-Execute-a/m-p/329889#M230535</guid>
      <dc:creator>ask_bill_brooks</dc:creator>
      <dc:date>2021-11-09T18:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Header from a Table in Oracle Database and Execute a 'Create Table' In PostgreSQL Using NiFi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Extract-Header-from-a-Table-in-Oracle-Database-and-Execute-a/m-p/329897#M230539</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35418"&gt;@ask_bill_brooks&lt;/a&gt;&amp;nbsp;for your fast reply.&lt;/P&gt;&lt;P&gt;Yes that exactly what i want to do and it is like a repetitive task which mean that my task involves many database tables and it will be repetitive.&lt;/P&gt;&lt;P&gt;Is there any solution in mind &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35418"&gt;@ask_bill_brooks&lt;/a&gt;?&lt;/P&gt;&lt;P&gt;Thank you for your time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 22:17:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Extract-Header-from-a-Table-in-Oracle-Database-and-Execute-a/m-p/329897#M230539</guid>
      <dc:creator>SAYB</dc:creator>
      <dc:date>2021-11-09T22:17:36Z</dc:date>
    </item>
  </channel>
</rss>

