I am attempting to install SAP on LINUX vm. After successfully installing Oracle Database when I return to SAP installation, it fails in executing the following command to setup oracle service on a network.
lsnrctl start
It appears to be a permission issue. However, I cant seem to figure out under which user the SAP installation is running.
Attached is the screenshot of error.
Related
I have trouble installing OracleXE on my company PC, when installing it fails because it can't download the file "exectask.exe" and throws an error later saying, the file is missing.
The Problem seems to be, that the installer don't use the Proxy defined in the system variables. When trying to install an older Version (11g) this Problem doesn't occure.
Is there a way to give the oracle installer the Proxy directly?
Sincerly,
MasterSansai
I have downloaded PostgreSQL 10.4 from its official website. While I am trying to install its exe as admin, it gives following prompt error. Same issue is observed when I am trying to install 9.6.9. Mys system is having all the admin rights and no firewall is set on my system.
Hi I am new to kubernetes. I have read online tutorials to understand kubernetes and its benefits. To get hands on I have done a set up in my windows machine. It worked well half-way and received error while configuring kubernets VM.
I have downloaded Minikube installers and issued following command in windows 10 power shell
.\minikube.exe start --kubernetes-version="v1.6.0"
--vm-driver="virtualbox" --show-libmachine-logs --alsologtostderr
Retrying.
E1104 23:10:01.364507 16152 start.go:122] Error starting host: Error creating host: Error creating machine: Error in driver during machine creation: Unable to start the VM: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm minikube --type headless failed:
VBoxManage.exe: error: The virtual machine 'minikube' has terminated unexpectedly during startup with exit code 1 (0x1). More details may be available in 'C:\Users\Kube\ .minikube\machines\minikube\minikube\Logs\VBoxHardening.log'
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine
I have oracle virtual box already installed in my machine.Not sure whether it causes this issue.
upon reading few other forums, i have deleted .minikube directory and reissued the same commands in windows power shell but it didnt help.
can anyone please guide me to install kubernetes in windows 10 machine.
I have no hyper-v in my machine(Windows home edition).
Looks like my oracle virtual box has network access issues. Hence it could not set up kubernetes vm. I found this issue when i start my "Docker quick start terminal", it shows same error as i posted above. Hence i uninstalled and then installed latest version of oracle virtual box. It resolved the issue. kubernetes cluster has been created in my windows 10 machine.
I uninstalled the virtual box and installed docker toobox for windows from here
https://docs.docker.com/toolbox/toolbox_install_windows/#step-2-install-docker-toolbox
This will install Oracle VM virtual box too.
Open “Docker Quickstart Terminal”
This opens a Unix Bash.
Use this terminal for building docker images and running minikube.
I have Mac 10.10.5,
I have downloaded Docker native for Mac.
In spite of having admin access to my machine, I keep getting following error
Administrator privileges are required.
You need administrator privileges on this computer to install Docker.
Please log in as an administrator to install the app, then you can use Docker
with standard user accounts.
I used to have Docker Native Beta, few weeks back I tried upgrading it, and since then I started having this issue.
Any idea why is this happening?
Installing Oracle 12c on Ubuntu I got permission denied when I executed the line:
/tmp/database/runInstaller
Ubuntu is not certified OS for Oracle database installation. Run an OS that is certified by Oracle to support their products.
You could rather use VirtualBox and Oracle Linux to setup the Oracle database. It comes free for personal learning purpose.
Download Oracle Linux here.
Here is a step-by-step installation guide by Tim Hall.
Check permission of .oui :
chmod 777 -r /tmp/database/
Even Ubuntu is not certified for Oracle Database installation, but it's possible to setup Oracle on this on. Not certified means that Oracle hadn't done tests and don't provide support on this plateform.