Oracle Standard VBO

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-06-19 01:37 PM
I am working on a POC that involves Oracle. Is there any Oracle VBO, Can assist me?
------------------------------
Ankit Raj
RPA developer
EY
India
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-06-19 04:35 PM
The other major issue with Oracle, at least in the version I work with, is that none of the definitions are consistent. Items that should be static (New item, Search, etc) still don't contain reliable definitions all the time, because Oracle (Java?) likes to change how it gets rendered. You're honestly probably going to be better off making your own object, then making use of Region mode for a few items.
------------------------------
Ami Barrett
Lead RPA Software Developer
Solai & Cameron
America/Chicago
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-08-21 08:28 AM
------------------------------
kazumasa yoshikawa
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-08-21 09:34 AM
The standard vbo in Blueprism for working with databases is Data - OLEDB, the functionality allows you to execute your sql queries. What exactly is it you're trying to do with oracle?
------------------------------
Michael ONeil
Technical Lead developer
Everis Consultancy
Europe/London
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-08-21 06:05 PM
There's a lot of "Oracle" out there. Are you referring to Oracle RDBMS or any of the many Oracle products/platforms out there? If you are referring to Oracle RDBMS then there is an Oracle RDBMS VBO on the Digital Exchange that makes use of the Oracle ODP.NET library. You can find it here.
There are also assets on the DX for working with Oracle Integration Cloud and Oracle ERP.
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-08-21 03:59 AM
Yes, I mean the Oracle RDBMS.
I want to connect to the DB and perform basic table operations (UPDATE, INSERT, DELETE).
Thank you for introducing me to Oracle RDBMS VBO.
One question, where can I get the prerequisite Oracle.ManagedDataAccess.dll?
------------------------------
kazumasa yoshikawa
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-08-21 04:10 AM
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-08-21 05:47 AM
I was able to get the DLL safely.
------------------------------
kazumasa yoshikawa
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-08-21 01:30 PM
Hi Ankit,
I was able to connect to to ORracle 11g databse and perform the operations there. So essentially, the requirement was to execute custom stored procedures in Oracle database and there was some amount so C# coding involved to execute those. Well it worked really well for me. Below is the link to the utility tool in digital exchange
All you need to do is to place Oraclemanagedaccess.dll in the blueprism automate folder.
Let me know if you have any questions.
Thanks & Regards,
Susamay Halder
+1(437)217-1086
------------------------------
Susamay Halder Consultant
Consultant
Bruce Power
+1(437)217-1086
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-08-21 03:02 PM
h
