How to write a programme to connect to oracle database without using PERL DBI module.
Any reason why you don't want to use DBI? Do you have the Oracle client installed? Are you connecting to a local or remote server? Which version of Perl? Oracle? What OS and version? Are there other modules you can't install, e.g. IO? Can you shell to other processes?
The programme is to calculate ASM disk space in oracle database.
How is it going to do this? Can it simply look at the filesystem, or does it need to execute a stored procedure?