Error  perl txkGenCDBTnsAdmin.pl Can't locate TXK/ARGS.pm 


Running

 perl txkGenCDBTnsAdmin.pl -dboraclehome=/oraapps122/DATABASE/BEE/19c -cdbname=BEECDB \
 -cdbsid=BEECDB -dbport=1551 -outdir=/oraapps122/DATABASE/BEE/19c/appsutil/log \
 -israc=no



Error: 



Can't locate TXK/ARGS.pm in @INC (you may need to install the TXK::ARGS module) (@INC contains: /oraapps122/DATABASE/BEE/19c/perl/lib/5.28.1/x86_64-linux-thread-multi

or

Can't locate TXK/ARGS.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at txkGenCDBTnsAdmin.pl line 72.
BEGIN failed--compilation aborted at txkGenCDBTnsAdmin.pl line 72.


Solution:

export ORACLE_HOME=/oraapps122/DATABASE/BEE/19c
export PATH=$ORACLE_HOME/perl/bin:$ORACLE_HOME/bin:$PATH
export LD_LIBRARY_PATH=$ORACLE_HOME:$ORACLE_HOME/lib
export PERL5LIB=$ORACLE_HOME/perl/lib/5.28.1:$ORACLE_HOME/perl/site_perl/5.28.1:$ORACLE_HOME/appsutil/perl
export PATH=$ORACLE_HOME/perl:$ORACLE_HOME/perl/lib:$ORACLE_HOME/perl/bin:$PATH


Rerun the command




If you like please follow and comment