Install Oracle 12c On Ubuntu 16.04
I am looking at installing Oracle 12c on a new server but the system admins are insisting that all new Linux servers don't have a GUI installed and that any administrative tasks are performed from a command line.
Now I have never installed Oracle this way and haven't found any information about it.
Install Oracle 12c onto 64-bit Ubuntu 16.04 or Linux Mint 18 Sarah - mandela.sh. Oct 31, 2017 Ubuntu 16.04.3에 Oracle 12C R2 설치하기. Oracle 12C R2 Install On Ubuntu 16.04.3.
So is it possible and if so are there any links to documentation on how it's done.
Ubuntu Install Oracle Database
1 Answer
Yes, you can do that by running the runinstaller passing the silent argument. Also, it is possible to save and use response files, which basically contain standard configurations and parameters for the software installation. It's very useful if you will need to perform installations following a specific standard on a frequent basis.
Here's the docs:https://docs.oracle.com/database/121/LADBI/app_nonint.htm
Another option:You don't need to have 'GUI' installed, you can emulate the Graphical Interface. There are plenty of tools. tigervnc is a great one. To install it, run as sudo: yum install tigervnc and after installation is completed, start it by running vncserver. You will be prompted for the user's password. Then you can issue: ps -ef grep vnc, which will show you details about the program execution, being the port the most important. Now you can externally gain access to the server through VNC Viewer (needs to be installed), by specifying server's ip and port/ display #. Note: Yum if your OS support it. Otherwise, use rpm (problem is every dependency will need to be separately installed).
Hope it helps.
Not the answer you're looking for? Browse other questions tagged oracleinstallation or ask your own question.
I am trying to import a dump into Oracle 12c by using the below command:
Which is resulting in the following error:
It seems to be a permission issue,dump_dir path is given below:
The permission status:
The User is SROUSER. All the create directory, read & write privileges has been granted to this User from SYS user.
Is there anything I am missing?
Install Oracle 12c On Ubuntu 16.04 Windows 10
MDCCLmigrated from softwarerecs.stackexchange.comJan 23 at 23:14
This question came from our site for people seeking specific software recommendations.