Sponsored Content
Full Discussion: cora
Operating Systems Linux cora Post 68837 by tmarikle on Thursday 7th of April 2005 11:58:39 AM
Old 04-07-2005
Quote:
Originally Posted by shruti_mgp
What is the use of cora?
before creating an oracle instance..need to set the oracle_sid using cora.what is the use of setting?
There isn't anything called cora that I'm aware of pertaining to Oracle. There is a coraenv script which sets up the environment; that is to say, it defines where ORACLE_HOME is and ORACLE_SID, you database ID. This script is designed for C shell use. If you are using SH, KSH, BASH, etc. you want to use oraenv. Here is the syntax:
Code:
. /usr/local/bin/oraenv

Notice the period followed by a space.

Since you are creating an instance, your ORACLE_SID with not be found and you will have to specify it and where ORACLE_HOME is located.

Thomas
 
ADDPART(8)                                                     System Administration                                                    ADDPART(8)

NAME
addpart - tell the kernel about the existence of a partition SYNOPSIS
addpart device partition start length DESCRIPTION
addpart tells the Linux kernel about the existence of the specified partition. The command is a simple wrapper around the "add partition" ioctl. This command doesn't manipulate partitions on a block device. PARAMETERS
device The disk device. partition The partition number. start The beginning of the partition (in 512-byte sectors). length The length of the partition (in 512-byte sectors). SEE ALSO
delpart(8), fdisk(8), parted(8), partprobe(8), partx(8) AVAILABILITY
The addpart command is part of the util-linux package and is available from https://www.kernel.org/pub/linux/utils/util-linux/. util-linux January 2015 ADDPART(8)
All times are GMT -4. The time now is 01:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy