Why ORACLE HOME USER 12.1.0.2 LIMITED to SINGLE INSTANCE?

Thank you for taking my question!


I installed my first database 11g to 12.1.0.2 under windows (no cars).  I need help understanding new ORACLE HOME of the USER to affect my c 12 databases.


The documentation below States "when YES creates the account of USER ORACLE HOME it can only be used by a database unique instance".  I don't understand why I can't add another instance and use the same YES program created the USER account to the HOME of ORACLE page?  Why choice is (1) differs from the number of choices (2) given that both can be local accounts?   In addition, if you are unable to sign the USER ORACLE HOME, how that affects the OEM or OEM agent running on the database target?

Thank you!

Kathie

When installing YES offers three options to associate a user Oracle Home of the Oracle home:

1. leave YES create a new user account to do as a user in the Oracle home page.
This option of the newly created user has the rights to connect to the server.
This can only be used for Single Instance databases.


2. Select an existing local or a domain as account being the user Oracle Home.
If the existing account has login privileges, then Oracle Home user will have login rights to the server.
This must be a nonadministrator user.


3. Select a built-in account as the user Oracle Home.
In this local Service option / built-in account Local system will become user Oracle Home.

So if you do not use CARS, so it's no problem. The documentation seems to say that Option 1 cannot be used with CARS, not Option 1 cannot be used with multiple instances.

Tags: Database

