I am trying to execute a query and I am getting a white space/ blank as the output. This query is giving me a correct output when I run it in Oracle SQL Developer.
Is it because the way the query is structured? The query start with a “With” statement.
Before executing a query , we must first connect to the database using the Connect activity. This activity requests a connection string used to establish a database connection and a ProviderName. The string must contain a data source, a user name and a password.
Based on your screenshot, I couldnt find “Connect” activity , So Use connect activity and let me know your results.
Thank you for your suggestion. I did not use the connect activity but I just added the connection string in the Execute Query activity. The connection was successful and I am getting the output when I am using another query. So I thought maybe the issue was with the way the query is structured?