find a dba/user that can access v$parameter

issue the command

show parameters utl;

This will tell you values for parameters starting with utl.

figure it out from there.

Good Luck