<?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: JSL- Open Database for an Oracle db, need assistance please in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JSL-Open-Database-for-an-Oracle-db-need-assistance-please/m-p/12908#M12227</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best way to get the JSL for most anything in JMP is to do it interactively and then get the script from the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For dealing with ODBC databases, choose File-&amp;gt;Database-&amp;gt;Open Table... and work through the dialogs to open the table you're interested in and then look at the Source script in the resulting data table. It will have the JSL to open that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9046_Parallels DesktopScreenSnapz001.png" style="width: 862px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/1704iD4467C85F775E10F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="9046_Parallels DesktopScreenSnapz001.png" alt="9046_Parallels DesktopScreenSnapz001.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9072_Pasted_Image_6_20_15__5_08_PM.png" style="width: 1512px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/1705i7CD68754217BB5A2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="9072_Pasted_Image_6_20_15__5_08_PM.png" alt="9072_Pasted_Image_6_20_15__5_08_PM.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9071_Pasted_Image_6_20_15__5_04_PM.png" style="width: 344px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/1706iC3FFE07948F11EFA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="9071_Pasted_Image_6_20_15__5_04_PM.png" alt="9071_Pasted_Image_6_20_15__5_04_PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9073_Pasted_Image_6_20_15__5_10_PM.png" style="width: 1438px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/1707i896117D8396A1019/image-size/medium?v=v2&amp;amp;px=400" role="button" title="9073_Pasted_Image_6_20_15__5_10_PM.png" alt="9073_Pasted_Image_6_20_15__5_10_PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;-Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Oct 2016 23:38:26 GMT</pubDate>
    <dc:creator>Jeff_Perkinson</dc:creator>
    <dc:date>2016-10-18T23:38:26Z</dc:date>
    <item>
      <title>JSL- Open Database for an Oracle db, need assistance please</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Open-Database-for-an-Oracle-db-need-assistance-please/m-p/12907#M12226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to use the Open Database() function to create a data table from an Oracle db. I'm at a loss as to what I should do. If you could help with any advice then I'd be very much appreciative. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I've tried,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I started by creating the DSN,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma;"&gt;File: DataWarehouse_RegEntry.reg&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma;"&gt;Windows Registry Editor Version 5.00&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma;"&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\&lt;STRONG&gt;DWHDB&lt;/STRONG&gt;]&lt;BR /&gt;"Description"="Data Warehouse Database"&lt;BR /&gt;"Driver"="C:\\WINDOWS\\system32\\sqlsrv32.dll"&lt;BR /&gt;"Server"="&lt;A href="https://mail.cree.com/owa/redir.aspx?C=Tur7nZhq7UuGKT5qSoSp5TvT8XUjf9JIULzHMcb5EBQchnADWD1g4k5wqzXYC94d6HSYlvVRJkI.&amp;amp;URL=http%3a%2f%2fscdobi01.cree.com" target="_blank"&gt;scooby1.mydomain.com&lt;/A&gt;"&lt;BR /&gt;"Trusted_Connection"="Yes"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma;"&gt;2) then in JMP as JSL Script I made the following function call,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; font-family: 'Courier New';"&gt;dt_test &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; color: #000080; font-family: 'Courier New';"&gt;=&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em; font-size: 10pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; color: #0000dd; font-family: 'Courier New';"&gt;Open Database&lt;/SPAN&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-family: 'Courier New'; font-size: 10pt;"&gt;"DSN=&lt;STRONG&gt;DWHDB&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-family: 'Courier New'; font-size: 10pt;"&gt;PWD=myP@ssword;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-family: 'Courier New'; font-size: 10pt;"&gt;UID=myUsername;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-family: 'Courier New'; font-size: 10pt;"&gt;Description=Data Warehouse Database;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-family: 'Courier New'; font-size: 10pt;"&gt;APP=JMP;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-family: 'Courier New'; font-size: 10pt;"&gt;DATABASE=Shipment_QA;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-family: 'Courier New'; font-size: 10pt;"&gt;Trusted_Connection=Yes&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-family: 'Courier New'; font-size: 10pt;"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: 'Courier New'; font-size: 10pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-family: 'Courier New'; font-size: 10pt;"&gt;"--my sql command to pull the dt"&lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt; font-family: 'Courier New';"&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #000080; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: 'courier new';"&gt;and when I run this I get an error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: 'courier new';"&gt;&lt;STRONG style="font-size: 10pt; font-family: 'Courier New';"&gt;[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: 'courier new';"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I've even tried,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: 'courier new';"&gt;opening admin tools\ODBC, going to System DSN tab and trying to add/test a connection to &lt;A href="https://mail.cree.com/owa/redir.aspx?C=Tur7nZhq7UuGKT5qSoSp5TvT8XUjf9JIULzHMcb5EBQchnADWD1g4k5wqzXYC94d6HSYlvVRJkI.&amp;amp;URL=http%3a%2f%2fscdobi01.cree.com" target="_blank"&gt;scdobi01.cree.com&lt;/A&gt; with the UID and PWD provided. It says it can't connect.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: 'courier new';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: 'courier new';"&gt;----------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: 'courier new';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: 'courier new';"&gt;The information that I've been given to make this connection is,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: 'courier new';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: 'courier new';"&gt;UserID(UID) = myUsername,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: 'courier new';"&gt;Password(PWD) = myP@ssword,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: 'courier new';"&gt;Hostname = scooby1.mydomain.com,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: 'courier new';"&gt;Port = 1521,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: 'courier new';"&gt;SID = prodooby,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: 'courier new';"&gt;Database Name = Shipment_QA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate any help or direction given. Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Loysius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jun 2015 19:39:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Open-Database-for-an-Oracle-db-need-assistance-please/m-p/12907#M12226</guid>
      <dc:creator>loysius</dc:creator>
      <dc:date>2015-06-20T19:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: JSL- Open Database for an Oracle db, need assistance please</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Open-Database-for-an-Oracle-db-need-assistance-please/m-p/12908#M12227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best way to get the JSL for most anything in JMP is to do it interactively and then get the script from the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For dealing with ODBC databases, choose File-&amp;gt;Database-&amp;gt;Open Table... and work through the dialogs to open the table you're interested in and then look at the Source script in the resulting data table. It will have the JSL to open that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9046_Parallels DesktopScreenSnapz001.png" style="width: 862px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/1704iD4467C85F775E10F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="9046_Parallels DesktopScreenSnapz001.png" alt="9046_Parallels DesktopScreenSnapz001.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9072_Pasted_Image_6_20_15__5_08_PM.png" style="width: 1512px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/1705i7CD68754217BB5A2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="9072_Pasted_Image_6_20_15__5_08_PM.png" alt="9072_Pasted_Image_6_20_15__5_08_PM.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9071_Pasted_Image_6_20_15__5_04_PM.png" style="width: 344px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/1706iC3FFE07948F11EFA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="9071_Pasted_Image_6_20_15__5_04_PM.png" alt="9071_Pasted_Image_6_20_15__5_04_PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9073_Pasted_Image_6_20_15__5_10_PM.png" style="width: 1438px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/1707i896117D8396A1019/image-size/medium?v=v2&amp;amp;px=400" role="button" title="9073_Pasted_Image_6_20_15__5_10_PM.png" alt="9073_Pasted_Image_6_20_15__5_10_PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;-Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 23:38:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Open-Database-for-an-Oracle-db-need-assistance-please/m-p/12908#M12227</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2016-10-18T23:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: JSL- Open Database for an Oracle db, need assistance please</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Open-Database-for-an-Oracle-db-need-assistance-please/m-p/12909#M12228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the response. This has helped me find out that I don't even have data source drivers that work with Oracle. Now I have a great lead and work to do &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.jmp.com/7.0.1.0/images/emoticons/happy.png"&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Jeff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Loysius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jun 2015 22:43:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Open-Database-for-an-Oracle-db-need-assistance-please/m-p/12909#M12228</guid>
      <dc:creator>loysius</dc:creator>
      <dc:date>2015-06-20T22:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: JSL- Open Database for an Oracle db, need assistance please</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Open-Database-for-an-Oracle-db-need-assistance-please/m-p/12910#M12229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've never been able to get the Microsoft Oracle ODBC driver to work.&amp;nbsp; Get the free Oracle client from Oracle instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff's answer is spot on.&amp;nbsp; If you have further trouble let us know.&amp;nbsp; I have been connecting JMP to Oracle for years now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing to be sure of is to "match the hatch".&amp;nbsp; That is if you have 32-bit JMP, you need 32-bit Oracle.&amp;nbsp; If you have 64-bit JMP you need 64-bit Oracle.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 12:26:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Open-Database-for-an-Oracle-db-need-assistance-please/m-p/12910#M12229</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2015-06-22T12:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: JSL- Open Database for an Oracle db, need assistance please</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Open-Database-for-an-Oracle-db-need-assistance-please/m-p/329014#M57828</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;To setup the 64bit ODBC driver in windows 10, in order for JMP connection.&lt;/P&gt;&lt;P&gt;What are packages need to download, as there are a few of packages&amp;nbsp; .&lt;/P&gt;&lt;P&gt;Would greatly appreciate if anyone&amp;nbsp; could help to list the exact packages need, and setup the procedures here!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 18:25:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Open-Database-for-an-Oracle-db-need-assistance-please/m-p/329014#M57828</guid>
      <dc:creator>wu</dc:creator>
      <dc:date>2020-11-02T18:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: JSL- Open Database for an Oracle db, need assistance please</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Open-Database-for-an-Oracle-db-need-assistance-please/m-p/329127#M57837</link>
      <description>&lt;P&gt;You can just install the Oracle client - that comes with the ODBC driver.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 02:29:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Open-Database-for-an-Oracle-db-need-assistance-please/m-p/329127#M57837</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2020-11-03T02:29:11Z</dc:date>
    </item>
  </channel>
</rss>

