ROracle installation
ROracle rough installation bash history
ROracle rough installation bash history
1 1008 [12/01/18 - 16:30:24] R CMD INSTALL ROracle_1.3-1.tar.gz 2 1009 [12/01/18 - 16:33:07] yum list oracle 3 1010 [12/01/18 - 16:33:16] yum search oracle 4 1011 [12/01/18 - 16:33:50] yum install oracle-instantclient12.1-devel.x86_64 5 1012 [12/01/18 - 16:34:06] locate oracle 6 1013 [12/01/18 - 16:34:26] find /usr -name "oracle" 7 1014 [12/01/18 - 16:34:46] R CMD INSTALL --configure-args='--with-oci-lib=/usr/lib/oracle/12.1/client64/lib --with-oci-inc=/usr/include/oracle/12.1/client64' ROracle_1.3-1.tar.gz 8 1015 [12/01/18 - 16:35:33] stat /softwares/R/library/ROracle/libs/ROracle.so' 9 1016 [12/01/18 - 16:35:35] stat /softwares/R/library/ROracle/libs/ROracle.so 10 1017 [12/01/18 - 16:39:27] stat =/opt/oracle/instantclient 11 1018 [12/01/18 - 16:39:30] stat /opt/oracle/instantclient 12 1019 [12/01/18 - 16:39:56] locate oracle 13 1020 [12/01/18 - 16:40:31] export LD_LIBRARY_PATH=/usr/lib/oracle/12.1/client64:$LD_LIBRARY_PATH 14 1021 [12/01/18 - 16:40:34] R CMD INSTALL --configure-args='--with-oci-lib=/usr/lib/oracle/12.1/client64/lib --with-oci-inc=/usr/include/oracle/12.1/client64' ROracle_1.3-1.tar.gz 15 1022 [12/01/18 - 16:40:48] locate libclntsh.so.12.1 16 1023 [12/01/18 - 16:41:01] export LD_LIBRARY_PATH=/usr/lib/oracle/12.1/client64/lib:$LD_LIBRARY_PATH 17 1024 [12/01/18 - 16:41:02] R CMD INSTALL --configure-args='--with-oci-lib=/usr/lib/oracle/12.1/client64/lib --with-oci-inc=/usr/include/oracle/12.1/client64' ROracle_1.3-1.tar.gz 18 1025 [12/01/18 - 16:41:13] R 19 1026 [12/01/18 - 16:43:46] history