Hi Friends,
I am new to scripting and might need your help. I am trying to create a .dat file where I am storing only this line.
sqlplus -s username/"password"@data base
Now I want to open this .dat file and execute the command. I mean to say that I want to write a script which should access this .dat file and connect to sql. the intension to keep the connect stmt is a dat file is for...