<?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>topic Re: dumping packet from message queue to database in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dumping-packet-from-message-queue-to-database/m-p/3652635#M804178</link>
    <description>hi,&lt;BR /&gt;with 10g, i would prefer to go for external tables alternative. so you will be able to query these from the database itself.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
    <pubDate>Wed, 19 Oct 2005 07:25:12 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2005-10-19T07:25:12Z</dc:date>
    <item>
      <title>dumping packet from message queue to database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dumping-packet-from-message-queue-to-database/m-p/3652630#M804173</link>
      <description>hello everybody,&lt;BR /&gt;   I have a 512bytes packet in message queue and i want to dump this packet into database(oracle 10g in HP-UX 11i server).How shall i go about it.Should i use any language like pro*c.Please help me out.</description>
      <pubDate>Wed, 19 Oct 2005 06:54:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dumping-packet-from-message-queue-to-database/m-p/3652630#M804173</guid>
      <dc:creator>Shivakumar_3</dc:creator>
      <dc:date>2005-10-19T06:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: dumping packet from message queue to database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dumping-packet-from-message-queue-to-database/m-p/3652631#M804174</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; Use 'C' language to get the packet from messafe queue. Use the 'C' networking concepts to get the packets from the message queue. Store the packet as pcap format into file. After that, u can save this file to database.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 19 Oct 2005 07:05:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dumping-packet-from-message-queue-to-database/m-p/3652631#M804174</guid>
      <dc:creator>VEL_1</dc:creator>
      <dc:date>2005-10-19T07:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: dumping packet from message queue to database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dumping-packet-from-message-queue-to-database/m-p/3652632#M804175</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I suppose you can use Pro*C (You will require ANSI C compiler too).&lt;BR /&gt;If the packet is not structured data you could store it in LOB datatype :&lt;BR /&gt;============================================&lt;BR /&gt;&lt;BR /&gt;Large Object (LOB) Datatypes &lt;BR /&gt;&lt;BR /&gt;The built-in LOB datatypes BLOB, CLOB, and NCLOB (stored internally) and BFILE (stored externally) can store large and unstructured data such as text, image, video, and spatial data. The size of BLOB, CLOB, and NCLOB data can be up to (4 gigabytes -1) * (the value of the CHUNK parameter of LOB storage). If the tablespaces in your database are of standard block size, and if you have used the default value of the CHUNK parameter of LOB storage when creating a LOB column, then this is equivalent to (4 gigabytes - 1) * (database block size). BFILE data can be up to 232-1 bytes, although your operating system may impose restrictions on this maximum.&lt;BR /&gt;============================================&lt;BR /&gt;&lt;A href="http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14200/sql_elements001.htm#sthref182" target="_blank"&gt;http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14200/sql_elements001.htm#sthref182&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Wed, 19 Oct 2005 07:11:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dumping-packet-from-message-queue-to-database/m-p/3652632#M804175</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2005-10-19T07:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: dumping packet from message queue to database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dumping-packet-from-message-queue-to-database/m-p/3652633#M804176</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Overview of Pro*C/C++&lt;BR /&gt;&lt;A href="http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14251/adfns_environments.htm#sthref87" target="_blank"&gt;http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14251/adfns_environments.htm#sthref87&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;Pro*C/C++ Programmer's Guide&lt;BR /&gt;&lt;A href="http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14407/toc.htm" target="_blank"&gt;http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14407/toc.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Wed, 19 Oct 2005 07:19:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dumping-packet-from-message-queue-to-database/m-p/3652633#M804176</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2005-10-19T07:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: dumping packet from message queue to database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dumping-packet-from-message-queue-to-database/m-p/3652634#M804177</link>
      <description>Pro*C should help. You can ask this question at HP-UX aCC developer mailing list. &lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/ml/ml_MailingLists_IDX/1,1275,,00.html#24" target="_blank"&gt;http://h21007.www2.hp.com/dspp/ml/ml_MailingLists_IDX/1,1275,,00.html#24&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 19 Oct 2005 07:19:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dumping-packet-from-message-queue-to-database/m-p/3652634#M804177</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-19T07:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: dumping packet from message queue to database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dumping-packet-from-message-queue-to-database/m-p/3652635#M804178</link>
      <description>hi,&lt;BR /&gt;with 10g, i would prefer to go for external tables alternative. so you will be able to query these from the database itself.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Wed, 19 Oct 2005 07:25:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dumping-packet-from-message-queue-to-database/m-p/3652635#M804178</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-10-19T07:25:12Z</dc:date>
    </item>
  </channel>
</rss>

