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

Thread: ! in unix

  1. #1
    Join Date
    Nov 2000
    Posts
    65
    This may sound too silly !!

    I have the following as part of a cold backup script
    ....
    cp /u01/app/oracle/oradata/db1/system01.dbf
    compress -f /data3/DB1/backup/system01.dbf
    .... etc.

    I came across another script for cold backup that goes as follows
    ....
    !cp /u01/app/oracle/oradata/db1/system01.dbf
    !compress -f /data3/DB1/backup/system01.dbf
    .... etc.

    My question is, what does "!" mean/stand for ? Which is the right script ?

    Thank you guys!
    nk



  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    ! tells sqlplus to execute this command from the OS.
    Jeff Hunter

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