About 999,000 results
Open links in new tab
  1. How to install Oracle 18C XE package on Ubuntu 18.04

    Nov 24, 2018 · I have downloaded Oracle 18C XE the rpm file, but I don't know how to install the database.

  2. how to uninstall oracle database from Ubuntu 14.04

    8 Uninstall Oracle 11g XE on Linux Ubuntu The following will completely uninstall and remove Oracle 11g XE: Open a terminal session and login as user root: $ sudo su Enter the following: # …

  3. Oracle Database Express 11.2 job for oracle-xe.service failed

    Aug 25, 2015 · Oracle Database Express 11.2 job for oracle-xe.service failed Ask Question Asked 10 years, 3 months ago Modified 6 years, 5 months ago

  4. What does The location specified for 'Data Files Location' has ...

    May 7, 2020 · I'm running a oracle DB oracle/database 18.4.0-xe in a docker container in a Ubuntu Linux subsystem on windows 10. I want to persist my datafiles locally so I don't lose my data when I …

  5. How to install Oracle 11gR2 on Ubuntu 14.04?

    Aug 9, 2016 · sudo usermod -a -G dba YOURUSERNAME 4. Using the Oracle XE command shell Start the Oracle XE 11gR2 server: sudo service oracle-xe start Start command-line shell as the system …

  6. installation - installing Oracle Database 10g XE Server in Ubuntu 11.04 ...

    I have read many posts for installing Oracle Database 10g XE Server in Ubuntu, such as this But I get an error: E: Unable to locate package oracle-xe when execute the command sudo apt-get inst...

  7. How can I install Oracle 11g R2? - Ask Ubuntu

    The title itself is more than self explanatory. I simply need a way to install Oracle's 11g R2 in the latest version of Ubuntu, I'm using a 32-bit OS, and I need to know how to install the x86 vers...

  8. Problem in configuring Oracle 11g - Ask Ubuntu

    I am trying to install oracle for that i need to configure the port,username and password.But,When i gave sudo /etc/init.d/oracle-xe configure i didn't get any thing

  9. oracle - ORA-27101: shared memory realm does not exist - Ask Ubuntu

    Feb 25, 2016 · I am using Ubuntu 14.04 with Oracle 11g. But, it is not working properly. Given the below commands and output: root@madhu-Lenovo-G500:~# sqlplus SQL*Plus: Release 11.2.0.2.0 …

  10. How to prevent oracle-xe from automatically launching at startup?

    then exit 0 fi else echo "Oracle Database 11g Express Edition is not configured. You must run '/etc/init.d/oracle-xe configure' as the root user to configure the database." exit 0 fi fi start ;; …