1. Find the oracle Installation Package and unzip it to the database directory./runInstaller www.2cto.comDo not fill in the oracle support account, and then select "do not receive" in the pop-up window, Continue www.2cto.comSelect to only install the oracle software, next select a single instance to
[Ubuntu14.04] install the oracle database management software sqldeveloper record, ubuntu14.04oracle
RT.
This is the second article about building oracle Development Environment logs.
Article 1: [ubuntu14.04] Build a PHP5 + Apache2 + Oracle environment
This article will install
Install Oracle 11g single-instance database on Linux under vmvm 1. Environment and pre-installation plan: Virtual Machine and OS are as follows
Environment: VMware Wordstation ACE version 6.0.2
Operating System: OracleLinux-R5-U8-Server-i386-dvd 3.2G
Operating System: http://mirrors.dotsrc.org/oracle-linux/
To install
12. Start the command line
Since I installed it with a VM, you must first change the default startup mode to the command line method.
Log On with root, edit the/etc/inittab file, and change d: 5: initdefault: To d: 3: initdefault:
Knowledge Point 6: Linux running level#0-stop (never set initdefault to 0)
#1-single-user mode # s init s = init 1
#2-multiple users without NFS
#3-full multi-user mode (Standard Operation Level)
#4-useless
#5-X11 multi-user
Yum-y install oracle-rdbms-server-11gR2-preinstall this method oel6.4 experiment through
#!/etc/bash
#1. Load the DVD installation disk. Note that the drive path can be df-lh and/dev/sr0 is displayed in my VM.
Mkdir-p/media/diskmount/dev/sr0/media/disk # mount-t iso9660-o loop/tmp/image. iso/media/disk # can be added to/etc/rc. local
#2. Modify
/Usr/lib/python2.6
Test environment: Install Oracle Enterprise Linux 5.8 64-bit Virtual Machine in VMware Workstation v9.0.2
Install software: jdk-7u40-linux-x64.rpm?apache-tomcat-7.0.53.tar.gz
Installation instructions: Download jdk-7u40-linux-x64.rpmand apache-atat-7.0.53.tar.gz from the official network to the/u02 directory of the Linux Virtual Machine
Installation Procedure: Op
Search on the Internet, know that probably, can not be installed with APT, Oracle also no longer provide Deb package. can only under tar.gz pack oneself outfit.Download it down first jdk:http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.htmlDownload tar.gz.TAR-XZVF jdk-7u80-linux-x64.tar.gzThen move the resulting jdk1.7.0_80 folder to the/USR/LIB/JVM.Next Execute:sudo update-alternatives--
There are two ways to deploy the agent in Oracle EM12C, one is to install the agent "push" directly to the managed side via SSH via the EM12C console, which is simpler on the OMS and managed side of the Linux platform, because the Linux platform has its own SSH tool , there is no need to configure the SSH tool. But if the OMS and the managed side of the Windows platform are to be installed with the Cygwin t
Ubuntu's openjdk often come with inexplicable mistakes, like the IDE suddenly collapses. Just Java8 also come out, why not try the latest Java on the latest Ubuntu.
First add PPA
$ sudo add-apt-repository Ppa:webupd8team/java
And then update the system
$ sudo apt-get update
Finally start the installation
$ sudo apt-get install Oracle-java8-installer$ java-version
Java version "1.8.0_05"
Java (tm) S
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.