<?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 Oracle and JMP 12 in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Oracle-and-JMP-12/m-p/15636#M14307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a JSL i JMP 11.1.1 which connects to my Oracle database and runs fine with following code:&lt;/P&gt;&lt;P&gt;Clear Globals();&lt;/P&gt;&lt;P&gt;databaseConfig = "DRIVER={Oracle in OraClient11g_home1};DBQ=MyServicenameFromOra;UID=MyLogin;SPWD=MyPassword;";&lt;/P&gt;&lt;P&gt;sql =&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;select *&lt;/P&gt;&lt;P&gt;from MyTable&lt;/P&gt;&lt;P&gt;";&lt;/P&gt;&lt;P&gt;MyData = Open Database( databaseConfig, sql, "My Data" );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why can't I use same code in JMP 12.1.0?&lt;/P&gt;&lt;P&gt;Iget following error message in log:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I go back to JMP 11.1.1 it works fine again. I have both versions of JMP installed.&lt;/P&gt;&lt;P&gt;I have Oracle driver installed with a TNSNAMES.ORA file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lars&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Nov 2015 12:59:36 GMT</pubDate>
    <dc:creator>larssimony</dc:creator>
    <dc:date>2015-11-26T12:59:36Z</dc:date>
    <item>
      <title>Oracle and JMP 12</title>
      <link>https://community.jmp.com/t5/Discussions/Oracle-and-JMP-12/m-p/15636#M14307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a JSL i JMP 11.1.1 which connects to my Oracle database and runs fine with following code:&lt;/P&gt;&lt;P&gt;Clear Globals();&lt;/P&gt;&lt;P&gt;databaseConfig = "DRIVER={Oracle in OraClient11g_home1};DBQ=MyServicenameFromOra;UID=MyLogin;SPWD=MyPassword;";&lt;/P&gt;&lt;P&gt;sql =&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;select *&lt;/P&gt;&lt;P&gt;from MyTable&lt;/P&gt;&lt;P&gt;";&lt;/P&gt;&lt;P&gt;MyData = Open Database( databaseConfig, sql, "My Data" );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why can't I use same code in JMP 12.1.0?&lt;/P&gt;&lt;P&gt;Iget following error message in log:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I go back to JMP 11.1.1 it works fine again. I have both versions of JMP installed.&lt;/P&gt;&lt;P&gt;I have Oracle driver installed with a TNSNAMES.ORA file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lars&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 12:59:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Oracle-and-JMP-12/m-p/15636#M14307</guid>
      <dc:creator>larssimony</dc:creator>
      <dc:date>2015-11-26T12:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle and JMP 12</title>
      <link>https://community.jmp.com/t5/Discussions/Oracle-and-JMP-12/m-p/15637#M14308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lars,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can connect to Oracle using JMP 11.2.1 and 12.1.0 with no problem.&amp;nbsp; Are the two versions the same "bit-ness"?&amp;nbsp; I.e. 64-bit JMP needs 64-bit Oracle, and 32-bit JMP needs 32-bit Oracle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if it's a typo, but my connection string has &lt;STRONG&gt;PWD&lt;/STRONG&gt;, not &lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;S&lt;/SPAN&gt;PWD&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 13:41:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Oracle-and-JMP-12/m-p/15637#M14308</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2015-11-30T13:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle and JMP 12</title>
      <link>https://community.jmp.com/t5/Discussions/Oracle-and-JMP-12/m-p/15638#M14309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, it was a typo when I removed my password ect.&lt;/P&gt;&lt;P&gt;I will try installing a 64 bit Oracle driver to my 64 bit JMP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lars&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 13:02:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Oracle-and-JMP-12/m-p/15638#M14309</guid>
      <dc:creator>larssimony</dc:creator>
      <dc:date>2015-12-01T13:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle and JMP 12</title>
      <link>https://community.jmp.com/t5/Discussions/Oracle-and-JMP-12/m-p/15639#M14310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just noticed my JMP 11 is 32 bit and 12 is 64 bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lars&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 13:07:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Oracle-and-JMP-12/m-p/15639#M14310</guid>
      <dc:creator>larssimony</dc:creator>
      <dc:date>2015-12-01T13:07:40Z</dc:date>
    </item>
  </channel>
</rss>

