Good Morning,
is there a way to code a windows batch file that runs sqlplus in such a way that the username and password are not exposed?
We have several dos scripts that call sqlplus to produce spool files or run sql scripts and the password is coded within the dos script for all to see.
Is there a clever way around it? - cant log on with windows authentication because the database is not set up that way.