Copyright (c) 2019, Oracle. All rights reserved. Oracle Confidential.


In this Document
| This document is being delivered to you via Oracle Support‘s Rapid Visibility (RaV) process and therefore has not been subject to an independent technical review. |
APPLIES TO:
Oracle Database - Enterprise Edition - Version 10.2.0.4 and later Information in this document applies to any platform.
SYMPTOMS
Following the instructions in Reduce Transportable Tablespace Downtime using Cross Platform Incremental Backup (Doc ID 1389592.1):
executing $ORACLE_HOME/perl/bin/perl xttdriver.pl -p fails:
>$ORACLE_HOME/perl/bin/perl xttdriver.pl -p
Can‘t locate Getopt/Long.pm in @INC (@INC contains: /ade/stvobadm_perl_583_build/perl/bin/Solaris/Opt/lib/5.8.3/sun4-solaris-thread-multi /ade/stvobadm_perl_583_build/perl/bin/Solaris/Opt/lib/5.8.3 /ade/stvobadm_perl_583_build/perl/bin/Solaris/Opt/lib/site_perl/5.8.3/sun4-solaris-thread-multi /ade/stvobadm_perl_583_build/perl/bin/Solaris/Opt/lib/site_perl/5.8.3 /ade/stvobadm_perl_583_build/perl/bin/Solaris/Opt/lib/site_perl .) at xttdriver.pl line 43. BEGIN failed--compilation aborted at xttdriver.pl line 43.
CAUSE
PER5LIB environment variable is unset.
SOLUTION
% export PERL5LIB=$ORACLE_HOME/perl/lib
|