oraInst.loc setting up the environment cloned on the same OS.

Hello

Currently, the physical server contains Linux x 86-64 OS, and there is one instance with R12.1.3.
But I intend to clone the existing instance to the point of different editing on the same server.
Then the question comes oraInst.loc.

Currently, oraInst.loc is created in / etc /, owned by root with the following content.
- - - - -
inventory_loc = / oracle/oraInventory
- - - - -

Then, oraInventory is created in / oracle /, belonging to oracle1, where oracle1 is the owner of the existing instance.
The cloned instance will be the property of oracle2.

In this case, there is no configuration to provide for oraInventory by cloning?
How it works in this case?

Hello

Please see
Global and Local inventory explained [360079.1 ID]

Let me give you a brief idea about it.

Currently, oraInst.loc is created in / etc /, owned by root with the following content.

If it is owned by root, ig he has 777 permissions, then new owner of db, said owner appl (oraclone, applclone) may also write in inventory.xml file.

To confirm the thism before cloning, you can run

chmod-r a + rw/etc/oraInventory

Then, oraInventory is created under /oracle/, owned by oracle1, where oracle1 is the owner of the existing instance.
The cloned instance will be owned by oracle2.

IF the does'nt chmod above works, then change the owner of /oracleoraInventory to oracle2 ship... Now, this will create problems.

Thank you

Tags: Oracle Applications

