I am querying Oracle DB from UI Path studio in try block. Now in Finally block, I need to disconnect the connection. Before doing that, I need to check if my connection was successful.
Can anyone suggest me how can I check if the connection with Oracle DB was successful ?