Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Perl in SQL Plus Script Generation Helps DBA's

Re: Perl in SQL Plus Script Generation Helps DBA's

From: Rui Anastácio <coreto03_at_axa-seguros.pt>
Date: Mon, 6 Dec 1999 13:13:40 -0000
Message-ID: <82gdnk$gms$1@duke.telepac.pt>


Just a small correction...

When starting SQL Plus in dba.bat we have to write the user/password_at_db. So dba.bat is:

   del cmds
   copy %1 cmds
   perl dba.pl > sc.sql
   plus80 -s user/pass_at_db @sc.sql > log Received on Mon Dec 06 1999 - 07:13:40 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US