How to know RAC 11g R2 is installed Using Local User or Domain User on Win

We need to identify whether a local User or a domain User is Used to install 11g R2 Clusterware on Windows 2008.
Here is background:
Oracle 11g R2 RAC is configured on 2 windows 2008 servers.
User "oracle" is used to installed that RAC but we dont know whether local "oracle" user or domain "oracle" user is used to install this RAC.
"oracle" user is present in both the servers as a local user as well as a domain user.
Due to security reasons we need to remove this local "oracle" user but without knowing which user is installation user for rac we cant remove as this will disturb whole rac setup.
Please sugest me some solution ......

Right click on any folder from oracle home -> Security (tab) -> Advance -> Owner.
This will show you who owns this folder and that should be the user who did this installation. You may see 2 users where, one will be local administrator and second one will be the user who did installation.
Salman

Similar Messages

  • How to know which type of jdbc driver used in my application

    How to know which type of jdbc driver used in my application.

    My approach will be....
    Type1: you have to have ODBC s/w install on your machine...even the connection string starts with jdbc:odbc....so it can be identifed easily
    Type2: you have to install client s/w in your machine...if you are using oracle oci driver ...you need to install oracle client s/w
    Type3: you use servername / port to connnect to middleware
    Type4: you do not need any client s/w
    So, If your application works without any client s/w on your machine....you might be using Type4/Type3 driver.....otherwise Type2
    Someone pls add more ....

  • How to know whether the current database is using a password file or not?

    How to know whether the current database is using a password file or not?

    The remote_password_file is the parameter that determines if you can use or not a password file. The values this parameter can have are NONE, SHARED, EXCLUSIVE. It is pretty obvious, if it is set to either SHARED or EXCLUSIVE the oracle instance has enabled the access through a password file for the SYSDBA and SYSOPER roles.
    ~ Madrid

  • HT3986 How do I right click on Windows installed using Bootcamp?

    How do I right click on Windows installed using Bootcamp?

    It should work the same way it does in OSX, but for it to work correctly, you need to install the Boot Camp drivers in Windows. You can do this by using the Boot Camp Assistant in OSX, then creating the "Windows support software (drivers)" package. Follow the instructions there, then use the resulting thumbdrive to install the drivers and apps into Windows. Then you should be able to two-finger-click the touchpad or right-click your mighty mouse or other two-button-enabled mouse.
    http://support.apple.com/kb/HT4407 for more info on this.
    Caveat: I've done this, and I've found that the two-finger-click in Windows is iffy. That is, it frequently triggers a left-click function instead of right-click. :-/

  • How to know which plug in to install?

    I got an error msg "a plug in is needed to display this content" on my Android phone. how do I know which plug in to install?

    I'm not sure there is a way to tell that without diving into the code of the page. Perhaps someone else has a way to find out.
    But if I had to guess, probably the most widely used plugin on the web is Shockwave Flash, the Flash player plugin. It is not longer included with Android. This article has more information: [[How do I watch Flash videos with Firefox for Android?]]

  • HT5246 How to know if Java isn't installed

    I am new to Apple. How can you know that Java isn't installed when it is listed under Applications/Utilities/Java preferences regardless of whether it requests the Java runtime?  Can anyone clarify this for me? Would like to know whether I need to use the tool.  Will I be able to use things requiriing Java after installing the Flashback malware remover?  Thx

    If you open Java preferences and it asks you to download runtime, you do not have Java installed.  Today there is a new patch for those of us using Lion who do not have Java installed but may have picked up the infection elsewhere.  I understand that some have gotten it from bad Adobe Flash updates.  Software update will have the proper patch for you to use depending on whether or not you have Java installed.  Check for updates now!  As for Java, it is largely unnecessary, but if a web site requires it, you may need it.  Also, be sure to disable Java in your browsers, but keep Java Script enabled.

  • How to know whether a particular query is using the aggregates

    hi all....
    im very new to this group so plz help me out.....anyway hi to all ....
    There are many aggreegates are there but how to know which query is using perticular a?gregates

    Hi,
    use query monitor screen RSRT and select the option execute + debug . and u can have the option of checking display aggreagates for that query!
    cheers,
    ravi

  • How to know what level of optimization to use / which symbols to remove

    I probably should have asked this question along time ago, but how do you know what level of optimization to use and what symbols you can safely remove when compiling

    EDLundquist wrote:
    I probably should have asked this question along time ago, but how do you know what level of optimization to use and what symbols you can safely remove when compiling
    I have no direct experience with development for Macs, but based on my experience on other platforms, I'd use lower optimization and symbol removal early in the debugging process, increasing those as the program becomes more stable.

  • How to know the list of scenario that use a KM

    In ODI work repository, from which table I can know a list of interfaces that use one IKM and from which table I can can know a list of package that use that interface? The reason for this question is I want to regenerate all scenarios impacted by that KM.
    Thanks

    Hi,
    try this:
    SELECT snp_scen.scen_name
    ,snp_scen.scen_version
    ,snp_package.pack_name
    ,snp_step.step_name
    ,snp_pop.pop_name
    ,snp_trt.trt_name
    FROM snp_scen
    INNER JOIN snp_package on snp_scen.i_package = snp_package.i_package
    INNER JOIN snp_step on snp_package.i_package = snp_step.i_package
    INNER JOIN snp_pop on snp_step.i_pop = snp_pop.i_pop
    INNER JOIN snp_trt on snp_pop.i_trt_kim = snp_trt.i_trt -- integration
                             or snp_pop.i_trt_kcm = snp_trt.i_trt --check
                             -- more joins here !

  • How to know whether my oracle 10g instalation in unicode supported or not

    Hi
    i am new to oracle. I have installed Oracle 10g client and server.
    I want to know whether the database created can store unicode data/arabic data.
    Please guide me how can i find whether unicode support is on for my db or not.
    The outputs of some of the queries run by me are as follows:
    SQL> HOST ECHO $NLS_LANG;
    $NLS_LANG
    SQL> HOST ECHO %NLS_LANG%;
    %NLS_LANG%
    SQL> @.[%NLS_LANG%];
    SP2-0310: unable to open file ".[AMERICAN_AMERICA.WE8MSWIN1252]"
    SQL> select cust_eng_name,cust_arb_name from custmast;
    select cust_eng_name,cust_arb_name from custmast
    ERROR at line 1:
    ORA-00942: table or view does not exist
    Please reply me asap.

    user10817093 wrote:
    1. Yeh that is the thing I want. What are the other steps that i need to do with my Oracle Client/Server for unicode support.
    Where i am getting trouble is the Oracle Client/Server unicode support.
    And how to decide what character set will suite me best.1. If your application is going to be a "true" Unicode application, you can set the NLS_LANG registry/environment setting on your clients to ".UTF8" to enable true Unicode support.
    2. Your database needs to support Unicode, too.
    The recommended database character set for this in 10g is "AL32UTF8".
    If you currently have a single-byte database character set (WE8MSWIN1252), you need to decide how to get this done.
    If you can simply create a new database using the "AL32UTF8" character set, this would be the easiest way.
    There are several documents available (e.g. on Oracle MetaLink) that describe in detail how to convert the character set of an existing database. Depending on your data this can be a tedious task involving several steps, so may be creating a new database and exporting/importing the data might be the simplest choice if you need to migrate some existing data.
    The recommended national character set is "AL16UTF16", by the way, but that shouldn't matter that much once you have a Unicode enabled database using "AL32UTF8" as database character set.
    2. How to set/retrive the "Database Character Set" and "National Character Set". This has already been answered partly. Retrieve:
    Database Character Set:
    SELECT VALUE FROM NLS_DATABASE_PARAMETERS WHERE PARAMETER = 'NLS_CHARACTERSET';National Character Set:
    SELECT VALUE FROM NLS_DATABASE_PARAMETERS WHERE PARAMETER = 'NLS_NCHAR_CHARACTERSET';In most of the cases you can't just simply set/alter the character sets, as outlined above.
    Regards,
    Randolf
    Oracle related stuff blog:
    http://oracle-randolf.blogspot.com/
    SQLTools++ for Oracle (Open source Oracle GUI for Windows):
    http://www.sqltools-plusplus.org:7676/
    http://sourceforge.net/projects/sqlt-pp/

  • How to know that Enterprise Manger is installed?

    Hi,
    I installed Oracle 10gR2, want to launch EM, but I did not find OracleDBConsole<SID> service in windows services list, and did not find Enterprise Manager Console HTTP Port in the file portlist.ini. So does that mean that I did not install EM? if so, how to repair?
    Thanks,
    Grace

    I chose to install the software only when installing Oracle server, next, installed Oracle client on the same machine as the Oracle server, then created a database using Oracle Enterprise Manager tool from Oracle client.
    Now I would like to launch Enterprise Manager, not OEM. However I did not find the services. what do I miss?
    Thanks

  • How to know column name (not an expression) used by function-based index?

    Hi guys,
    Is there any way to know exact column name used by FBI? If I correct, there is SYS.ICOLDEP$ table that has mapping between index/table columns, but I don't see how it could be uniquely joined with the rest. I know about USER_IND_EXPRESSIONS, but the task is to know exact column name, not it's expression.
    This required by our so-called SQL preprocessing of DB schema update utility, which parses stmt (INSERT in our case) and should check against PK/UNIQUE key values.
    Thanks!

    I don't think this is possible in 10g or 11g because :
    1. dictionary keeps track of column number in index and not in table
    2. the expression used in CREATE INDEX is a system generated column
    You would have to parse the expression from USER_IND_EXPRESSIONS:
    SQL> create table t(x int, y int);
    Table created.
    SQL> create index fbi on t(y+1);
    Index created.
    SQL> column index_name format a10
    SQL> column column_name format a20
    SQL> column column_expression format a10
    SQL> select i.index_name, ic.column_name, ic.column_position as iccn, ie.column_position as iecn, ie.column_expression
      2  from user_indexes i , user_ind_columns ic, user_ind_expressions ie
      3  where i.index_name = ic.index_name
      4  and i.index_name = ie.index_name
      5  and i.index_name =  'FBI';
    INDEX_NAME COLUMN_NAME                ICCN       IECN COLUMN_EXP
    FBI        SYS_NC00003$                  1          1 "Y"+1

  • How to know which folder my apex is using

    Hello dearest friends,
    I have upgraded my apex 2.1 to apex 3.2 like a month ago. But I do not have time to study it yet.
    Today, I checked it again so I can practice creating programs.
    I noticed I got 2 folders with identical contents , they are c:/apex and c:/apex32
    c:/apex has also version 3.2 contents. I want to delete the unused one. How do I know which one is being used
    by my apex server? I already forgot which one did I used in upgrading my apex.
    Thanks a lot

    Hello
    Verify that your APEX installation is functioning correctly and that the path for the 'images' folder does not include either of 'C:\apex' or 'C:\apex32'. You may then safely delete both folders. You could also look for a file named something similar to 'install<yyyy-dd-mm..> in each of the folders. This file is the log created by the installation programme. You can use the timestamp on this file to determine which directory the most recent installation occurred from.
    Varad

  • How to know where a GL account is used

    hello all
    as FI is not my speciality, can someone explain to me how can I know where a GL account is being used? meaning, we link GL accounts to material groups via valuation class, is there a way to know which valuation class is linked to a specific GL account?
    thanks
    Alisa

    Hi,
    Am suprised, how come you are not able to see the valuation class.
    In Table T030 (initial screen) the first (row)filed is COA and fifth & Sixth (row) is G/L code.
    If you key in these values and execute, the system will display you all relevant details and the sixth column is Valuation class feild.
    When i checked in my system the following were displayed and i am able to see the valuation class.
    Client, Chart of Accts, Transaction, Val.Grpg Code, Acct modif, Valuation Class, G/L Account , G/L Account.
    Do check again.
    Regards,
    Gerardo

  • How to know whether infotype record is created using PA30 or PA40

    Hi,
    can any one suggest is there any way to know how a record is created in database i.e by performing actions in  PA40 or from PA30.
    Thanks
    Deepthi

    Hmmmm...
    are you asking Record or actions???
    If records then forgot about PA40 it will perform actions not records.
    Coming back PA30-> TO create , modify display
                          PA20 -> TO DISPLAY.
    For PA30 -> after record is created come back to original pa30 screen input the Pernr number , Select/input  infotype number
    then click on the icon Overview button (or SHift + F8) then you can see the data , records.
    or you go and see in SE11 OR SE16 another direct method
    Regards
    sas

Maybe you are looking for

  • System captures the baseline date as the document date

    Hi All, User has changed the Baseline date as 05/11/2011 in the parked document 12345644/ 54123456 via t-code FV60, however, when the document was posted, the baseline date u201Cdefaultsu201D to the document date. Appreciate any one suggest me on thi

  • Window Size in percentage

    Hello All, I have created a new pop-up window. The size of this window should be about <b>25% of the normal window</b>. How can this be achieved. I need to do this as different machines may have different resolutions. Regards, Aayush

  • How do I delete/trash an Application (package)?

    I am the administrator of a stand alone Mac and I need to remove a couple of apps from my hard drive completely. If I send one to the trash it re-appears in the Applications folder immediately, never showing up in the Trash folder. How do I get rid o

  • How to copy the confuguration files in admin to user in terminal.

    Hi, i need to copy configuration files from Admin to user, I am not sure how to do. Please help me out on this. Thanks, Muniraju H

  • Oracle text indexes

    Can anybody know is it possible to create two oracle text indexes on one column, for example, CTXCAT index and CTXRULE index and what will be during the querying of that column? is it a good practise? Thanks in advance.