<?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: Connection from Oracle to MySQL on HP-UX 11 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033155#M743085</link>
    <description>__fpreg is a builtin type that HP compiler's understand.</description>
    <pubDate>Sat, 07 Jul 2007 10:06:16 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2007-07-07T10:06:16Z</dc:date>
    <item>
      <title>Connection from Oracle to MySQL on HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033147#M743077</link>
      <description>I have an Oracle database 10g installed on a HP-UX server (HP-UX B.11.23). I want a connection from my Oracle database to a MySQL database on windows webserver (so that I can add triggers on my Oracle tables, that can insert data in the mySQL tables).&lt;BR /&gt;&lt;BR /&gt;How can I do this ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Brecht</description>
      <pubDate>Fri, 06 Jul 2007 01:44:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033147#M743077</guid>
      <dc:creator>Brecht De Baets</dc:creator>
      <dc:date>2007-07-06T01:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Connection from Oracle to MySQL on HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033148#M743078</link>
      <description>If you installed an MySQL client on your Oracle/HP server, and granted perms in your MySQL server for inserts from the Oracle host,&lt;BR /&gt;this should work I would think.&lt;BR /&gt;I would also think that it shouldn't be too dificult to write a Perl script that imports DBI with installed drivers of DBD::Oracle and DBD::mysql, and that simultanuously opens data base handles to both your Oracle and MySQL instance.&lt;BR /&gt;So you can easily read from one and insert to the other.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Jul 2007 03:15:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033148#M743078</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2007-07-06T03:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Connection from Oracle to MySQL on HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033149#M743079</link>
      <description>Thanks for the reply, but this looks a bit Latin to me (We are a bit new to the Unix environment).&lt;BR /&gt;At Oracle I found a document that mentioned an HSODBC-connection to the MySQL database, but I also don't know how to do this ?&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Brecht&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Jul 2007 03:31:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033149#M743079</guid>
      <dc:creator>Brecht De Baets</dc:creator>
      <dc:date>2007-07-06T03:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Connection from Oracle to MySQL on HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033150#M743080</link>
      <description>Hey&lt;BR /&gt;&lt;BR /&gt;I presume you are trying to create an Oracle DB link.&lt;BR /&gt;As far as I know there is no free way to do this. you have two options.&lt;BR /&gt;&lt;BR /&gt;-install ODBC driver on HPUX (extra costs)and use Generic Connectivity (free)&lt;BR /&gt;-use Transparent Gateway of Oracle (extra costs)&lt;BR /&gt;&lt;BR /&gt;I had a similar question but to connect to MSSQL. check this two threads for more infos:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1127245" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1127245&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.oracle.com/forums/thread.jspa?messageID=1841110" target="_blank"&gt;http://forums.oracle.com/forums/thread.jspa?messageID=1841110&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 06 Jul 2007 03:55:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033150#M743080</guid>
      <dc:creator>Oviwan</dc:creator>
      <dc:date>2007-07-06T03:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Connection from Oracle to MySQL on HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033151#M743081</link>
      <description>I have found an ODBC-driver for mySQL on &lt;A href="http://www.mysql.org." target="_blank"&gt;www.mysql.org.&lt;/A&gt; Apparently also a driver manager has to be installed. There is one on &lt;A href="http://www.unixodbc.org." target="_blank"&gt;www.unixodbc.org.&lt;/A&gt; &lt;BR /&gt;When I try to install the driver manager however, it needs QT, which is also not for free ?&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 06 Jul 2007 04:17:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033151#M743081</guid>
      <dc:creator>Brecht De Baets</dc:creator>
      <dc:date>2007-07-06T04:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Connection from Oracle to MySQL on HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033152#M743082</link>
      <description>I am following a document from Oracle.&lt;BR /&gt;First it tells me to install ODBC drivers from &lt;A href="http://www.mysql.org." target="_blank"&gt;www.mysql.org.&lt;/A&gt; This is no problem.&lt;BR /&gt;But apparently also an driver-manager has to be installed. They told me to get it from &lt;A href="http://www.unixodbc.org." target="_blank"&gt;www.unixodbc.org.&lt;/A&gt; As I tried to install this manager, I had the message that qt was needed. So I tried to install Qt/X11 Open Source Edition from the trolltech website.&lt;BR /&gt;But to install this I need the aCC-compiler,&lt;BR /&gt;which I don't have.&lt;BR /&gt;&lt;BR /&gt;Isn't there another way to install ODBC ??&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 06 Jul 2007 06:32:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033152#M743082</guid>
      <dc:creator>Brecht De Baets</dc:creator>
      <dc:date>2007-07-06T06:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Connection from Oracle to MySQL on HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033153#M743083</link>
      <description>mysql odbc: &lt;A href="http://dev.mysql.com/downloads/connector/odbc/3.51.html#hpux" target="_blank"&gt;http://dev.mysql.com/downloads/connector/odbc/3.51.html#hpux&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;maybe you have luck with this:&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Development/Libraries/qt-3.0.5/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Development/Libraries/qt-3.0.5/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I have never tried it</description>
      <pubDate>Fri, 06 Jul 2007 07:36:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033153#M743083</guid>
      <dc:creator>Oviwan</dc:creator>
      <dc:date>2007-07-06T07:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Connection from Oracle to MySQL on HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033154#M743084</link>
      <description>Ok thanks,&lt;BR /&gt;&lt;BR /&gt;When I run ./configure now, I get the following error :&lt;BR /&gt;&lt;BR /&gt;/usr/include/machine/sys/_types.h:65: error: '__fpreg' does not name a type&lt;BR /&gt;&lt;BR /&gt;What does that mean ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Brecht&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Jul 2007 08:24:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033154#M743084</guid>
      <dc:creator>Brecht De Baets</dc:creator>
      <dc:date>2007-07-06T08:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Connection from Oracle to MySQL on HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033155#M743085</link>
      <description>__fpreg is a builtin type that HP compiler's understand.</description>
      <pubDate>Sat, 07 Jul 2007 10:06:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033155#M743085</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-07T10:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Connection from Oracle to MySQL on HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033156#M743086</link>
      <description>What can I do to solve this problem ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Brecht</description>
      <pubDate>Tue, 10 Jul 2007 03:10:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033156#M743086</guid>
      <dc:creator>Brecht De Baets</dc:creator>
      <dc:date>2007-07-10T03:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Connection from Oracle to MySQL on HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033157#M743087</link>
      <description>&amp;gt;What can I do to solve this problem?&lt;BR /&gt;&lt;BR /&gt;My IPF gcc compiler (3.4.3) likes __fpreg.&lt;BR /&gt;Are you using a PA gcc compiler?</description>
      <pubDate>Tue, 10 Jul 2007 05:50:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033157#M743087</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-10T05:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Connection from Oracle to MySQL on HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033158#M743088</link>
      <description>We have an ia64 machine.&lt;BR /&gt;We use a GNU gcc compiler, version 4.1.2.&lt;BR /&gt;&lt;BR /&gt;Where can I get the correct compiler ?&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 10 Jul 2007 06:19:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033158#M743088</guid>
      <dc:creator>Brecht De Baets</dc:creator>
      <dc:date>2007-07-10T06:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Connection from Oracle to MySQL on HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033159#M743089</link>
      <description>&amp;gt;We have an ia64 machine.&lt;BR /&gt;&amp;gt;We use a GNU gcc compiler, version 4.1.2.&lt;BR /&gt;&lt;BR /&gt;Can you compile a trivial source and then use the file(1) command on it to see what type of object files you get?&lt;BR /&gt;&lt;BR /&gt;When you use "gcc -v --help", do you see "IA-64 options:"?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Where can I get the correct compiler?&lt;BR /&gt;&lt;BR /&gt;You can get it from DSPP by registering:&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=2a08725cc2f02110725cc2f02110275d6e10RCRD" target="_blank"&gt;http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=2a08725cc2f02110725cc2f02110275d6e10RCRD&lt;/A&gt;</description>
      <pubDate>Tue, 10 Jul 2007 07:16:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033159#M743089</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-10T07:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Connection from Oracle to MySQL on HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033160#M743090</link>
      <description>Ok,&lt;BR /&gt;&lt;BR /&gt;The configure statement works fine now.&lt;BR /&gt;But when I run make, I get the following errors : &lt;BR /&gt;&lt;BR /&gt;kernel/qt_x11.h:64:22: error: X11/Xlib.h: No such file or directory&lt;BR /&gt;kernel/qt_x11.h:69:23: error: X11/Xutil.h: No such file or directory&lt;BR /&gt;kernel/qt_x11.h:70:21: error: X11/Xos.h: No such file or directory&lt;BR /&gt;kernel/qt_x11.h:71:23: error: X11/Xatom.h: No such file or directory&lt;BR /&gt;kernel/qt_x11.h:79:34: error: X11/extensions/shape.h: No such file or directory&lt;BR /&gt;kernel/qapplication_x11.cpp:4470:27: error: X11/keysymdef.h: No such file or directory&lt;BR /&gt;kernel/qapplication_x11.cpp:6020:26: error: X11/SM/SMlib.h: No such file or directory&lt;BR /&gt;&lt;BR /&gt;Where can I get these missing files ?</description>
      <pubDate>Thu, 12 Jul 2007 05:04:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033160#M743090</guid>
      <dc:creator>Brecht De Baets</dc:creator>
      <dc:date>2007-07-12T05:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Connection from Oracle to MySQL on HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033161#M743091</link>
      <description>These includes are shipped with HP's compilers, X11MotifDevKit is part of B9007AA.&lt;BR /&gt;&lt;BR /&gt;I don't know if there is a opensource version of these.</description>
      <pubDate>Thu, 12 Jul 2007 17:37:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033161#M743091</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-12T17:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Connection from Oracle to MySQL on HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033162#M743092</link>
      <description>On my HP-UX Application Software DVD, there is a directory B9007AA, but it is empty and&lt;BR /&gt;it is not in the list of programs that can be installed from the DVD.&lt;BR /&gt;There is, however, a package called HPDesktopDev in the list of programs.&lt;BR /&gt;&lt;BR /&gt;I guess this package doesn't contain the libraries ?</description>
      <pubDate>Fri, 13 Jul 2007 03:32:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033162#M743092</guid>
      <dc:creator>Brecht De Baets</dc:creator>
      <dc:date>2007-07-13T03:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Connection from Oracle to MySQL on HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033163#M743093</link>
      <description>&amp;gt;Application Software DVD, there is a directory B9007AA, but it is empty&lt;BR /&gt;&lt;BR /&gt;You need to purchase the product, perhaps that's why it is empty?&lt;BR /&gt;&lt;BR /&gt;As I said, the headers are in X11MotifDevKit.</description>
      <pubDate>Fri, 13 Jul 2007 14:55:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-from-oracle-to-mysql-on-hp-ux-11/m-p/4033163#M743093</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-13T14:55:12Z</dc:date>
    </item>
  </channel>
</rss>

