<?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: Getting Data from Oracle Database in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78413#M30445</link>
    <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="d0d4c681-e628-4d85-8396-2cbd8cffaddd" data-tag-text="@SADITYA KAPOOR" href="https://community.blueprism.com/network/profile?UserKey=d0d4c681-e628-4d85-8396-2cbd8cffaddd" data-itemmentionkey="6f2437a0-eb92-4d7e-bf76-7b096dcc29c7"&gt;@SADITYA KAPOOR&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;My guess is that if you've downloaded the Oracle MDAC library and installed it the likely issue is that Blue Prism can't locate the DLL on your system. Blue Prism expects that .NET assemblies will either be installed in the .NET GAC, the local Blue Prism installation folder (ie. C:\Program Files\Blue Prism Limited\Blue Prism Automate), or they must be referenced within the VBO with a fully qualified path.&lt;BR /&gt;&lt;BR /&gt;If you take a look at the info block in the &lt;EM&gt;&lt;STRONG&gt;Initialise&lt;/STRONG&gt;&lt;/EM&gt; stage of the VBO​ you'll see that the DLL is referenced just by name. That means BP is looking in he GAC and the local BP directory. So, you have two options:&lt;BR /&gt;&lt;BR /&gt;1. Copy the Oracle DLL into the Blue Prism Automate folder or install it in the GAC&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;2. Change the file reference in the VBO to include the full path to the DLL.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 12 Jan 2021 15:15:00 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2021-01-12T15:15:00Z</dc:date>
    <item>
      <title>Getting Data from Oracle Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78394#M30426</link>
      <description>&lt;P&gt;HI Team,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am trying to retrieve data from Oracle database through OLEDB object. I am able to access the required tables from Oracle SQL developer. I did tried giving the connection string in OLEDB object how ever it gives the error as OLEDB data provider cannot be located.&amp;nbsp; My question&lt;/P&gt;
&lt;P&gt;1. Is it possible to get the connection string from Oracle SQL developer tool to be used in blueprism (currently I am able to access the data from Oracle SQL developer tool)?&lt;BR /&gt;2. Do I need to install Oracle Data access components separately?&lt;BR /&gt;&lt;BR /&gt;Please let me know if you have any questions&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Susamay Halder Consultant&lt;BR /&gt;Consultant&lt;BR /&gt;Bruce Power&lt;BR /&gt;+1(437)217-1086&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Jan 2021 18:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78394#M30426</guid>
      <dc:creator>sonuiiml</dc:creator>
      <dc:date>2021-01-04T18:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Getting Data from Oracle Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78395#M30427</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="e4d07cdb-618c-4f26-87ee-e5b0d8b84c75" data-tag-text="@Susamay Halder" href="https://community.blueprism.com/network/profile?UserKey=e4d07cdb-618c-4f26-87ee-e5b0d8b84c75" data-itemmentionkey="63c58a66-4ab0-4130-9af8-c622745fe906"&gt;@Susamay Halder&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;​I believe for Oracle you will need to have their Data Access components installed. There's actually an Oracle integration available on the DX, and the documentation discusses the necessary requirements. You can find it here: &lt;A href="https://digitalexchange.blueprism.com/dx/entry/9648/solution/blue-prism---oracle-mda---utility-2" target="_blank" rel="noopener"&gt;https://digitalexchange.blueprism.com/dx/entry/9648/solution/blue-prism---oracle-mda---utility-2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Jan 2021 19:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78395#M30427</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-01-04T19:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: Getting Data from Oracle Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78396#M30428</link>
      <description>&lt;P&gt;Thanks Chris.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried importing the bprelease file however its gives the below error&lt;/P&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="28120.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/28255i8CCF7AC1A6204511/image-size/large?v=v2&amp;amp;px=999" role="button" title="28120.png" alt="28120.png" /&gt;&lt;/span&gt;Any thoughts?&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Susamay Halder Consultant&lt;BR /&gt;Consultant&lt;BR /&gt;Bruce Power&lt;BR /&gt;+1(437)217-1086&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Jan 2021 20:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78396#M30428</guid>
      <dc:creator>sonuiiml</dc:creator>
      <dc:date>2021-01-04T20:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: Getting Data from Oracle Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78397#M30429</link>
      <description>What version of Blue Prism are you running?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Jan 2021 20:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78397#M30429</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-01-04T20:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Getting Data from Oracle Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78398#M30430</link>
      <description>I am using blue prism version 6. Is that impeding the extraction process?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Susamay Halder Consultant&lt;BR /&gt;Consultant&lt;BR /&gt;Bruce Power&lt;BR /&gt;+1(437)217-1086&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Jan 2021 20:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78398#M30430</guid>
      <dc:creator>sonuiiml</dc:creator>
      <dc:date>2021-01-04T20:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: Getting Data from Oracle Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78399#M30431</link>
      <description>That could be the issue. I imagine this release was created in 6.8 or 6.9. The makeup of the bprelease file changed a bit in 6.6.&lt;BR /&gt;&lt;BR /&gt;Let me work a little magic on the file shortly, and then update it on GitHub. I'll let you know as soon as it's ready.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Jan 2021 21:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78399#M30431</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-01-04T21:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: Getting Data from Oracle Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78400#M30432</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="e4d07cdb-618c-4f26-87ee-e5b0d8b84c75" data-tag-text="@Susamay Halder" href="https://community.blueprism.com/network/profile?UserKey=e4d07cdb-618c-4f26-87ee-e5b0d8b84c75" data-itemmentionkey="52b2c3f2-67b3-4787-ad85-880b5560a1eb"&gt;@Susamay Halder&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;There's a new version of the .bprelease file available on the GitHub page. This should work for you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Jan 2021 21:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78400#M30432</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-01-04T21:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Getting Data from Oracle Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78401#M30433</link>
      <description>&lt;P&gt;@Charles&lt;/P&gt;
