Is your current extract script either setting the vars I
mentioned or inheriting them from the calling
environment? for instance, if the job is running from cron, you will
absolutely need to set this in the perl script. This is independent
from the database setup, and your perl won't inherit the
settings from Oracle. They will need to be in the
calling environment
(set perhaps in a calling shell script) or
setting them specifically in the perl.