Ea has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to dbicdump an Oracle database and I get a fatal error on a table that I'm not even interested in. ORA-24345: A Truncation or null fetch error occurred (DBD ERROR: ORA-01406 error on field 1 of 1, ora_type 8,LongReadLen too small and/or LongTruncOk not set
How can I tell dbicdump that I only want certain tables or views? I'm not seeing anything likely using the -o switches.
Many thanks,
Edit: looking at constraints and trying to get them to work.
YAPC::Europe::2018 — Hmmm, need to talk to work about sending me there or to Mojoconf.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: dbicdump selected tables
by 1nickt (Canon) on Dec 12, 2018 at 16:46 UTC | |
by Ea (Chaplain) on Dec 12, 2018 at 17:17 UTC |