&lt;P&gt;I did tried with the new release file you have shared on github page but the error remains.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="28134.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/28265iF0A2CAF0D0193B1F/image-size/large?v=v2&amp;amp;px=999" role="button" title="28134.png" alt="28134.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Do I need to put the dll files in blue prism automate folder and then give it a try?&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Susamay Halder Consultant&lt;BR /&gt;Consultant&lt;BR /&gt;Bruce Power&lt;BR /&gt;+1(437)217-1086&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jan 2021 13:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78401#M30433</guid>
      <dc:creator>sonuiiml</dc:creator>
      <dc:date>2021-01-05T13:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: Getting Data from Oracle Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78402#M30434</link>
      <description>Try opening the .bprelease file with a text editor (ex. Notepad). Do you see HTML tags in the file or just XML?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jan 2021 13:47:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78402#M30434</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-01-05T13:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: Getting Data from Oracle Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78403#M30435</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Hi Eric,&lt;/P&gt;
&lt;P&gt;I did tried saving the file in notepad. Do you mind taking a look? it there in attachment.&lt;BR /&gt;Thanks ​&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Susamay Halder Consultant&lt;BR /&gt;Consultant&lt;BR /&gt;Bruce Power&lt;BR /&gt;+1(437)217-1086&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jan 2021 14:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78403#M30435</guid>
      <dc:creator>sonuiiml</dc:creator>
      <dc:date>2021-01-05T14:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Getting Data from Oracle Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78404#M30436</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="e4d07cdb-618c-4f26-87ee-e5b0d8b84c75" data-tag-text="@Susamay Halder" href="https://community.blueprism.com/network/profile?UserKey=e4d07cdb-618c-4f26-87ee-e5b0d8b84c75" data-itemmentionkey="3b83b0a0-9c61-4e6a-8886-59638c025142"&gt;@Susamay Halder&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;The problem is in how you're trying to download the file from GitHub. You're grabbing it from the regular browser display which decorates the file with HTML tags.&lt;BR /&gt;&lt;BR /&gt;Take a look at this post about how to work with repositories on GitHub.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.blueprism.com/communities/community-home/digestviewer/viewthread?GroupId=385&amp;amp;MessageKey=516d01d6-82b1-473b-8e69-057c50e9fb51&amp;amp;CommunityKey=1e516cfe-4d1f-4de9-a9eb-58d15bf38c81&amp;amp;tab=digestviewer" target="_blank" rel="noopener"&gt;https://community.blueprism.com/communities/community-home/digestviewer/viewthread?GroupId=385&amp;amp;MessageKey=516d01d6-82b1-473b-8e69-057c50e9fb51&amp;amp;CommunityKey=1e516cfe-4d1f-4de9-a9eb-58d15bf38c81&amp;amp;tab=digestviewer&lt;/A&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jan 2021 14:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78404#M30436</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-01-05T14:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: Getting Data from Oracle Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78405#M30437</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;&lt;BR /&gt;I did tried to import by using the steps mentioned and also by downloading the zip and unzipping file but now it gives below error &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="28146.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/28277i5A117EB15E225CBC/image-size/large?v=v2&amp;amp;px=999" role="button" title="28146.png" alt="28146.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;P&gt;​​any thoughts? Let me know if you need more details&amp;nbsp;&lt;/P&gt;
