Replies: 2 comments
-
As far as I know, it's not possible |
Beta Was this translation helpful? Give feedback.
-
Based on your example if you already know the "RegNumber" that you would like to use, you can create two database tasks and assign this value as a variable for them and running those tasks after each other. Query 1 at mysql:
Query 2 at oracle:
Would that be what you want? If you would like to get the RegNumber from my sql and run a query in oracle based on the result, then I do not know how you could do that in dbeaver. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I have my DBeaver connected to MS SQL and Oracle databases, both have certain scripts which I use daily.
Is there any possibility to chain link MS SQL script and Oracle script execution and pass a value from one to another?
For example, I make certain changes in MS SQL database using script which uses "RegNumber" field value.
After that I have to run Oracle script with the same "RegNumber" field value - but in different database (Oracle).
Can I somehow pass the value of 'RegNumber' from MS SQL script ot Oracle script in DBeaver?
Beta Was this translation helpful? Give feedback.
All reactions