Hi,
I would like to create some scripts on Windows OS that will not divulge critical passwords. I have a script that is a bat file that connects to the Oracle database as SYS to pull out some info. I would like to write this is such a way that the SYS password is not shown within the script (sqlplus "sys/pwd" @C:\some.sql). Any ideas?