27-12-20 02:09 PM
Hello All
Am using the Oracle MDA Utility VBO present on DX to execute my Oracle queries and save the results directly to a CSV. The problem is it works fine for the first query run but in case my second query run happens to be on a different connection string, the execution fails and I get the error - 'ORA-00942: table or view does not exist.
If I then go ahead and refresh my process and re-attempt the failed query run, it works just fine. I have a hunch that the previous connection doesn't get closed and the new connection isnt successfully established with the schema when I run the utility in a loop, even though closing any existing connections is a part of set connection action.
Would really appreciate your guidance with respect to the same.
Best
<EDIT>
Thank you so much for the response @GeoffHirst
It would be great if you could share the code changes required with me since I really want to use this VBO for one of my in development solution that is required to go live soon. The other Oracle VBO that Blue Prism natively provides isn't serving my requirement and use of this VBO was recommended by BP support themselves, so would really appreciate your help with the same.
Answered! Go to Answer.
08-01-21 02:16 PM
02-01-21 01:33 PM
04-01-21 01:08 PM
08-01-21 12:34 PM
08-01-21 02:16 PM
15-08-23 10:58 PM
Hi @GeoffHirst, @Geoff Hirst,
I downloaded the latest version for DX, "https://digitalexchange.blueprism.com/dx/entry/3439/solution/oracle-mda---utility" but I am still facing the same problem as mentioned above by @NupurSood. Is there a new version which I need to download and use. We use this VBO a lot and now after migrating to higher version of oracle we are using this to compare data between old and new but keeps on erroring out.
16-08-23 09:32 AM
hi @ParasPabari,
Thank you for being a SSC Blue Prism customer, and for using Blue Prism.
I am sorry to hear you are having issues with this asset. The issue Nupur had was resolved with the version that is currently live on the DX. So, we need to establish a few things so that I may assist you further.
If we can get the above questions answered I can see if I can help you resolve your issues.
Once again, thank you for using Blue Prism and for being a SSC Blue Prism customer.
regards
Geoff Hirst
21-08-23 06:57 PM
Hi @GeoffHirst,
Please find the details below:
I was looking at the code and noticed that Internal Close function was having (Clearpool = false), is that intentional? I think if we make it as true it might resolve both issues.
22-08-23 08:54 AM
Hi @ParasPabari,
Do you have the 1.0.2 edition of the Oracle MDA asset from the Digital Exchange?
The reason I ask is, yes the clearpool test should be a true outcome, that code should be as shown here:
Please check the version of the asset that you have as I have looked on the DX this morning and checked the code there. This is the issue that Nupar had and the correction was made some time ago.
Please come back to me if you still have issues.
regards
Geoff Hirst