Automating the preclone step
does anyone know how to automate the DB and Apps Tier pre-clone scripts i.e.
perl adpreclone.pl dbTier
perl adpreclone.pl appsTier
Each of these asks for the apps schema password as an imput parameter. I want to be able to automatically pass in that parameter, so I can run these jobs via cron on a nightly basis before I backup my Apps and RDBMS stacks.
any help appreciated,
Jim