DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: ColdBackup script not working on windows 2000

  1. #1
    Join Date
    Jan 2004
    Posts
    9

    ColdBackup script not working on windows 2000

    here is part of my script in a batch file coldbackup.bat:

    sqlplus /nolog
    connect / as sysdba
    shutdown immediate
    startup
    shutdown
    exit
    ...

    this script will stop after execute "sqlplus /nolog" and wait for input in the prompt SQL>

    how can I make it keep running the following SQL/PLUS command?
    Any comment would be greatly appreciated.

    iltmlat

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Jeff Hunter

  3. #3
    Join Date
    Jan 2004
    Posts
    9
    never mind. found the problem.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width