posted 21 years ago
on windows operating system, i need to create a batch file which will logon to SQL plus with my userid and then run a command as DELETE..
I already did step one,
SQLPLUS user/password@domain --> which will opens a command promp screen connected directly to SQL with that userid , but anything written after that in the batch file will be ignored.
Is there any possibilities to run a command through the batch file into the sql?! like for example DELETE.