mk files error in oracle 12c installation on ubuntu server 18.04
I trying to install and run oracle 12c on ubuntu 18.04 server on vmware workstation 15 in silent mode and I passed many difficulties in this way but I've stucked at this:
Error in invoking target 'client_sharedlib' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'links proc gen_pcscfg procob' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/precomp/lib/ins_precomp.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'idg4odbc' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'itnsping' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/network/lib/ins_net_client.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/ctx/lib/ins_ctx.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/plsql/lib/ins_plsql.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'all_no_orcl' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/network/lib/ins_net_client.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/sqlplus/lib/ins_sqlplus.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'clientonlyinstall' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/ldap/lib/ins_ldap.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'ioklist' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/network/lib/ins_nau.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/srvm/lib/ins_srvm.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'utilities' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'iokdstry iokinit' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/network/lib/ins_nau.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/network/lib/ins_net_server.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'itrcroute' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/network/lib/ins_net_client.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'irman ioracle' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
The installation of Oracle Database 12c was successful.
Please check '/u01/app/oraInventory/logs/silentInstall2019-03-06_07-34-51PM.log' for more details.
As a root user, execute the following script(s):
1. /u01/app/oraInventory/orainstRoot.sh
2. /u01/app/oracle/product/12.2.0/dbhome_1/root.sh
Successfully Setup Software.
It seems it isn't a Successful setup with these errors.
I know there is some solution for these errors in graphical mode but I can't find any solution for silent mode.
I read in several websites and forums that it might be for limit size of the tmp folder but at the beginning of the installation it shows:
Checking Temp space: must be greater than 500 MB. Actual 9929 MB Passed
Checking swap space: must be greater than 150 MB. Actual 2046 MB Passed
also I use these symbolic links but it's not solve the problem:
sudo ln -s /etc /etc/rc.d
sudo ln -s /usr/bin/awk /bin/awk
sudo ln -s /usr/bin/basename /bin/basename
sudo ln -s /usr/bin/rpm /bin/rpm
sudo ln -s /lib/x86_64-linux-gnu/libgcc_s.so.1 /usr/lib64/
sudo ln -s /usr/lib/x86_64-linux-gnu/libc_nonshared.a /usr/lib64/
sudo ln -s /usr/lib/x86_64-linux-gnu/libpthread_nonshared.a /usr/lib64/
sudo ln -s /usr/lib/x86_64-linux-gnu/libstdc++.so.6 /usr/lib64/
Can anyone help me how can I solve these errors?
oracle
New contributor
add a comment |
I trying to install and run oracle 12c on ubuntu 18.04 server on vmware workstation 15 in silent mode and I passed many difficulties in this way but I've stucked at this:
Error in invoking target 'client_sharedlib' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'links proc gen_pcscfg procob' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/precomp/lib/ins_precomp.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'idg4odbc' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'itnsping' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/network/lib/ins_net_client.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/ctx/lib/ins_ctx.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/plsql/lib/ins_plsql.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'all_no_orcl' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/network/lib/ins_net_client.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/sqlplus/lib/ins_sqlplus.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'clientonlyinstall' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/ldap/lib/ins_ldap.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'ioklist' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/network/lib/ins_nau.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/srvm/lib/ins_srvm.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'utilities' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'iokdstry iokinit' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/network/lib/ins_nau.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/network/lib/ins_net_server.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'itrcroute' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/network/lib/ins_net_client.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'irman ioracle' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
The installation of Oracle Database 12c was successful.
Please check '/u01/app/oraInventory/logs/silentInstall2019-03-06_07-34-51PM.log' for more details.
As a root user, execute the following script(s):
1. /u01/app/oraInventory/orainstRoot.sh
2. /u01/app/oracle/product/12.2.0/dbhome_1/root.sh
Successfully Setup Software.
It seems it isn't a Successful setup with these errors.
I know there is some solution for these errors in graphical mode but I can't find any solution for silent mode.
I read in several websites and forums that it might be for limit size of the tmp folder but at the beginning of the installation it shows:
Checking Temp space: must be greater than 500 MB. Actual 9929 MB Passed
Checking swap space: must be greater than 150 MB. Actual 2046 MB Passed
also I use these symbolic links but it's not solve the problem:
sudo ln -s /etc /etc/rc.d
sudo ln -s /usr/bin/awk /bin/awk
sudo ln -s /usr/bin/basename /bin/basename
sudo ln -s /usr/bin/rpm /bin/rpm
sudo ln -s /lib/x86_64-linux-gnu/libgcc_s.so.1 /usr/lib64/
sudo ln -s /usr/lib/x86_64-linux-gnu/libc_nonshared.a /usr/lib64/
sudo ln -s /usr/lib/x86_64-linux-gnu/libpthread_nonshared.a /usr/lib64/
sudo ln -s /usr/lib/x86_64-linux-gnu/libstdc++.so.6 /usr/lib64/
Can anyone help me how can I solve these errors?
oracle
New contributor
1
Did you check the logfile that it says to look at?/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log
– Thomas Ward♦
6 hours ago
add a comment |
I trying to install and run oracle 12c on ubuntu 18.04 server on vmware workstation 15 in silent mode and I passed many difficulties in this way but I've stucked at this:
Error in invoking target 'client_sharedlib' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'links proc gen_pcscfg procob' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/precomp/lib/ins_precomp.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'idg4odbc' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'itnsping' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/network/lib/ins_net_client.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/ctx/lib/ins_ctx.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/plsql/lib/ins_plsql.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'all_no_orcl' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/network/lib/ins_net_client.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/sqlplus/lib/ins_sqlplus.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'clientonlyinstall' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/ldap/lib/ins_ldap.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'ioklist' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/network/lib/ins_nau.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/srvm/lib/ins_srvm.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'utilities' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'iokdstry iokinit' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/network/lib/ins_nau.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/network/lib/ins_net_server.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'itrcroute' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/network/lib/ins_net_client.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'irman ioracle' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
The installation of Oracle Database 12c was successful.
Please check '/u01/app/oraInventory/logs/silentInstall2019-03-06_07-34-51PM.log' for more details.
As a root user, execute the following script(s):
1. /u01/app/oraInventory/orainstRoot.sh
2. /u01/app/oracle/product/12.2.0/dbhome_1/root.sh
Successfully Setup Software.
It seems it isn't a Successful setup with these errors.
I know there is some solution for these errors in graphical mode but I can't find any solution for silent mode.
I read in several websites and forums that it might be for limit size of the tmp folder but at the beginning of the installation it shows:
Checking Temp space: must be greater than 500 MB. Actual 9929 MB Passed
Checking swap space: must be greater than 150 MB. Actual 2046 MB Passed
also I use these symbolic links but it's not solve the problem:
sudo ln -s /etc /etc/rc.d
sudo ln -s /usr/bin/awk /bin/awk
sudo ln -s /usr/bin/basename /bin/basename
sudo ln -s /usr/bin/rpm /bin/rpm
sudo ln -s /lib/x86_64-linux-gnu/libgcc_s.so.1 /usr/lib64/
sudo ln -s /usr/lib/x86_64-linux-gnu/libc_nonshared.a /usr/lib64/
sudo ln -s /usr/lib/x86_64-linux-gnu/libpthread_nonshared.a /usr/lib64/
sudo ln -s /usr/lib/x86_64-linux-gnu/libstdc++.so.6 /usr/lib64/
Can anyone help me how can I solve these errors?
oracle
New contributor
I trying to install and run oracle 12c on ubuntu 18.04 server on vmware workstation 15 in silent mode and I passed many difficulties in this way but I've stucked at this:
Error in invoking target 'client_sharedlib' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'links proc gen_pcscfg procob' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/precomp/lib/ins_precomp.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'idg4odbc' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'itnsping' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/network/lib/ins_net_client.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/ctx/lib/ins_ctx.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/plsql/lib/ins_plsql.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'all_no_orcl' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/network/lib/ins_net_client.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/sqlplus/lib/ins_sqlplus.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'clientonlyinstall' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/ldap/lib/ins_ldap.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'ioklist' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/network/lib/ins_nau.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/srvm/lib/ins_srvm.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'utilities' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'iokdstry iokinit' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/network/lib/ins_nau.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'install' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/network/lib/ins_net_server.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'itrcroute' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/network/lib/ins_net_client.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
Error in invoking target 'irman ioracle' of makefile '/u01/app/oracle/product/12.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk'. See '/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log' for details.
The installation of Oracle Database 12c was successful.
Please check '/u01/app/oraInventory/logs/silentInstall2019-03-06_07-34-51PM.log' for more details.
As a root user, execute the following script(s):
1. /u01/app/oraInventory/orainstRoot.sh
2. /u01/app/oracle/product/12.2.0/dbhome_1/root.sh
Successfully Setup Software.
It seems it isn't a Successful setup with these errors.
I know there is some solution for these errors in graphical mode but I can't find any solution for silent mode.
I read in several websites and forums that it might be for limit size of the tmp folder but at the beginning of the installation it shows:
Checking Temp space: must be greater than 500 MB. Actual 9929 MB Passed
Checking swap space: must be greater than 150 MB. Actual 2046 MB Passed
also I use these symbolic links but it's not solve the problem:
sudo ln -s /etc /etc/rc.d
sudo ln -s /usr/bin/awk /bin/awk
sudo ln -s /usr/bin/basename /bin/basename
sudo ln -s /usr/bin/rpm /bin/rpm
sudo ln -s /lib/x86_64-linux-gnu/libgcc_s.so.1 /usr/lib64/
sudo ln -s /usr/lib/x86_64-linux-gnu/libc_nonshared.a /usr/lib64/
sudo ln -s /usr/lib/x86_64-linux-gnu/libpthread_nonshared.a /usr/lib64/
sudo ln -s /usr/lib/x86_64-linux-gnu/libstdc++.so.6 /usr/lib64/
Can anyone help me how can I solve these errors?
oracle
oracle
New contributor
New contributor
edited 6 hours ago
Thomas Ward♦
44.7k23124177
44.7k23124177
New contributor
asked 7 hours ago
Ali.sAAli.sA
11
11
New contributor
New contributor
1
Did you check the logfile that it says to look at?/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log
– Thomas Ward♦
6 hours ago
add a comment |
1
Did you check the logfile that it says to look at?/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log
– Thomas Ward♦
6 hours ago
1
1
Did you check the logfile that it says to look at?
/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log
– Thomas Ward♦
6 hours ago
Did you check the logfile that it says to look at?
/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log
– Thomas Ward♦
6 hours ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Ali.sA is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1123587%2fmk-files-error-in-oracle-12c-installation-on-ubuntu-server-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Ali.sA is a new contributor. Be nice, and check out our Code of Conduct.
Ali.sA is a new contributor. Be nice, and check out our Code of Conduct.
Ali.sA is a new contributor. Be nice, and check out our Code of Conduct.
Ali.sA is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1123587%2fmk-files-error-in-oracle-12c-installation-on-ubuntu-server-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Did you check the logfile that it says to look at?
/u01/app/oraInventory/logs/installActions2019-03-06_07-34-51PM.log
– Thomas Ward♦
6 hours ago