​​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Susamay Halder Consultant&lt;BR /&gt;Consultant&lt;BR /&gt;Bruce Power&lt;BR /&gt;+1(437)217-1086&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jan 2021 15:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78405#M30437</guid>
      <dc:creator>sonuiiml</dc:creator>
      <dc:date>2021-01-05T15:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Getting Data from Oracle Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78406#M30438</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="e4d07cdb-618c-4f26-87ee-e5b0d8b84c75" data-tag-text="@Susamay Halder" href="https://community.blueprism.com/network/profile?UserKey=e4d07cdb-618c-4f26-87ee-e5b0d8b84c75" data-itemmentionkey="f43aaffb-ec9d-48ad-954e-8dcfafee08fa"&gt;@Susamay Halder&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;I believe I figured out the issue. In BP v6.0 there was no support for environment variables defined as Password data types. The Oracle MDA integration has an environment variable of Password type. I've manually updated the attached .bprelease to set that data type to Text, and I was able to import the file into an instance of BP v6.&lt;BR /&gt;&lt;BR /&gt;Just change the file extension from ".txt" to ".bprelease".&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jan 2021 20:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78406#M30438</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-01-05T20:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: Getting Data from Oracle Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78407#M30439</link>
      <description>You could try using OLEDB VBO in order to perfom query to the Database.&lt;BR /&gt;First you need to download de OLEDB Provider for Oracle Database.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://www.oracle.com/mx/database/technologies/provider-ole-db.html" target="test_blank"&gt;https://www.oracle.com/mx/database/technologies/provider-ole-db.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Then, Here is the connection string, you must set in the Aciton of the OLEDB VBO&lt;BR /&gt;&lt;SPAN class="kvp"&gt;&lt;SPAN class="key"&gt;Provider&lt;/SPAN&gt;=&lt;SPAN class="value"&gt;OraOLEDB.Oracle;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="kvp"&gt;&lt;SPAN class="key"&gt;Data Source&lt;/SPAN&gt;=&lt;SPAN class="value"&gt;MyOracleDB;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="kvp"&gt;&lt;SPAN class="key"&gt;User Id&lt;/SPAN&gt;=&lt;SPAN class="value"&gt;myUsername;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="kvp"&gt;&lt;SPAN class="key"&gt;Password&lt;/SPAN&gt;=&lt;SPAN class="value"&gt;myPassword;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;If you have any doubts feel free to contact me.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Miguel Carrillo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jan 2021 00:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78407#M30439</guid>
      <dc:creator>MiguelCarrillo</dc:creator>
      <dc:date>2021-01-06T00:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: Getting Data from Oracle Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78408#M30440</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;I was able to extract and establish the connection . Appreciate your support.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, while running SQL queries it gives the below error&amp;nbsp;&lt;BR /&gt;ORA-12514: TNS:listener does not currently know of service requested in connect descriptor&lt;BR /&gt;&lt;BR /&gt;Any thoughts?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Susamay Halder Consultant&lt;BR /&gt;Consultant&lt;BR /&gt;Bruce Power&lt;BR /&gt;+1(437)217-1086&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jan 2021 21:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78408#M30440</guid>
      <dc:creator>sonuiiml</dc:creator>
      <dc:date>2021-01-06T21:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: Getting Data from Oracle Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78409#M30441</link>
      <description>&lt;P&gt;Thanks Miguel&lt;/P&gt;
