How to connect to database from within "Perl (on Server)" component

Is there a way to connect to Oracle database from within perl code executed in "Perl (on Server)" component?

I would prefer to use DBI module, but it requires compillation, making it a part of custom component doesn't seem to be an option as for pure perl modules. Can DBI module be installed in Pipeline Pilot perl?

As an alternative: is it possible to use Pipeline Pilot database driver from within "Perl (on Server)" component?

Thank you.