- Install Procedural Option Oracle Sql
- Option Oracle Download
- Install Procedural Option Oracle Tutorial
- Install Procedural Option Oracle Commands
- Install Procedural Option Oracle Vm
- Options Oracle Software
The person installing Oracle Applications supplies this URL when running Oracle Rapid Install. Oracle Rapid Install uses this information as the default value for BOM: Configurator URL of UI Manager. If you recently upgraded to a new version of Oracle Configurator, verify that this profile option is set correctly. I doubt that the 'Procedural Option' is your problem. I've never heard of such an option, and I can't imagine why anybody would install Oracle without PL/SQL, or why that would even be an option. When I searched for the phrase, the first hit I found in the official documentation implies that this option was removed over 20 years ago, in version.
The Oracle Linux is an enterprise Linux server operating system built on the same code which used by the RedHat Enterprise Linux. The core difference is the branding and touches which have given by the Oracle to improve the performance of the Oracle Linux. It is free to download and distribute.
Oracle Linux is available to download on the official website plus community and Distrowatch pages have also listed it. In this article, we simply see the way to install Oracle Linux on VirtualBox for testing purposes. The given process is the same for Windows, Linux, FreeBSD and MacOS.
How to install Oracle Linux on VirtualBox (Windows/MacOS/Linux)
Steps glance:
- Download the Oracle Linux from official or community page.
- After downloading the ISO file, install the VirtualBox (if not already).
- Run the VirtualBox
- Click on the New icon on the top VirtualBox menu.
- Named your Oracle VirtualMachine.
- Select the Type Linux and 64-bit or 32bit version.
- Assign the RAM and Virtual Hard disk
- Go to Settings and click on the Storage option.
- Click on Empty CD icon and then on the CD icon given under the Attributes.
- Assign the Oracle ISO image and press OK button.
- And start the installation
Step 1: Download the Oracle Linux ISO
To get the Oracle Linux ISO file from the official website page which is Oracle cloud software delivery, see this article: Download Oracle officially. However, if you want to download it directly, then use this community page: https://community.oracle.com/
Step 2: Download VirtualBox
If you already have the Oracle VirtualBox on your pc or laptop then skip this step. Otherwise, go to virtualbox.org and download the VirtualBox. The Ubuntu Linux users can see this tutorial: VirtualBox installation on Ubuntu
Step 3: Oracle VM Virtualbox setup
Run the Virtual Box and click on the New button.
Now give some name to your Oracle Linux installation on VirtualBox. For example, we have given 'Oracle'. After this in Type drop box select the Linux and then type of your Oracle Linux server. We used 64bit, so we selected the same.
Step 4: Set the RAM
Blue 27s clues kindergarten pc game download free. Assign the amount of RAM you want to give to your Oracle Virtual machine. The 2GB is recommended for a proper functioning of an Oracle server with GUI interface. If you are installing the minimal version then you can assign a lower amount than this.
Step 5: Create a virtual hard disk for Oracle Linux
The next step is to allocate an amount of space for the Oracle server installation. Select the option ‘Create a virtual hard disk now', and click on ‘Create'. Now choose VDI or VirtualBox Disk Image. Click on the ‘Next' button.
Select Dynamicallocation and move forward.
Step 6: Assign the storage amount
The default file size for storage is 8Gb; use the slider and set it to least 20GB and then click on Create button to create a VM.
Step 7: Start Oracle Linux virtual machine
Now, on the left side, you will see the recently created Oracle virtual machine by you. Click on that and then the green colour START button given in the menu of Virtualbox.
Step 8: Oracle Installation
The boot screen of this Oracle server will appear. From the keyboard, use the arrow keys and select the first option 'Install Oracle Linux 7.6' Note: The version could be different depending upon what you have downloaded.
Step 9: Select the Language
The first screen which appears is to set the language for your Oracle server operating system. By default it is English but you can change it. Once you defined your favourite language click on the Continue button.
Step 10: Oracle Linux Server GUI
By default, the Oracle server is set to Minimal installation mode which means no Graphical user interface. If you want to install the GUI then click on the Software Selection option.
Step 11: Software Selection
The Oracle server offers multiple base environments such as Minimal Install, Infrastructure, File and print server, Basic web server, Virtualization Host and Serve with GUI. And as per the server environment, the Add-Ons also listed on the right side.
Select the Server with GUI and Add-Ons Selected Environment > CompatibilityLibraries and DevelopmentTools in case you want any other Add on select that too. After this use the Done button.
Step 12: Installation Destination
Click on the Installation Destination option to set the partition.
If you want to perform some custom portioning for installation then select the 'I will configure the partitioning' otherwise just leave the default option and just click the DONE button.
Now click on the Network & Hostname option selection and simply use the toggle button turn ON for network configuration to get the internet connection.
After all this click on the Begin Installation button.
Step 13: Set root Password and User
On the Installation summary screen while the installer is installing the Oracle Linux server, let's set the root password and standarduser for Oracle Linux.
To set the root password click on the Root password option. In this same way for the user, select the User creation.
Enter the root password two times and then click on the Done button.
Once the root password setup is done. Go to the User creation and type the full name of the user you want to create on Oracle server plus username and password you want to assign to that. Finally, click on the Done button.
Step 14: Reboot
Finally, after the installation is completed and we have the Reboot button. But before clicking that go to Devices option in the Menu and remove/unmount the OracleLinux ISO file.
Step 15: Accept the license agreement
The initial step after rebooting is to accept the license to use the Oracle server. Click on the License information and accept the agreement.
Finally, the Oracle Linux server is successfully installed on VirtualBox. If you want to install it on a real machine, still the steps mentioned here for installation will be the same.
Other useful Tutorials
In this Guide we will see on How to Install the Oracle Database 12c Release 2 in Redhat Enterprise Linux 7.5 Server.
To Download the Oracle Database Installer, Visit the below URL:
http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
Prerequiste for Installation:
- Download the Oracle Database 12c installer package.
- The Swap Space size should be 16GB .
- Enable X11 Forwarding to 'yes' in sshd configuration file.
- Properly set the hostname.
- Set the Kernel Parameters.
- Set the ulimit values.
- Install the required rpm packages.
1] OS Release
[root@quickfixlinux ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.5 (Maipo)
1.1] Set the Hostname :
(a) Under /etc/hosts:192.168.xx.xx quickfixlinux.com
(b) Under /etc/hostname:quickfixlinux.com
1.2] Set the SELINUX to 'Permissive'
[root@quickfixlinux ~]#getenforce
Enforcing
Install Procedural Option Oracle Sql
[root@quickfixlinux ~]#setenforce 0
[root@quickfixlinux ~]# getenforce
Permissive
1.3] Install the required rpm packages:
[root@quickfixlinux ~]# yum install -y binutils compat-libstdc++-33 compat-libstdc++-33.i686 gcc gcc-c++ glibc glibc.i686 glibc-devel glibc-devel.i686 ksh libgcc libgcc.i686 libstdc++ libstdc++.i686 libstdc++-devel libstdc++-devel.i686 libaio libaio.i686 libaio-devel libaio-devel.i686 libXext libXext.i686 libXtst libXtst.i686 libX11 libX11.i686 libXau libXau.i686 libxcb libxcb.i686 libXi libXi.i686 make sysstat unixODBC unixODBC-devel zlib-devel
1.4] Set the limits for Oracle user in /etc/security/limits.conf file :
oracle soft nproc 131072
oracle hard nproc 131072
oracle soft nofile 131072
oracle hard nofile 131072
oracle soft core unlimited
oracle hard core unlimited
oracle soft memlock 50000000
oracle hard memlock 50000000
1.5] Set the Kernel Parameters:
[root@quickfixlinux ~]#/sbin/sysctl -w kernel.sem='250 32000 100 128″
kernel.sem = 250 32000 100 128
[root@quickfixlinux ~]# /sbin/sysctl -w fs.aio-max-nr=1048576
fs.aio-max-nr = 1048576
[root@quickfixlinux ~]# /sbin/sysctl -w kernel.shmmax=4398046511104
kernel.shmmax = 4398046511104
[root@quickfixlinux ~]# /sbin/sysctl -w kernel.shmall=1073741824
kernel.shmall = 1073741824
[root@quickfixlinux ~]# /sbin/sysctl -w net.core.wmem_max=1048586
net.core.wmem_max = 1048586
[root@quickfixlinux ~]# /sbin/sysctl -w net.core.wmem_default=262144
net.core.wmem_default = 262144
[root@quickfixlinux ~]#/sbin/sysctl -w net.core.rmem_max=4194304
net.core.rmem_max = 4194304
[root@quickfixlinux ~]#/sbin/sysctl -w net.core.rmem_default=262144
Option Oracle Download
net.core.rmem_default = 262144
[root@quickfixlinux ~]#/sbin/sysctl -w net.ipv4.ip_local_port_range='9000 65500″
net.ipv4.ip_local_port_range = 9000 65500
[root@quickfixlinux ~]# /sbin/sysctl -w kernel.shmmni=4096
kernel.shmmni = 4096
[root@quickfixlinux ~]# /sbin/sysctl -w kernel.shmmax=8329226240
kernel.shmmax = 8329226240
[root@quickfixlinux ~]# sysctl -p
[root@quickfixlinux ~]#sysctl -a
1.6] Set the DISPLAY Environment:
Now, as a root user:
(a) Make sure you have 'Tick' the Enable X11 forwarding in PUTTY.
(b) Launch the 'Xming' application from your local machine.
(c) touch /root/.Xauthority
(d) uncomment the X11Forwarding and set to 'yes' in /etc/ssh/sshd_config file.
(e) [root@quickfixlinux ~]# xauth list $DISPLAY
localhost.localdomain/unix:10 MIT-MAGIC-COOKIE-1 3a49e090537be8161b19526143ff2988
Step 12: Installation Destination
Click on the Installation Destination option to set the partition.
If you want to perform some custom portioning for installation then select the 'I will configure the partitioning' otherwise just leave the default option and just click the DONE button.
Now click on the Network & Hostname option selection and simply use the toggle button turn ON for network configuration to get the internet connection.
After all this click on the Begin Installation button.
Step 13: Set root Password and User
On the Installation summary screen while the installer is installing the Oracle Linux server, let's set the root password and standarduser for Oracle Linux.
To set the root password click on the Root password option. In this same way for the user, select the User creation.
Enter the root password two times and then click on the Done button.
Once the root password setup is done. Go to the User creation and type the full name of the user you want to create on Oracle server plus username and password you want to assign to that. Finally, click on the Done button.
Step 14: Reboot
Finally, after the installation is completed and we have the Reboot button. But before clicking that go to Devices option in the Menu and remove/unmount the OracleLinux ISO file.
Step 15: Accept the license agreement
The initial step after rebooting is to accept the license to use the Oracle server. Click on the License information and accept the agreement.
Finally, the Oracle Linux server is successfully installed on VirtualBox. If you want to install it on a real machine, still the steps mentioned here for installation will be the same.
Other useful Tutorials
In this Guide we will see on How to Install the Oracle Database 12c Release 2 in Redhat Enterprise Linux 7.5 Server.
To Download the Oracle Database Installer, Visit the below URL:
http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
Prerequiste for Installation:
- Download the Oracle Database 12c installer package.
- The Swap Space size should be 16GB .
- Enable X11 Forwarding to 'yes' in sshd configuration file.
- Properly set the hostname.
- Set the Kernel Parameters.
- Set the ulimit values.
- Install the required rpm packages.
1] OS Release
[root@quickfixlinux ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.5 (Maipo)
1.1] Set the Hostname :
(a) Under /etc/hosts:192.168.xx.xx quickfixlinux.com
(b) Under /etc/hostname:quickfixlinux.com
1.2] Set the SELINUX to 'Permissive'
[root@quickfixlinux ~]#getenforce
Enforcing
Install Procedural Option Oracle Sql
[root@quickfixlinux ~]#setenforce 0
[root@quickfixlinux ~]# getenforce
Permissive
1.3] Install the required rpm packages:
[root@quickfixlinux ~]# yum install -y binutils compat-libstdc++-33 compat-libstdc++-33.i686 gcc gcc-c++ glibc glibc.i686 glibc-devel glibc-devel.i686 ksh libgcc libgcc.i686 libstdc++ libstdc++.i686 libstdc++-devel libstdc++-devel.i686 libaio libaio.i686 libaio-devel libaio-devel.i686 libXext libXext.i686 libXtst libXtst.i686 libX11 libX11.i686 libXau libXau.i686 libxcb libxcb.i686 libXi libXi.i686 make sysstat unixODBC unixODBC-devel zlib-devel
1.4] Set the limits for Oracle user in /etc/security/limits.conf file :
oracle soft nproc 131072
oracle hard nproc 131072
oracle soft nofile 131072
oracle hard nofile 131072
oracle soft core unlimited
oracle hard core unlimited
oracle soft memlock 50000000
oracle hard memlock 50000000
1.5] Set the Kernel Parameters:
[root@quickfixlinux ~]#/sbin/sysctl -w kernel.sem='250 32000 100 128″
kernel.sem = 250 32000 100 128
[root@quickfixlinux ~]# /sbin/sysctl -w fs.aio-max-nr=1048576
fs.aio-max-nr = 1048576
[root@quickfixlinux ~]# /sbin/sysctl -w kernel.shmmax=4398046511104
kernel.shmmax = 4398046511104
[root@quickfixlinux ~]# /sbin/sysctl -w kernel.shmall=1073741824
kernel.shmall = 1073741824
[root@quickfixlinux ~]# /sbin/sysctl -w net.core.wmem_max=1048586
net.core.wmem_max = 1048586
[root@quickfixlinux ~]# /sbin/sysctl -w net.core.wmem_default=262144
net.core.wmem_default = 262144
[root@quickfixlinux ~]#/sbin/sysctl -w net.core.rmem_max=4194304
net.core.rmem_max = 4194304
[root@quickfixlinux ~]#/sbin/sysctl -w net.core.rmem_default=262144
Option Oracle Download
net.core.rmem_default = 262144
[root@quickfixlinux ~]#/sbin/sysctl -w net.ipv4.ip_local_port_range='9000 65500″
net.ipv4.ip_local_port_range = 9000 65500
[root@quickfixlinux ~]# /sbin/sysctl -w kernel.shmmni=4096
kernel.shmmni = 4096
[root@quickfixlinux ~]# /sbin/sysctl -w kernel.shmmax=8329226240
kernel.shmmax = 8329226240
[root@quickfixlinux ~]# sysctl -p
[root@quickfixlinux ~]#sysctl -a
1.6] Set the DISPLAY Environment:
Now, as a root user:
(a) Make sure you have 'Tick' the Enable X11 forwarding in PUTTY.
(b) Launch the 'Xming' application from your local machine.
(c) touch /root/.Xauthority
(d) uncomment the X11Forwarding and set to 'yes' in /etc/ssh/sshd_config file.
(e) [root@quickfixlinux ~]# xauth list $DISPLAY
localhost.localdomain/unix:10 MIT-MAGIC-COOKIE-1 3a49e090537be8161b19526143ff2988
(f)[root@quickfixlinux ~]#echo $DISPLAY
[ IF the output shows nothing, set the display env first… ]
(e)[root@quickfixlinux ~]#export DISPLAY= localhost:10.0
[root@quickfixlinux ~]# echo $DISPLAY
localhost:10.0
Now, as a oracle user:
(a) [oracle@quickfixlinux ~]$ touch .Xauthority
(b) [oracle@quickfixlinux ~]$ xauth list $DISPLAY
(c) [oracle@quickfixlinux ~]$ echo $DISPLAY
[ Both the xauth list and DISPLAY shows NO output, Whereas, we need to add it now. ]
(d) [oracle@quickfixlinux ~]$ xauth add localhost.localdomain/unix:10 MIT-MAGIC-COOKIE-1 3a49e090537be8161b19526143ff2988
[Add the root MIT-MAGIC-COOKIE in oracle user ]
(e) [oracle@quickfixlinux ~]$export DISPLAY= localhost:10.0
Now, try to issue the command 'xclock' and wait for it launch.
2] Create user and groups:
[root@quickfixlinux ~]# useradd oracle
[root@quickfixlinux ~]# password oracle
[root@quickfixlinux ~]#groupadd oinstall
Nvivo 11 mac relationships. [root@quickfixlinux ~]#usermod -G oinstall oracle
2.2] Create the folders:
[root@quickfixlinux ~]# mkdir /oracle
[root@quickfixlinux ~]# chown -R oracle:oinstall /oracle
[root@quickfixlinux ~]# chmod -R 775 /oracle
[root@quickfixlinux ~]# chmod g+s /oracle
If you didn't set the above kernel parameters for ulimit values, you will be encountering errors while installation as below :
Lets get into the Oracle 12c database Installation now:
As a oracle user, get into the respective path to install :
[oracle@quickfixlinux ~]$cd /database/
[oracle@quickfixlinux database]$ ./runInstaller
Starting Oracle Universal Installer…
Checking Temp space: must be greater than 500 MB. Actual 393933 MB Passed
Checking swap space: must be greater than 150 MB. Actual 51199 MB Passed
Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2018-04-25_11-03-07PM. Please wait …
[oracle@quickfixlinux database]$
[STEP-1]
[STEP-2]
[STEP-3]
[STEP-4]
[STEP-5] There are two ways to do the installation, (1) Typical Install or (2) Advanced Install. Here, first we will look into (1) & then (2)
[STEP-6]
NOTE: password here can't contain any special characters:
[STEP-7]
[STEP-8]
[STEP -5 – Advanced] Now, we will look on the Advanced Install options:
[STEP -6 – Advanced]
Install Procedural Option Oracle Tutorial
[STEP -7 – Advanced]
[STEP -8 – Advanced]
[STEP -9 – Advanced]
[STEP -10 – Advanced]
[STEP -11 – Advanced]
[STEP -12 – Advanced]
[STEP -13 – Advanced]
[STEP -14 – Advanced]
[STEP -15 – Advanced]
[STEP -16 – Advanced]
[STEP -17 – Advanced]
[STEP -18 – Advanced]
[STEP -19 – Advanced]
[STEP -20 – Advanced]
As a root user: Now, Change the /etc/oratab entry from 'N' to 'Y'
orcl:/oracle/app/oracle/product/12.2.0/dbhome_1:Y
As a Oracle user: Now, add the below Entries in .bash_profile file :
export ORACLE_HOSTNAME=quickfixlinux
export ORACLE_UNQNAME=orcl
export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/12.1.0/db_1
export ORACLE_SID=orcl
[oracle@quickfixlinux ~]$ source .bash_profile
[oracle@quickfixlinux ~]$ ./sqlplus
SQL*Plus: Release 12.2.0.1.0 Production on Thu Apr 26 01:46:19 2018
Copyright (c) 1982, 2016, Oracle. All rights reserved.
Enter user-name: SYS AS SYSDBA
Enter password:
Connected to an idle instance.
To start the oracle LISTENER:
[oracle@quickfixlinux ~]$ lsnrctl status
LSNRCTL for Linux: Version 12.2.0.1.0 – Production on 03-MAY-2018 02:27:22
Copyright (c) 1991, 2016, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.21.1)(PORT=1521)))
STATUS of the LISTENER
————————
Alias LISTENER
Version TNSLSNR for Linux: Version 12.2.0.1.0 – Production
Start Date 28-APR-2018 01:27:22
Uptime 5 days 0 hr. 59 min. 59 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /oracle/app/oracle/product/12.2.0/dbhome_1/network/admin/listener.ora
Listener Log File /oracle/app/oracle/diag/tnslsnr/test123/listener/alert/log.xml
Listening Endpoints Summary…
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.21.1)(PORT=1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROCORCL)))
The listener supports no services
The command completed successfully
Install Procedural Option Oracle Commands
Resolution:
Install Procedural Option Oracle Vm
Edit the listener.ora file and change the HOST from IP ADDRESS to server hostname …
Options Oracle Software
[oracle@quickfixlinux ~]$ vim /oracle/app/oracle/product/12.2.0/dbhome_1/network/admin/listener.ora