&lt;P&gt;I did tried with this but apparently ODAC needs to be installed. I am looking for some way to fetch data without installing any additional piece of software ​&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Susamay Halder Consultant&lt;BR /&gt;Consultant&lt;BR /&gt;Bruce Power&lt;BR /&gt;+1(437)217-1086&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jan 2021 21:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78409#M30441</guid>
      <dc:creator>sonuiiml</dc:creator>
      <dc:date>2021-01-06T21:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: Getting Data from Oracle Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78410#M30442</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;This thing worked today. I tweaked the port ID( the Port ID I got from ORACLE SQL Developer) and it was all good to go. Thanks for all the brainstorming . Appreciate your support&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Susamay Halder Consultant&lt;BR /&gt;Consultant&lt;BR /&gt;Bruce Power&lt;BR /&gt;+1(437)217-1086&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jan 2021 15:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78410#M30442</guid>
      <dc:creator>sonuiiml</dc:creator>
      <dc:date>2021-01-11T15:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Getting Data from Oracle Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78411#M30443</link>
      <description>&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jan 2021 02:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78411#M30443</guid>
      <dc:creator>SADITYAKAPOOR</dc:creator>
      <dc:date>2021-01-12T02:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Getting Data from Oracle Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78412#M30444</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;I imported the VBO and Oracle DLL. but error on IsOpen page, where its check for connection object.&lt;BR /&gt;&lt;BR /&gt;Error - Internal : Could not execute code stage because exception thrown by code stage: Could not load file or assembly 'Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified.&lt;BR /&gt;&lt;BR /&gt;Please suggest.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;SADITYA KAPOOR&lt;BR /&gt;Senior Consultant&lt;BR /&gt;Capgemini Canada&lt;BR /&gt;America/Toronto&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jan 2021 14:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78412#M30444</guid>
      <dc:creator>SADITYAKAPOOR</dc:creator>
      <dc:date>2021-01-12T14:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Getting Data from Oracle Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78413#M30445</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="d0d4c681-e628-4d85-8396-2cbd8cffaddd" data-tag-text="@SADITYA KAPOOR" href="https://community.blueprism.com/network/profile?UserKey=d0d4c681-e628-4d85-8396-2cbd8cffaddd" data-itemmentionkey="6f2437a0-eb92-4d7e-bf76-7b096dcc29c7"&gt;@SADITYA KAPOOR&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;My guess is that if you've downloaded the Oracle MDAC library and installed it the likely issue is that Blue Prism can't locate the DLL on your system. Blue Prism expects that .NET assemblies will either be installed in the .NET GAC, the local Blue Prism installation folder (ie. C:\Program Files\Blue Prism Limited\Blue Prism Automate), or they must be referenced within the VBO with a fully qualified path.&lt;BR /&gt;&lt;BR /&gt;If you take a look at the info block in the &lt;EM&gt;&lt;STRONG&gt;Initialise&lt;/STRONG&gt;&lt;/EM&gt; stage of the VBO​ you'll see that the DLL is referenced just by name. That means BP is looking in he GAC and the local BP directory. So, you have two options:&lt;BR /&gt;&lt;BR /&gt;1. Copy the Oracle DLL into the Blue Prism Automate folder or install it in the GAC&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;2. Change the file reference in the VBO to include the full path to the DLL.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jan 2021 15:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Getting-Data-from-Oracle-Database/m-p/78413#M30445</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-01-12T15:15:00Z</dc:date>
    </item>
  </channel>
</rss>

