|  | 
		Sir
 
 I made the below script   "backup.bat" when i run ,it need password in run time why it need password in run time  i have already given password to this script.
 
 note. when i run batfile script in window 7 it does not needs password in runtim
 but   in windows 2008 server it needs password in run time.
 
 kindly why it needs password in run time which i have already given to it.
 
 
 expdp system/abd2f2@dwh schemas=SIGTASAD dumpfile=export-%date:~4,2%-%date:~7,2%-%date:~10,4%.dmp logfile=export-%date:~4,2%-%date:~7,2%-%date:~10,4%.log
 
 
 Thanks
 
 |