Run Report in a shell using rwclient.sh without passing username and password
Is there any way we can run reports in a shell script using rwclient.sh without passing in a username and password.
We have a report that needs to be run across multiple databases via a shell script using rwclient.sh to run the report.
We can log on to the database as / using OS authentication.
IE sqlplus /@test will get you in there.
Running the report via a shell and passing /@test returns the following error
REP-0177: Error while running in remote server
Unable to connect to the specified database.
The shell script takes the DB as parameter