Hi All'
I need a execute oracle command on remote db server using perl and I try with following but it not works. Can any one Suggest way to do this without using DBI or any module.If I must use module please explain way to use module as portable package.(I need to send this module with script to client)
my $memp = qx{ssh -o stricthostkeychecking=no $db_hosts "sqlplus -s $
+db_string<<EOF
show parameter memory;
exit
EOF"};