Hi,
I would like to automate some of my actions on command prompt using perl. can u plz help me how to start with it.
Like I want to connect to oracle database and run a sql query. How do I do that?
Here are the steps that I need to do --
open cmd.
type -- sqlplus system/manger@px10_machine1
type -- select username from dba_users where username like '%I3598%';
type -- quit
Thanks inadvance,
Paryushan