Why  we are creartinng uid=500(oracle) gid=500(oinstall) groups=501(dba),

why we are creartinng uid=500(oracle) gid=500(oinstall) groups=501(dba), UID is 500
any reason for this . please answer oracle gurus.
i important that the UID and the GID of user oracle are identical to that of the other RAC nodes. This information can be obtained using the following command:
[oracle@oradb1 oracle]$ id oracle
uid=500(oracle) gid=500(oinstall) groups=501(dba), 502(oper)

user8680248 wrote:
why we are creartinng uid=500(oracle) gid=500(oinstall) groups=501(dba), UID is 500
any reason for this . please answer oracle gurus.Because. Literally ... just because.
By convention, it should be above 100. By Red Hat community decision, the starting UID/GID has been moved from 100 to 500, to avoid accidental overlaps with 'system admin' accounts.
BUT, the Oracle owner is a system-like account. It could legitimately be under 500.
There is no magic to the number, other than the auto-increment tool that is provided in many of the commercial Linux variants start there. There is no Oracle dependency. There is only convention.
You should discuss this with your system administrator and come up with a number that is comfortable. If that means talking to yourself, all the easier.

Similar Messages

  • What are the differences between oracle adf 10g and adf 11g

    Could you please let me know what are the diff b/w oracle adf 10g and 11g, i tried in many user guides but i could not find it.
    Thanks in advance,
    Poli Reddy P

    893771 wrote:
    Hi all,
    I would like to know what the differences between Oracle and other NoSQL database are.
    When and why should we use Oracle?I suggest that you start here:
    http://www.oracle.com/technetwork/database/nosqldb/overview/index.html
    Is Oracle NoSQL database link with Big Data Appliance?Yes, Oracle NoSQL Database will be a component of the Big Data Appliance.
    Can we use map-reduce on a single personal computer? How should we install Oracle NoSQL database to use map reduce on a single personal computer?Yes, I believe you can run M/R on a single computer. Consult the various pieces of documentation available on the web. You may run Oracle NoSQL Database on the same computer that you are running M/R on, but it is likely that they will compete for CPU and IO resources and therefore performance may suffer.
    Do we also have eventual consistency with Oracle NoSQL database? Yes.
    Can we lose data if master node fails?If you run Oracle NoSQL Database with the default (recommended) durability settings, then if the master fails, a new one will be elected and data is not lost.
    Are transactions ACID with Oracle NoSQL database? How can we prove it?Yes, each operation is executed in an ACID transaction. The API has the concept of "multi" operations which allow the caller to perform multiple operations on sets of records with the same major key, but different minor keys. Those operations are also performed within a transaction.
    Charles Lamb

  • Change of UID for Oracle user  - Impact

    If change of UID for Oracle user in solaris will affect the database which is already running. Wil it have any impact for the databases?
    Guys please advise.
    Thnx,
    Satheesh

    Many thanks for the response. We are not changing the UID but there are some errors in the script related to file permissions. So just wanted to know will it have any impact on the database if we change the UID.

  • What are the differences between Oracle and other NoSQL database

    Hi all,
    I would like to know what the differences between Oracle and other NoSQL database are.
    When and why should we use Oracle?
    Is Oracle NoSQL database link with Big Data Appliance?
    Can we use map-reduce on a single personal computer? How should we install Oracle NoSQL database to use map reduce on a single personal computer?
    Do we also have eventual consistency with Oracle NoSQL database? Can we lose data if master node fails?
    Are transactions ACID with Oracle NoSQL database? How can we prove it?
    Thanks.

    893771 wrote:
    Hi all,
    I would like to know what the differences between Oracle and other NoSQL database are.
    When and why should we use Oracle?I suggest that you start here:
    http://www.oracle.com/technetwork/database/nosqldb/overview/index.html
    Is Oracle NoSQL database link with Big Data Appliance?Yes, Oracle NoSQL Database will be a component of the Big Data Appliance.
    Can we use map-reduce on a single personal computer? How should we install Oracle NoSQL database to use map reduce on a single personal computer?Yes, I believe you can run M/R on a single computer. Consult the various pieces of documentation available on the web. You may run Oracle NoSQL Database on the same computer that you are running M/R on, but it is likely that they will compete for CPU and IO resources and therefore performance may suffer.
    Do we also have eventual consistency with Oracle NoSQL database? Yes.
    Can we lose data if master node fails?If you run Oracle NoSQL Database with the default (recommended) durability settings, then if the master fails, a new one will be elected and data is not lost.
    Are transactions ACID with Oracle NoSQL database? How can we prove it?Yes, each operation is executed in an ACID transaction. The API has the concept of "multi" operations which allow the caller to perform multiple operations on sets of records with the same major key, but different minor keys. Those operations are also performed within a transaction.
    Charles Lamb

  • Why we dont use STANDBY_ARCHIVE_DEST in oracle 10g

    Hi,
    Why we dont use standby_archive_dest in oracle 10g standby database,
    at which location the archives will arrive in standby database if standby redo logs created &
    at which location the archives will arrive in standby database if standby redo logs are not created.
    Please answer.
    Thanks

    Hi,
    But B14239-05 doc for oracle database 10g ,
    Under the 3rd chapter,
    Example 3-5 Modifying Initialization Parameters for a Physical Standby Database
    DB_NAME=chicago
    DB_UNIQUE_NAME=boston
    LOG_ARCHIVE_CONFIG='DG_CONFIG=(chicago,boston)'
    CONTROL_FILES='/arch1/boston/control1.ctl', '/arch2/boston/control2.ctl'
    DB_FILE_NAME_CONVERT='chicago','boston'
    LOG_FILE_NAME_CONVERT=
    '/arch1/chicago/','/arch1/boston/','/arch2/chicago/','/arch2/boston/'
    LOG_ARCHIVE_FORMAT=log%t_%s_%r.arc
    LOG_ARCHIVE_DEST_1=
    'LOCATION=/arch1/boston/
    VALID_FOR=(ALL_LOGFILES,ALL_ROLES)
    DB_UNIQUE_NAME=boston'
    LOG_ARCHIVE_DEST_2=
    'SERVICE=chicago LGWR ASYNC
    VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE)
    DB_UNIQUE_NAME=chicago'
    LOG_ARCHIVE_DEST_STATE_1=ENABLE
    LOG_ARCHIVE_DEST_STATE_2=ENABLE
    REMOTE_LOGIN_PASSWORDFILE=EXCLUSIVE
    STANDBY_FILE_MANAGEMENT=AUTO
    FAL_SERVER=chicago
    FAL_CLIENT=boston
    standby_archive_dest is not mentioned?
    Why??

  • Why there are differences in error table definitions?

    Why there are differences in error table definitions?
    We are using OWB repository 10.2.0.3.0 and OWB client 10.2.0.3.33. The Oracle version is 10 G (10.2.0.3.0). OWB is installed on Linux.
    I created a error table using DBMS_ERRLOG.CREATE_ERROR_LOG in databse.
    Here is the layout.
    =========
    ORA_ERR_NUMBER$
    ORA_ERR_MESG$
    ORA_ERR_ROWID$
    ORA_ERR_OPTYP$
    ORA_ERR_TAG$
    PROJECT_ID
    DESCRIPTION
    PROJECT_TYPE
    CREATION_DATE
    ===========
    I imported the table metadata into OWB. As I used the table in mapping using table operator, I am not able to see ERR group in table object of mapping.
    How do we bring manually created error table metadata into OWB? Is it feasible?
    I specified data rule/shadow table for imported table using object editor. I deployed the table via CC.
    Here is the layout from deployed ERROR table from DB
    +++++++++++++
    ORA_ERR_NUMBER$
    ORA_ERR_MESG$
    ORA_ERR_ROWID$
    ORA_ERR_OPTYP$
    ORA_ERR_TAG$
    ERR$$$_AUDIT_RUN_ID
    ERR$$$_AUDIT_DETAIL_ID
    ERR$$$_ERROR_ID
    ERR$$$_ERROR_REASON
    ERR$$$_SEVERITY
    ERR$$$_OPERATOR_NAME
    ERR$$$_ERROR_OBJECT_NAME
    PROJECT_ID
    DESCRIPTION
    PROJECT_TYPE
    CREATION_DATE
    ++++++++++++
    Why there are differences in error table definitions?
    As I used the table in mapping using table operator, I am not able to see ORA_ERR_NUMBER$ , ORA_ERR_MESG$ , ORA_ERR_ROWID$ , ORA_ERR_OPTYP$ , ORA_ERR_TAG$ in ERR group in table object of mapping.
    Are there any additional steps/process?
    Any idea ?
    Thanks in advance.
    RI

    There are columns for data rule errors (logical errors) and DML errors (physical errors), I think you probably have data rules on the table..?
    To process DML errors you will have to add the error table into a map you may have to reverse engineer it). The error group behavior is only available for processing errors from tables with data rules. Ensure your table operator is synchronized with your design table.
    http://blogs.oracle.com/warehousebuilder/newsItems/viewFullItem$184
    Cheers
    David

  • Why we are using No_Filtering hint?

    Hi
    can anyone tell me why we are using No_Filtering hint?
    This query is Retriving extra rows when hints not applied.What is the reason.
    Select /*+ No_Filtering */ *
    from (select /*+ No_Filtering */
    true_name, true_name_cmprsd, jurisname, entityids, ht,
    max(ht) over(partition by true_name_cmprsd) ht_1
    from (select /*+ No_Filtering */true_name, true_name_cmprsd,
    LTRIM(SYS_CONNECT_BY_PATH(entity_id, '; '), '; ') AS EntityIds,
    juris_short_name JurisName,
    LEVEL HT
    FROM (select /*+ No_Filtering */e.true_name, e.TRUE_NAME_CMPRSD, j.JURIS_SHORT_NAME, e.entity_id,
    ROW_NUMBER() OVER(PARTITION BY TRUE_NAME_CMPRSD ORDER BY ENTITY_ID) AS curr,
    ROW_NUMBER() OVER(PARTITION BY TRUE_NAME_CMPRSD ORDER BY ENTITY_ID) - 1 AS prev
    from SIV_JURISDICTION j, arv_entity e
    where e.ENTITY_STATUS_CD = 2002 and
    e.DOM_JURIS_ID = j.JURIS_ID and juris_id = 8)
    connect by prev = PRIOR curr AND true_name_cmprsd = PRIOR true_name_cmprsd
    start with curr = 1)
    WHERE ht > 1)
    where ht = ht_1
    order by upper(true_name)
    Thanks in advance...

    Because one of your developers or DBAs thought it would be neat to use an undocumented hint.Possibly, although Oracle support have recommended us use hints (such as NO_CONNECT_BY_FILTERING) on several occasions to work around bugs in CONNECT BY queries.
    I also recall a specific recommendation to consider the NO_FILTERING hint in the Oracle error messages documentation when running out of temporary space in CONNECT BY queries, I'll see if I can find the link.
    Not that I support the use of hints in production of course, just that there are some mitigating circumstances around CONNECT BY behaviour.

  • Why we are using Application upgrade assistance??

    Hi,
    Doubts?
    Why we are using Application upgrade assistance in the case of apps up-gradation from 11i to R12, whenever up-gradation assistance don not upgrade database and all custom form and reports. It will install new Tech Pack.
    Please clear my doubts.
    Thanks
    Anup

    Anup,
    Have a look at the following documents.
    Note: 430732.1 - Downloading Maintenance Wizard -- (check the User's Guide).
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=430732.1
    Note: 405263.1 - Maintenance Wizard FAQ
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=405263.1
    I would suggest you post your question in [Technology - LCM: Maintenance Wizard |http://forums.oracle.com/forums/forum.jspa?forumID=351] forum, you would probably get a better/faster response.
    Regards,
    Hussein

  • Why we are not able to download javatv api's

    why we are not able to download javatv api's

    Do you mean the download urls for the Java TV binary and source stuff?
    ("download.oracle.com/otndocs/jcp/javatv-1.1-src-mr-oth-JPR/" and "download.oracle.com/otndocs/jcp/java_tv-1.1.1-mrel-oth-JSpec/")
    If so, when you try downloading, and you get the "You have no access..." screen, just refresh the browser, and you will get to the page for downloading the source and docs.
    By the way, I think Java TV is more or less dead.
    I doubt the site has been maintained for some years, and the SUN -> Oracle move did not improve link consistency :)
    Good luck!

  • Agile plm forum please or reply as to why you are not going to have one.

    agile plm forum please or reply as to why you are not going to have one.

    I also replied to your other posting. I am a product manager on the Agile team. At this time, we are using the Support Communities page as a discussion forum rather than the OTN discussion forums. Please repost into the Support (Metalink) Communities area.
    Other options include the Yahoo group WRAU and reviewing the PLM blog at http://blogs.oracle.com/PLM.
    Thanks.

  • Why exceptions are not using in BAPI

    Hi,
    I would like to know why exceptions are not using in STANDARD bapi.Is there any reason for this.
    Please explain me clearly
    Thanks in advance
    Thanks and Regards,
    Venkat

    Hi,
      If the exception is being handled by the caller, meaning that the exception is listed in the EXCEPTIONS section of the
    funciton call, then the program will handle it gracefully and continue processing,if it is not in this section of the
    funciton call, and it is raised inside the funciton module,
    it will issue an ABAP dump and end. This is true for
    foreground processing as well as background processing.
    https://forums.sdn.sap.com/click.jspa?searchID=12141509&messageID=5433799
    Regards
    Kiran Sure

  • Why lables are not possible in smartforms.

    In script Lables are possible but in smartforms lables are not possible .
    why lables are not possible in smartforms?

    HI,
    Refer to the wiki in the link.
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/label%2bprinting%2bin%2bsmartforms
    Regards
    Sumit Agarwal

  • Why Interceptors are not used in Entity beans?

    Why Interceptors are not used in Entity beans?
    Interceptors can be used in MDB, Session bean but not in Entity bean....why so?
    Thanks,
    Rahul.

    Hi,
    why batch updations are not prefered in entity beansPlease refer the specification of ejb and find out what the entity bean is meant for.In short the emtity bean represents the object state which can be persisted.
    Talking regarding the batch updations does not make sense , also the entity bean represents the row of the table mapped to the Object(java Object).
    Regards
    Vicky

  • Why there are no layout in number 3.0 ????????

    why there are no layout in number 3.0 ????????
    I need to export the number file to PDF file , I don't want all of the pages are together , I need to seperate the pages in PDF file , I need the PDF file with layout function , just like previous version .
    why are this useful function missing in new version ????????????????????????????????????????????????????????????

    All we know here is that the new version of Numbers is significantly different than the old version of Numbers. We didn't write the specifucation nor do we know what the objectives were for the redesign, other than Apple's stated desire to make the three platform versions of Numbers as compatible as possible across platforms. That's the best "why" we can give you.
    Thanks for using only one exclamation point in your last post.
    Jerry

  • Script to know how many statements are not loaded in oracle CM

    Hi,
    Can some one would help me on how to prepare a script to know the bank statements are not loaded into oracle CM and how many checks under that particular statement are not loaded??
    I have the following info with me..
    1. The statements are loaded in a temporary table as soon as we run statement loader program.
    2. Then the records will get into ce_statement_headers_int_all and ce_statement_lines_interface.
    3. Then they will get loaded into ce_statement_headers_all and ce_statement_lines tables.
    Now, the only thing i am confused is how to get to know the statements list that are not loaded into oracle along with the error message. i am confused which tables will give the exact info ce_statement_headers_int_all and ce_statement_lines_interface or ce_headers_interface_errors and ce_lines_interface_errors??? immediate help would be highly appreciated and its very urgent...........
    Thanks.

    Hi Helios,
    I dint get you. This is not something which SR can be raised. I need to know how script can be written to know the statements that are not loaded in oracle cash management. I need to prepare a notification where in that should contain how many statements have been loaded successfully and how many are not on a daily basis...
    Thanks.

Maybe you are looking for

  • Excel as a data source - Error when trying to create new univerise

    Hello, Running BO 4 Server (On Server Machine) and Client tools 4 (on my local laptop) . I have tried the following.. Succesfully 1. With the information tool  Created a project 2.  Created a connection to  a excel file on a network drive as a source

  • Long Running Utility

    What is the best way to analye a long running utility to see what changes I shuild make to improve efficiency?

  • Delivery  with quantity major of the transfer order

    Dear All, I have a transfer order with quantity 30 units and I have executed two deliveries with transaction VL10B, the first with quantity 30 and the second with quantity 10, It is possible?

  • 5800XM and Music Player

    I have a problem with the built-in music player, it seems to add every playable file on the playlist.. and i use several ring tones that are not nokia default and it would be nice NOT to be able to see those tones on the playlist, any way of doing th

  • Iterating through a HashMap

    Hi! I am trying to iterate through a HashMap that stores the 2 length words as keys and their number of occurrence in the given text. What I want to do is to count the total number of 2letter words which starts with the same letter. Unfortunately I c