Subject: | ctl file options |
Looking at sub _generateSessionClause, I don't see it handling options correctly. It looks like it only handles the SILENT option:
my $text = <<EndText;
OPTIONS (
SILENT=(\U$cfg->{'silent'}\E)
)
I would like to do a direct load, but I don't see how this can support one (the module accepts a 'direct' arg, but it doesn't look like
it's probably written to the control file). I'd be happy to contribute something back, but I'm reading the following in the docs which
is making me think that maybe some fix didn't get rolled out:
"added various fixes, most importantly initializing and generating the options clause correctly."
Thanks,
- Tom