Similar Questions

  • [INS-32104] User Oracle Home specified is not the owner of the Oracle Base specified.

    10 years of a row to install Oracle client, but not now.

    It is written error on step specify installation location

    [INS-32104] User Oracle Home specified is not the owner of the Oracle Base specified.

    Action - Make sure you specify the Oracle Home user who is the owner of the selected Base Oracle.

    I tried and different user to install, appropriating on c:\app\user

    authenticates users and led by different users, I tried all ways,

    but it won't start!

    Any ideas what to do?

    oracle_client.jpg

    I want to use Dev of PL/SQL that uses the 32-bit client only.

    I do not have Oracle Support account, sorry.

    In fact I just fixed problem by changing the ORACLE_HOME again that is not yet created HOME

  • Why Oracle ManagedDataAccess (4.121.1.0) throws a System.FormatException "first chance" exception to the debugger when you use OracleCommand.BindByName (on some machines, but not others)?

    Why Oracle ManagedDataAccess (4.121.1.0) throws a System.FormatException "first chance" exception to the debugger when you use OracleCommand.BindByName (on some machines, but not others)?

    This occurs when calling a ref cursor-returning packaged function stored with OracleCommand.BindByName set to true.

    When BindByName undefined, it works as expected.

    I've only been able to recreate this problem on a machine in my control. This issue has also reported to me by a customer.

    I tried to change the locale of the system of EN - UK EN-US, but I was not aware of any change in behavior.

    Similarly, I've tried explicitly overriding the default locale of the system with the OracleGlobalization parameters, and it also had no effect.

    Please see the example below.

    ---

    Environment (default):

    Windows 7 Professional 64-bit SP1

    Visual Studio 12.0.21005.1 REL / / CAN BE SIGNIFICANT

    .NET framework 4.5.51209

    Local system: EN - UK (but also does not, EN-US).

    Oracle.ManagedDataAccess 4.121.1.0

    "< supportedRuntime version ="v4.0"sku =". NETFramework,Version=v4.5.1"/ >

    Environment (base):

    Windows 7 Professional 64-bit SP1

    Updated Visual Studio 12.0.31101.00 //SEE above 4

    .NET framework 4.5.51209

    Local system: EN - UK

    Oracle.ManagedDataAccess 4.121.1.0

    "< supportedRuntime version ="v4.0"sku =". NETFramework,Version=v4.5.1"/ >

    Call stack:

    mscorlib.dll. Unknown System.Number.StringToNumber(string str, System.Globalization.NumberStyles options, ref System.Number.NumberBuffer number, System.Globalization.NumberFormatInfo info, bool parseDecimal)
    mscorlib.dll. Unknown System.Number.ParseInt32(string s, System.Globalization.NumberStyles style, System.Globalization.NumberFormatInfo info)
    Oracle.ManagedDataAccess.dll! Oracle.ManagedDataAccess.Types.OracleRefCursor.OracleRefCursor (connection Oracle.ManagedDataAccess.Client.OracleConnection, OracleInternal.ServiceObjects.OracleRefCursorImpl refCursorImpl, Oracle.ManagedDataAccess.Types.OracleIntervalDS sessionTimeZone, string commandText, string paramPosOrName, long initialLongFS, long initialLobFS, long [] scnFromExecution) unknown
    Oracle.ManagedDataAccess.dll! OracleInternal.ServiceObjects.OracleParameterImpl.ExtractRefCursorFromAccessor (Oracle.ManagedDataAccess.Client.OracleConnection conn, accessor OracleInternal.TTC.Accessors.Accessor, long fetchSize, Oracle.ManagedDataAccess.Client.PrmEnumType enumType, Oracle.ManagedDataAccess.Types.OracleIntervalDS sessionTimeZone, string commandText, string paramPosOrName, long longFetchSize, long lobFetchSize, long [] scnFromExecution, int currentRow) unknown
    Oracle.ManagedDataAccess.dll! OracleInternal.ServiceObjects.OracleParameterImpl.GetRefCursorFromBytes unknown (Oracle.ManagedDataAccess.Client.OracleConnection conn, accessor OracleInternal.TTC.Accessors.Accessor, long fetchSize, Oracle.ManagedDataAccess.Client.PrmEnumType enumType, Oracle.ManagedDataAccess.Types.OracleIntervalDS sessionTimeZone, string commandText, string paramPosOrName, long longFetchSize, long lobFetchSize, long [] scnFromExecution)
    Oracle.ManagedDataAccess.dll! Oracle.ManagedDataAccess.Client.OracleParameter.PostBind_RefCursor (connection Oracle.ManagedDataAccess.Client.OracleConnection, OracleInternal.TTC.Accessors.Accessor bindAccessor, long fetchSize, Oracle.ManagedDataAccess.Types.OracleIntervalDS sessionTimeZone, string commandText, string paramPosOrName, long longFetchSize, long lobFetchSize, long [] scnFromExecution) unknown
    Oracle.ManagedDataAccess.dll! OracleInternal.ServiceObjects.OracleCommandImpl.ExtractAccessorValuesIntoParam (Oracle.ManagedDataAccess.Client.OracleParameterCollection paramColl, Oracle.ManagedDataAccess.Client.OracleConnection connection, string commandText, long longFetchSize, long lobFetchSize, long [] scnFromExecution) unknown
    Oracle.ManagedDataAccess.dll! Unknown Oracle.ManagedDataAccess.Client.OracleCommand.ExecuteReader(bool requery, bool fillRequest, System.Data.CommandBehavior behavior)
    Oracle.ManagedDataAccess.dll! Oracle.ManagedDataAccess.Client.OracleCommand.ExecuteReader (unknown)

    > ManagedSimpleRefCursor1.exe! NoddyConsole.Program.Command_ExecuteReader_BindByName_Fails (Line 63 c#)

    Example:

    ----

    using System;

    using System.Collections.Generic;

    using System.Linq;

    using System.Text;

    using Oracle.ManagedDataAccess.Client;

    using Oracle.ManagedDataAccess.Types;

    using System.Data;

    namespace NoddyConsole

    {

    public class Program

    {

    public static int Main (string [] args)

    {

    Error int = 0;

    Errors += Command_ExecuteReader_BindByName_Fails();

    Errors += UseReturnValue_Command_ExecuteNonQuery_BindByName_Fails();

    return errors;

    }

    public static int Command_ExecuteReader_BindByName_Fails()

    {

    Error int = 0;

    Try

    {

    var conn = new OracleConnection ("UID = USER; Password = PASS; ("Data Source = / / your-host: 1521 / yours-sid");

    var conn = new OracleConnection ("user Id = UNIT620; Password = UNIT620; ("Data Source = / / ln1apidb01:1521 / fm");

    Conn. Open();

    IRRELEVANT

    OracleGlobalization og is conn. GetSessionInfo();

    og. DateFormat = "HH24:MI:SS MON-DD-YYYY";

    Conn. SetSessionInfo (og);

    var cmd is conn. CreateCommand();

    cmd.CommandType = CommandType.Text;

    BindByName. cmd = true;

    cmd.CommandText = "START: rc: = SHAUN.recreate_issue_1 (in_code = >: in_code); END; « ;

    var prm1 is cmd. CreateParameter();

    PRM1. ParameterName = "rc";

    PRM1. Direction = ParameterDirection.ReturnValue;

    PRM1. OracleDbType = OracleDbType.RefCursor;

    cmd. Parameters.Add (prm1);

    / * SHAUN.recreate_issue_1 * /.

    var prm2 is cmd. CreateParameter();

    PRM2. ParameterName = "in_code";

    PRM2. Direction = ParameterDirection.Input;

    PRM2. OracleDbType = OracleDbType.Varchar2;

    PRM2. Value = "A";

    cmd. Parameters.Add (prm2);

    /* */

    var reader is cmd. ExecuteReader(); FAILS to System.Number.StringToNumber (String str, NumberStyles options, NumberBuffer & number, NumberFormatInfo info, Boolean parseDecimal)

    /* *-/

    OracleRefCursor orc = null;

    cmd ExecuteNonQuery()); must fail here

    ORC = cmd. Parameters ["rc"]. Value as OracleRefCursor;

    If (orc is nothing)

    throws InvalidOperationException new ("Invalid return the ref cursor type");

    var = orc player. GetDataReader();

    /* */

    While (reader. Read

    {

    var values = new object [reader. FieldCount];

    drive. GetOracleValues (values);

    for (int i = 0; i < values.) Length; (++ I)

    {

    Console.WriteLine(values[i]);

    }

    }

    drive. Dispose();

    cmd. Dispose();

    Conn. Dispose();

    }

    catch (Exception ex)

    {

    Console.Error.WriteLine (ex) Message);

    Errors ++;

    }

    Finally

    {

    Return (true);

    }

    return errors;

    }

    public static int UseReturnValue_Command_ExecuteNonQuery_BindByName_Fails()

    {

    Error int = 0;

    Try

    {

    var conn = new OracleConnection ("UID = USER; Password = PASS; ("Data Source = / / your-host: 1521 / yours-sid");

    Conn. Open();

    IRRELEVANT

    OracleGlobalization og is conn. GetSessionInfo();

    og. DateFormat = "HH24:MI:SS MON-DD-YYYY";

    Conn. SetSessionInfo (og);

    var cmd is conn. CreateCommand();

    BindByName. cmd = true; // ####

    cmd.CommandText = "START: rc: = SHAUN.recreate_issue_1 (in_code = >: in_code); END; « ;

    cmd.CommandText = "START: rc: = SHAUN.recreate_issue_2; END; « ; No params, works

    var prm1 is cmd. CreateParameter();

    PRM1. ParameterName = "rc";

    PRM1. Direction = ParameterDirection.ReturnValue;

    PRM1. OracleDbType = OracleDbType.RefCursor;

    cmd. Parameters.Add (prm1);

    / * SHAUN.recreate_issue_1 * /.

    var prm2 is cmd. CreateParameter();

    PRM2. ParameterName = "in_code";

    PRM2. Direction = ParameterDirection.Input;

    PRM2. OracleDbType = OracleDbType.Varchar2;

    PRM2. Value = "A";

    cmd. Parameters.Add (prm2);

    /* */

    var reader is cmd. ExecuteReader();

    OracleRefCursor orc = null;

    HERE does NOT cmd. BindByName = true; System.FormatException first-chance exception in at System.Number.StringToNumber (String str, NumberStyles options, NumberBuffer & number, NumberFormatInfo info, Boolean parseDecimal)

    cmd ExecuteNonQuery());

    ORC = cmd. Parameters ["rc"]. Value as OracleRefCursor;

    If (orc is nothing)

    throws InvalidOperationException new ("Invalid return the ref cursor type");

    var = orc player. GetDataReader();

    While (reader. Read

    {

    var values = new object [reader. FieldCount];

    drive. GetOracleValues (values);

    for (int i = 0; i < values.) Length; (++ I)

    {

    Console.WriteLine(values[i]);

    }

    }

    drive. Dispose();

    ORC. Dispose();

    cmd. Dispose();

    Conn. Dispose();

    }

    catch (Exception ex)

    {

    Console.Error.WriteLine (ex) Message);

    Errors ++;

    }

    Finally

    {

    Return (true);

    }

    return errors;

    }

    }

    }

    ---

    create or replace package THAT SHAUN is

    type ref_cur_type is ref cursor;

    function recreate_issue_1)

    in_code varchar2: = null

    ) return ref_cur_type;

    end SHAUN;

    /

    create or replace package body what SHAUN

    -TTS000233

    function recreate_issue_1)

    in_code varchar2: = null

    ) return ref_cur_type is ref_cur ref_cur_type;

    Start

    Open the ref_cur for

    Select UO.object_name from user_objects UO;

    Return ref_cur;

    end recreate_issue_1;

    end SHAUN;

    /

    ---

    Thanks a lot to qualify again for me Alex.  I'll try upgrading to the latest version of the provider.

    The difference in behavior between the two hosts was found to be reduced to differences in configuration VS.

    Checking 'Just my code' prevents the first chance thrown in the debugger exception. As in fact, the exception is handled in the provider, it is enough for me.

  • Migration oracle db user of an operating system to any other user of system operating in an environment of rhel 6 with oracle 11.2.0.3.0

    Hi all

    Migration of oracle db user of an operating system to any other user of system operating in an environment of rhel 6 with oracle 11.2.0.3.0.

    Suppose I have a database running with os user user1

    I have another user user2 where I want the database runs and not on User1

    Please let me know how to achieve this goal,

    Thank you.

    Have you looked on the MOS for this?

    I thought to do exactly this, but ultimately I didn't actually accomplish. Despite the fact, it may be an interesting feature...

    Something like this:

    S ' ensure that two users are members of the same groups

    -Database stop

    -As the former owner, change the ownership of all files in Oracle Home, inventory of the Oracle and all data files, to the new. On Linux/Unix, only the owner (and root) can change the ownership of files, so all files/directories not belonging is not to the former user, will obtain authorization refuses, legitimately so. The new user for example cannot 'take' the files, because they are not his. Only the old can 'give' files. Of course, root can do as well, if you have this permission.

    -Configure the new user to set up the environment correctly (ORACLE_HOME,..)

    -Start of the database

    -Do NOT remove the old user of the system, but do not give him a different password

    That's what I think

  • find the oracle home

    Hello

    DB: 8i and 10g and 11g
    OS: Redhat 5 and AIX 6

    We have 5 db in a test server with the same user name and is home to different oracle. People sometimes mistakenly launched the db to another oracle home. How to find an instance using what kind of welcome in the oracle server?

    How to find?


    Thank you and best regards,
    VN

    Published by: user3266490 on April 24, 2012 16:41

    Hello
    1. find the pid of a process instance
    2. / Proc //DLG is a link to $ORACLE_HOME/dbs
    Kind regards
    Franck.

  • 11 GR 2 Oracle home path

    Hello

    It is a matter of design rather than a technical problem.

    With Oracle OFA paper [http://download.oracle.com/docs/cd/E11882_01/install.112/e17162/appendix_ofa.htm#BABHAIIJ].

    The grid and the Oracle Home are suggested to be:
    /*/app/Oracle/product/11.2.0/DB* for Oracle Database 11g oracle directories
    /*/app/Oracle/product/11.2.0/grid* oracle home directory for the Infrastructure of grid of Oracle 11 g for a stand-alone server for the oracle user


    However, I have read that there 11.2.0.2 group of patches, which is a new full version.
    Oracle recommends to have the upgrade of Out-of-place (this is Oracle recommended to apply a patch to the game. You install the hotfix in a new, separate Oracle home location) and this is Oracle approach in the future.
    Grid, it must be upgraded out of place.

    So does make sense that I should install the Oracle home /*/app/oracle/product/11.2.0.x/grid* and '/*/app/oracle/product/11.2.0.x/db* '?


    Thank you.

    Rocky

    Welcome to the forums!

    This is a valid and good question. I think that your approach is logical, given that future update sets (11.2.0.3 etc.) would be also (I hope) released that installs complete and will very likely need to be installed in separate houses.

    HTH
    Srini

  • Purpose of 806 Oracle Home in 11i

    Hello

    can someone tell me what is the purpose of 806 in 11i Oracle Home. I know that to maintain objects such as forms, reports, and oracle graphics application has included 806 Oracle home. Why only 806 why not 9i.

    Thank you
    Mavrick

    Published by: Maverick December 2, 2010 11:30

    Hello

    can someone tell me what is the purpose of 806 in 11i Oracle Home. I know that to maintain objects such as forms, reports, and oracle graphics application has included 806 Oracle home.

    You already have the answer :)

    Why only 806 why not 9i.

    Because Oracle Applications 11i is certified by Developer 6i only (it is not certified with Developer 9i / 10g / 11g).

    Oracle Application Server with Oracle E-Business Suite Release 11i FAQ [ID 186981.1]--21. What versions of forms and reports are used by Oracle E-Business Suite Release 11i after a migration of 9iAS?

    Thank you
    Hussein

  • Which oracle home must be set!

    Hi Hussein Snoussi,.

    I have r12.1.2 on OEL5.5 with 11.1.0.7

    I'm following doc 873720.1 . In this note the mention, if I 10.2.1.3 form version on my EBS should I apply patch 9044638.

    My question is for this patch (I'm on 10.2.1.3 level) after I user applmgr connection including oracle home, I need to set to can apply this patch? 10.1.2 or 10.1.3? This isn't descripe in part Readme!

    Thanks for help

    Hello

    The doc says "(si la version de formes est 10.1.2.3, alors s'il vous plaît télécharger et revoir le read me pour Patch 9044638), so you need to set ORACLE_HOME to point to 10.1.2.x (10.1.2.3) ORACLE_HOME." Log in as applmgr and source file env, then the question "echo $ORACLE_HOME", if ORACLE_HOME is not set as expected, do it manually and run the command echo again then.

    Thank you
    Hussein

  • migration files in/Home/Users

    Hello

    El Capitan uses / users and / Home, my linux box uses/Home.  I can't COPY files directly from there (cannot mirror - mirror does not change the directory name).  But that's not all.  My scripts under linux contain / home in them (they should not, but freeBSD linux and others, a few of you forced him to do).  Also some Documents contain same/home/user (links to files).

    then, "I need/Home" for me and El Capitan is parked at my place!

    to make a long story short: editing Documents / and Scripts / loan ' / users ' because I can not alias it to/home: could take days or even more than one week in the end.

    What has anyone else done?  is it possible to use/Home as a normal directory?  I'm not even sure that is the apple app "stole as a namespace.

    quiet_imac_fan wrote:

    El Capitan uses / users and / Home, my linux box uses/Home.  I can't COPY files directly from there (cannot mirror - mirror does not change the directory name).

    I just tested this in the GUI and it works as expected here. I went to a ~/Home and copied file on the users, and it worked as expected. I have a feeling I can be misinterpreted what you want to do.

  • Why my home button doesn't work sometimes?

    Why my home button doesn't work sometimes? I have to click several times to activate it. I have an ipad 1 month 12.9 pro. Very frustrating. Thanks for any help.

    You can use a virtual Home button. To enable it, go to settings > general > accessibility and scroll down until you see AssistiveTouch *. You want that lights up.

  • How can I open firefox and go to a bookmark? By typing: firefox ' / home/user/document.htm#bookmark ' place /home/user/document%23bookmark in the path.

    By typing: firefox ' / home/user/document.htm#bookmark ' place file:///home/user/document%23bookmark in the path. However, the error message says "Firefox cannot find the file/home/user/document #bookmark." If she gets the path right to the error message, but bad for the path. If I go on the path in the window of firefox and replace the "% 23" with the "#" file is loaded correctly in the bookmark waited.

    Does make a difference if you include the file:// Protocol, that is, to use a URL completely formed?

  • Why the home page of firefox always open as well as my home page

    Why firefox home page opens when I run firefox?

    Hi pelle71,

    You should look at this article on this specific issue and Preferences not savedarticle. It should give you all the information you need!

    If this does not work:

    1. Enter about: config in the address bar
    2. Click I'll be careful, I promise you if prompted
    3. In the filter field, type Startup
    4. Double click on startup.homepage_override_url
    5. Delete the text string, and then click OK
    6. Close Firefox and reopen the window to check that it worked.

    Hope this helps!

  • Why my home page closes when I visit any web page

    Why my home page (Talktalk) does not close when I visit another web page?

    This has happened

    Each time Firefox opened

    Is months ago

    It should be the default setting that guess the frontpage is no longer necessary once you have started your next page. If you want to keep your frontpage to display after another page in navigation, you can use the mouse wheel button (the one central in mice) to leave the other page launch in another tab. And the first page will not be closed.

  • What is the best browser to use for a home user?

    What is the best browser to use for a home user,

    original title: browser

    It's really a matter of personal preference. He has Firefox, Chrome, Safari and many more. They have differences, but as long as you have a decent security program, it is really important that you use. Try a few and see what you think. They are easy to install and easy to remove. Most will import your Favorites during the installation.

  • How can I run a search to find all PST files used in the disks Home users?

    Hello

    I need to know how to run a search for my server files (windows Server 2003) to find all the PST files that are located in a disk of home users - including subfolders

    However I need research to tell me what PST files are in use. (active)

    Is anyone able to help me with this?

    Hi Gonz1981,
     

    Your question of Windows is more complex than what is generally answered in the Microsoft Answers forums as it is linked to the search server .pst files. Appropriate in instances of Windows Server.

    Please post your question in the Forums of Windows Server.

Maybe you are looking for

  • How do I move the dashboard to another space?

    I recently got a new iMac, and after the migration from a Time Machine backup, my widgets now have their own space.  On my Mac Pro widgets open in every space, and I want to make it work this way again.  But it is not possible to remove the space fro

  • Equium A60-173 PSA67E: WLan card supports the Orange Livebox router

    This is my first post so please accept if he is not writing to apologize. I have the laptop above and would like to know if it would be compatible with a wireless network card to connect to my Livebox Orange router? Thanks in advance. Neil

  • Display the default rules?

    I ALWAYS use leaders when creating new presentations - not least because they also allow alignment markers to use. Rather annoying, the default setting is do not display rules, and I have to enable them manually for each new presentation. Is there a

  • XBox 360 on Atrix controller?

    Anyone able to get a controller Xbox 360 to work directly connected to the phone, or through one of the docks?

  • Printer HP ENvy 114

    How can I fax and multi-page scanning