Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Perl in SQL Plus Script Generation Helps DBA's
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
![]() |
![]() |