Similar Questions

  • How to set all the same color curves

    Hello

    I have some data that I needed draw and want to draw all the curves of the same color.  Normally I just select each individual curve adjust settings, but there are more than 12,000 curves and the manual process would take forever.

    Any ideas?

    Yes, I 2012

    I eventually settled on this

    Dim oMyCurves, oMyCurve
    View.Sheets (1). Areas (1). DisplayObjType = "CurveChart2D".
    Set oMyCurves = View.Sheets (1). Areas (1). DisplayObj.Curves
    For each oMyCurve in oMyCurves
    oMyCurve.Color = "other colors".
    oMyCurve.ColorRGB = RGB (211,211,211)
    Next

    However, it takes very long.

  • Prpro cs5 recompress even if rendered setting is the same as pre-rendering parameter

    This could be tough to answer. I am modifying a project which was shot using P2 DVCPRO HD. I have all pre-rendered on the timeline as MXF files. If I turn the timeline by using the exact same setting as the PreRender will it recompress anyway?


    Who is?

    You mean you want to export to a P2 MXF to a sequence of P2 MXF, which has already been made in DVCPROHD MXF, correct? I'm guessing that, as long as you check the 'Use rendered previews' in export settings, first will be more or less do a copy operation of your MXFs melted into the new destination of MXFs, if the files are split into pieces of 4 GB by the specifications of P2.

    You can try to export a little short of your sequence with these settings, import the video and put it on top of your original; set its mode of transfer to the difference and toggle to view the Y/C signal in your program monitor. As long as you don't see anything else than a continuous line at 0 IRE with no "fuzz", you can be assured that no reprocessing Executive took place (even if the speed of export will be a good, albeit less scientific, seeing this as well).

  • How to determine how many times result set have the same value

    HI -.

    I do a report that will be used for the analysis of trends in payment.

    My initial result set looks like this:
    HOUSEHOLD_ID     JAN_PMT     FEB_PMT     MAR_PMT     APR_PMT     MAY_PMT     JUN_PMT     JUL_PMT     AUG_PMT     SEP_PMT     OCT_PMT     NOV_PMT     DEC_PMT
    90026845409     1     1     1     1     2     1     1     1     1     0     1     0
    (number of lines, of course, pivot table result set)

    I need to determine the households that have a value > 0 in three or more consecutive months.

    I hope that someone will have some suggestions because that the only solutions I come up with right now would be a nightmare of coding (lots of "GOLD"), and I assume (hope) there's a better solution out there.

    Thank you!
    Christine

    If you are limited to only 12 months I would use GOLD in conjunction with the sign function.

    sign of a positive number returns 1
    sign of 0 returns 0
    sign of a negative number returns - 1

    Really, it doesn't look like bad lto for me. Obviously if you have a numbe rof months variable must be a different solution.

    with the data
    as
    (
    Select hh '90026845409', 1 jan, Feb 1, 1 March, 1 April, 2 may, 1 June, 1 July, August 1, 1 sep, oct, 1 nov, dec double 0 0
    )
    Select * from data
    where
    (sign (jan) sign (feb) + sign (mar)) = 3
    or
    Sign (Feb) + Sign (Tue) + Sign (APR) = 3
    ...
    or
    Sign (Oct) + Sign (Nov) + Sign (DEC) = 3

  • Microsoft Update: Could not get to the site because the requirements for activex but no pop up displays to allow picking to run. Went through all the security setting and security tools disabled. setting are the same that second pc where MS Update works

    Without much to say... can't make MS Update site

    Hello shaimls, welcome.

    I apologize if I'm running on all the steps you have already tried, but give it a shot:

    * Disable all antivirus/security software is installed on the machine. Internet Explorer can not effectively block ActiveX content in this case.

    1. open Internet Explorer
    2. at the top right, click on tools > Internet Options
    3. click on the "Advanced" tab and click on "reset...". "all the way down
    4 confirm you want to reset all settings to the factory settings
    5 restart the computer

    ---
    After the reboot
    ---

    1. open Internet Explorer
    2. at the top right, click on tools > Internet Options
    3. click on the security"" tab.
    4. click on 'Trusted Sites' chart to select
    5. click on the button 'Sites '.
    6. Add the following text to the list of trusted sites

    http://*.windowsupdate.Microsoft.com/*
    https://*.windowsupdate.Microsoft.com/*

    Afterwards, click on "Ok" or "Ask" to all windows and restart the computer. Then try to update Windows.

    Let us know what happens

    Thank you! Ryan Thieman
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Lack of oraInst.Loc and oratab after the installation of R12.1.1

    Hello

    I installed R12.1.1 on x86_64 OEL and it is successful.
    Its working fine, I am able to connect to applications and run all the utilities.

    Just out of curosity, I went in my "/ etc" and I have found no oraInst.Loc nor I have found no "oratab" in "/ etc".

    I used 'oracle' user to run the rapidwiz. R12.1.1 is installed as a single node installation. Hence the name of group 'dba' and the 'oracle' user name are the user name and the groupname. Linux root user is stil intact.

    As we used to run the script 'root.sh' after installing the database software, which allows to create the "oratab" in "/ etc", we do not run here.
    I think that there is no need to launch 'root.sh"after installation because it is built into the rapidwiz.
    I discovered oraInst.Loc in the oracle home database and that it points to the location of the inventory. I found the inventory in the location pointed to by the oraInst.Loc. But what about oratab?

    I'm doing something wrong?

    Help, please!

    Kind regards
    Udit

    As we used to run the script 'root.sh' after installing the database software, which allows to create the "oratab" in "/ etc", we do not run here.
    I think that there is no need to launch 'root.sh"after installation because it is built into the rapidwiz.
    I discovered oraInst.Loc in the oracle home database and that it points to the location of the inventory. I found the inventory in the location pointed to by the oraInst.Loc. But what about oratab?

    You need not run root.sh as part of RapidWiz.

    You must create an oraInst.loc according to the (Oracle Applications Release Notes, Release 12.1.1 [798258.1 ID]).

    To/etc/oratab, you can also create it manually.

    Thank you
    Hussein

  • error afdbprf.sh - adcrobj.sh - Dbtier (problem oraInventory & oraInst.loc)

    Hi all;

    I need urgent help. My system is:

    Platform: Linux
    DBVERSION: 9.2.0.8.0
    EBS versiyon:11.5.10.2

    I want to clone for my test environment.i could work autoconfig next to apps, but then only I tyr it dbside I got this error:

    autotry allows to use the opatch for a patch utility. When I use opatch apply the command I got this error:

    AutoConfig could not successfully run the following scripts:
    Directory: /oracle/VIS/database/visdb/9.2.0/appsutil/install/VIS
    afdbprf.sh INSTE8_PRF 1

    [APPLY PHASE]
    AutoConfig could not successfully run the following scripts:
    Directory: /oracle/VIS/database/visdb/9.2.0/appsutil/install/VIS
    adcrobj.sh INSTE8_APPLY 1
    Fate of 2 stateful auto-configuration

    I found this doc from metalink: Note: 401444.1

    I'm trying to make the patch Patch 5391326 et Patch 5495695 with opatch utulity, I got this error:

    Could not open the file: /etc/oraInst.loc
    Please use the option - invPtrLoc and specify the correct file for OPatch seek the central inventory.

    ERROR: OPatch failed due to problem of stocks.


    When I check under/etc oraInst.loc, I noticed that it is not locate oraInventory and oraInst.loc... I guess I have to re-create these files manually...

    Anyone know how I can create these files?


    Thanks for the tips
    HELIOS

    Helios,

    Check the script, it says...

    This script is run from a session nolog; login first.

    Means, you must connect as sysdba first, then run the script.

    In addition, do you see any errors in the log file of this script (%ORACLE_HOME%\appsutil\log\\adcrobj.txt)?

  • I'm trying to set up the new account on 2nd used computer, Outlook Express does not accept my new password.

    trying to set up the new account on 2nd used computer, oe does not accept my new password.

    If this account POP3? If you try to set up the same account on a second machine, all settings including the password must be the same.

  • How do I use the Favorites links folder the same as in IE?

    Until today, I was with IE8. In bookmarks, there is a folder named "links". These would appear in the top of the screen as a toolbar (with subfolders, acting as drop down menus). I want to set up the same way in FF. Is there a setting/bar tools/addon /... to achieve this?

    It is called the bookmarks toolbar in Firefox.

    https://support.Mozilla.com/en-us/KB/bookmarks+toolbar

  • OSPF in VRF with the same area ID.

    Hi all

    On a PE MPLS/VPN router, I configured OSPF as the routing PE Protocol / THIS.

    I configured several OSPF (one for each VRF) process.

    But if I have several customers who use the same ID in OSPF area on the side, can I set up the same area ID for multiple OSPF processes on the side of PE? Of course, all these areas are independent and I don't want to see customer1 routes into the OSPF customer2!

    In the following example, I have 2 clients. Each client has 2 sites and has a backbone OSPF area which spreads across 2 sites. For each customer, I want to interconnect its 2 sites and extend the dorsal area OSPF MPLS.

    Customer1 OSPF backbone area is different from that of customer2, although the ID is the same...

    Here is an example of configuration of the EP:

    G0/1 interface

    IP vrf forwarding customer1

    10.1.1.1 IP address 255.255.255.0

    !

    G0/2 interface

    IP vrf forwarding customer2

    10.1.2.1 IP address 255.255.255.0

    !

    !

    router ospf 1 vrf customer1

    Network 10.1.1.0 0.0.0.255 area 0

    !

    router ospf 2 vrf customer2

    Network 10.1.2.0 0.0.0.255 area 0

    Will not have problems if I use the same area ID here?

    Thanks for your help!

    Hello Sam,.

    You will not face any problem because you have configured cust1 and cust2 under vrf instance in ospf. There will be no

    mix with cust1 cust2 roads.

    In addition to this, also set up the id of the field (a 32 unique ip address) under process ospf for each customer. The reason why if you configure the ospf process

    ID 1 for cust1 at the end and if configure you the process id 2 for the same client on the spread of roads from start to finish B will be considered

    inter-area at the B end

    router ospf 1 vrf customer1

    field id 1.1.1.1 OSPF > keep this even to this vrf on each site

    Network 10.1.1.0 0.0.0.255 area 0

    Hope this is useful

    Concerning

    Mahesh

  • Should we use the same data source for the internal connection and Save Point?

    Hello

    Configuration of AM has an internal connection location db, adf - config.xml has also a Save Point db connection parameter, should we are all set to the same source database of the system or should create us a separate data source that is used only for the connection internal db AM of Save?

    jdev: 11.1.2.1

    Thank you very much!

    Hello

    its everything to you and you have security concerns if the backup point is registered with the business data.

    Frank

  • Two blocks using the same Web

    I'm working on a program of forms for some users will be investigation only table X, but others will be able to update not all but some of them, most delete records, but not insert.
    The new form a trigger will focus on the user account, then go_block to (survey only) Block1 or Block2 (authorized update).
    The two blocks contain the same elements, but the properties are different. Both are set to the same canvas.
    __
    In the canvas, both sets of fields are super imposed on the other. How to trigger
    User survey: visable Block1, Block2 not
    User update: visable Block2, block 1, no?
    __
    I could have separate canvases, but I thought that it would save some time if I only had to maintain a.
    __
    Thank you
    Sandy

    WHEN_NEW_FORM_INSTANCE fires when you open the form (after the opening session, but before the block operations, as the query).
    in a block of several ranks, the integrated SET_ITEM_PROPERTY changes the properties of all the elements (all recordings), SET_ITEM_INSTANCE_PROPERTY for a single element of a defined line.
    Maybe it is enough to change the properties of a block like this:

    IF USER = 'A' THEN
        SET_BLOCK_PROPERTY('A', INSERT_ALLOWED, PROPERTY_FALSE);
        SET_BLOCK_PROPERTY('A', UPDATE_ALLOWED, PROPERTY_FALSE);
        SET_BLOCK_PROPERTY('A', DELETE_ALLOWED, PROPERTY_FALSE);
    ELSE
        SET_BLOCK_PROPERTY('A', INSERT_ALLOWED, PROPERTY_TRUE);
        SET_BLOCK_PROPERTY('A', UPDATE_ALLOWED, PROPERTY_TRUE);
        SET_BLOCK_PROPERTY('A', DELETE_ALLOWED, PROPERTY_TRUE);
    END IF;
    
  • What is the oraInst.loc file?

    Dear Experts,

    I need clarification on file oraInst.loc, I googled on this topic, but I have some concerns:

    Must it be packed before you install oracle EBS?

    What are their roles?

    Ahmad,

    Yes. You must create the file: /etc/oraInst.loc

    file must include the following statement:

    oraInventory/u02 /.

    replace/U02 location is valid.

    and create the oraInventory directory location:

    CD/U02

    mkdir -m 775 oraInventory

    chgrp dba oraInventory

    chown of user with apps

    chown oravis oraInventory

    Also, make sure that the permissions are set for /etc/oraInst.loc to be readable and writable my user that you use to install applications.

    chmod g + w /etc/oraInst.loc

    also change group dba

    chgrp s/n /etc/oraInst.loc

  • Setting up the environment on UNIX & windows - single machine OBIEE.

    Hi all

    I have a last processer core Intel Dual with Win Vista on it & 4 GB of SDRAM.

    I need to use my computer to simulate an environment full of OBIEE... I want 2 diff on the same machine operating systems

    (1) UNix (for all servers)
    (2) existing Win Vista (for the end of the customer)

    On unix os, I have need to install servers obiee (presentation, bi, scheduler) + database servers (Oracle 10 g and SQL server)
    & on Vista, all consoles (DB, administration tools and other utilities)

    I want that this practice handling OBIEE UNIX (admin related work) migration controls and so on...

    can someone tell me how I got with it

    (1) unix installation
    (2) using unix & windows simultaneously using the virtual machine.
    (3) make the work of Obiee with Vista.
    (4) performance considerations.
    (5) DB servers, OBIEE UNIX installation.
    (6) material management & space...


    Thank you
    Dev

    Published by: developer OBIEE Sep 22, 2009 15:15

    Yes, it is possible. On my computer windows vista laptop, I use my browser to connect, obiee installed on a Linux virtual machine. The virtual machine is built using "VMware Server 2" (free). The guest operating system is Red Hat Enterprise Linux 5 32-bit (and actually CentOS - 5.3 - i386-bin - DVD.iso http://isoredirect.centos.org/centos/5/isos/i386/). On the Linux virtual machine, is Java Platform Standard Edition (Java SE) Development Kit (JDK) 6 (1.6.0_16), database Oracle 11 g Enterprise Edition, Oracle Business Intelligence (OBI) type installation base Enterprise Edition (EE) (10.1.3.4.1) with Oracle for J2EE 10 g (OC4J) (10.1.3.1.0) tanks. In the windows client vista machine is my IE/Firefox browser as well as the customer tools OBIEE as office bi Publisher and administrator of the server and Catalog Manager. The virtual network connection is NAT. The virtual machine has 2 GB of memory, a 22GB hard drive with root (6 GB), swap (4 GB), u00 (12 GB) over 4 hard drives from 2 GB for database disk storage groups (1(2GB) for the area of recovery and 3 (6 GB) for the database).

  • EBS R12.2 oraInst.loc

    Hi all

    EBS R12.2.4

    OEL6

    When the cloning of EBS, should I create /etc/oraInst.loc?

    Or I'll use the one inside his file?

    /U01/appprod/prod/11.2.0/Admin/Oui/PROD_apps/oraInst.loc

    Thank you very much

    JC

    is better to have /etc/oraInst.loc and have content that points to the Central of the inventory that is writable by all users of owner request

    concerning

    Pravin

Maybe you are looking for

  • Anyone see the option to transfer disabled/grayed out in the latest iOS 9.3.1?

    I used handoff successfully for a long time until this week. All the settings on Mac are correct for both 9.3.1 iOS (iPhone 6 Plus) and MacOS 10.11.4 have the same credentials to iCloud. However on my iphone iOS, the transfer option (under settings >

  • HP Envy 4500: Cannot print with the new Wifi

    I have a new Netgear09 router and everything connected correctly. My HP Envy 4500 wireless printer has been a success with the wizard, and I printed out the specs very well. My computer (Windows Vista) is connected to the Internet fine... but when I

  • Can I use Satellite P100-227 as a screen to watch Sky TV?

    Can I use my laptop as a screen to watch my spare sky box Sky TV. I'm with sky multiroom but don't want to set up a TV in the guest room, I want to just connect with laptop now and again. I don't want to use a TV just the signal from Sky box on my sc

  • laptop charger for dv7-1245dx

    My original adapter seems to be a shortage - couldnot find a replacement for adapter for dv7-1245dx. but after buying power 90w slim - I noticed that it was not listed as being compatible according to the compatibility list, should I buy another card

  • My psc 1215 do not print

    I installed a new Windows 7 computer. The printer is installed and ready as a standard printer. I can print it, the computer tells me, but it will not be printed. the order is always standing in the queue. Can I cancel the print order, but I have to