Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: 30454.1- Unix script that automates warm backup of all available tablespaces ??
Hi!
Which platform are you on, Linux?
Try to search and replace:
cat <<EOF > /tmp/backup_${ORACLE_SID}.awk
BEGIN
{
with
cat <<EOF > /tmp/backup_${ORACLE_SID}.awk BEGIN { These are the nasty small differences in various Unix'es and Linux'es shells...
Tanel.
"Subrahmanyam Arya" <avsrk_at_mailcity.com> wrote in message
news:25c1993e.0308271156.3360d350_at_posting.google.com...
> Dear Oracle gurus,
>
> I am looking at a unix script that automates warm backup of all
> available tablespaces and found in metalink a doc-id (30454.1)which
> has this script documented. Unfortunately i have problems running this
> script as it is.. It is resulting in some awk errors.
>
> Can anybody give me this script in working form if they have tried it.
>
> -thanks,
> avsrk
Received on Wed Aug 27 2003 - 15:58:03 CDT