TAR A FILE TO DIFFERENT DIRECTORY
To tar a file to a different directory, use the option -C followed by directory where the data should be untar
tar -xvf 19.0.0.tar -C /app01/oracle/product/19.0.0/
To tar a file to a different directory, use the option -C followed by directory where the data should be untar
tar -xvf 19.0.0.tar -C /app01/oracle/product/19.0.0/