The oracle user profile......

Hi, All.
I would like install oracle 10g on the Solaris 9. but I was create the /oracle file system during install Solaris system. can I set the groups and user by following??
1. login as root
2. # groupadd oinstall
3. # groupadd dba
4. # useradd -g oinstall -G dba -s /usr/bin/bash oracle
5. # chown oracle /oracle
6. # chgrp oinstall /oracle
7. # usermod -m -d /oracle oracle
but I can't find the user profile at oracle's home directory ( /oracle ), what should I do? thanks a lot!!!

don't worry about the OS user home directory location.
just use the OS default location and then make sure where and
which is the user profile you need to edit for ORACLE_HOME,
ORACLE_BASE, PATH,etc. (user profile location refer your OS administrator guide) when you done, you can get correct return when you enter
echo $ORACLE_HOME and echo $PATH.
then you can use sqlplus to connect DATABASE..

Similar Messages

  • Changed Ulimits values for the Oracle user and getting error -bash: ulimit: max user processes: cannot modify limit: Operation not permitted when logging in.

    I'm trying to increate the ulimits for max user processes and open files for the oracle user.  I've set the values in limits.conf, /etc/profile and in oracle's environment scripts. Now when I log in as oracle I get the below errors. If I change the ulimits back to the original values errors go away but ulimits aren't changed.
    login as: oracle
    [email protected]'s password:
    Last login: Fri Mar  6 09:56:02 2015 from mtkadmin12
    You are logging onto an Oracle system.
    Kickstarted on: 2014-06-05
    -bash: ulimit: max user processes: cannot modify limit: Operation not permitted
    -bash: ulimit: max user processes: cannot modify limit: Operation not permitted
    [oracle@servername ~]$

    Thanks for the update.
    I modified the /etc/security/limits.d/90-nproc.conf and added a line for oracle and also modifed the oracle.sh file.  The ulimits are setting correctly when I su - oracle but they are still wrong when sshing in as oracle.
    [root@mtkdevorap11d-1 ~]# su - oracle
    [oracle@mtkdevorap11d-1 ~]$ ulimit -Ha
    core file size          (blocks, -c) unlimited
    data seg size           (kbytes, -d) unlimited
    scheduling priority             (-e) 0
    file size               (blocks, -f) unlimited
    pending signals                 (-i) 1030982
    max locked memory       (kbytes, -l) 94371840
    max memory size         (kbytes, -m) unlimited
    open files                      (-n) 65536
    pipe size            (512 bytes, -p) 8
    POSIX message queues     (bytes, -q) 819200
    real-time priority              (-r) 0
    stack size              (kbytes, -s) unlimited
    cpu time               (seconds, -t) unlimited
    max user processes              (-u) 16384
    virtual memory          (kbytes, -v) unlimited
    file locks                      (-x) unlimited
    [oracle@mtkdevorap11d-1 ~]$
    [oracle@mtkdevorap11d-2 ~]$ ssh mtkdevorap11d-1
    Last login: Mon Mar 16 13:04:16 2015 from mtkdevorap11d-2.conveydev.com
    You are logging onto an Oracle system.
    Kickstarted on: 2014-06-05
    [oracle@mtkdevorap11d-1 ~]$ ulimit -Ha
    core file size          (blocks, -c) unlimited
    data seg size           (kbytes, -d) unlimited
    scheduling priority             (-e) 0
    file size               (blocks, -f) unlimited
    pending signals                 (-i) 1030982
    max locked memory       (kbytes, -l) 64
    max memory size         (kbytes, -m) unlimited
    open files                      (-n) 4096
    pipe size            (512 bytes, -p) 8
    POSIX message queues     (bytes, -q) 819200
    real-time priority              (-r) 0
    stack size              (kbytes, -s) unlimited
    cpu time               (seconds, -t) unlimited
    max user processes              (-u) 16384
    virtual memory          (kbytes, -v) unlimited
    file locks                      (-x) unlimited
    [oracle@mtkdevorap11d-1 ~]$

  • Problem calling web service: Error while getting the ORACLE user account

    Hi All!
    I was able to call the service EGO_ITEM_PUB-PROCESS_ITEM, but after implemented some patches, suddenly I get this error as result:
    - <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    - <env:Body>
    - <OutputParameters xmlns="http://xmlns.oracle.com/apps/ego/soaprovider/plsql/ego_item_pub/process_item__1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <X_INVENTORY_ITEM_ID xsi:nil="true" />
    <X_ORGANIZATION_ID xsi:nil="true" />
    <X_RETURN_STATUS>U</X_RETURN_STATUS>
    <X_MSG_COUNT>1</X_MSG_COUNT>
    <X_MSG_DATA>Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator.</X_MSG_DATA>
    </OutputParameters>
    </env:Body>
    </env:Envelope>
    Any ideas?
    Thanks,
    Konrad

    hsawwan wrote:
    Hi,
    I was able to call the service EGO_ITEM_PUB-PROCESS_ITEM, but after implemented some patches, What are those patches?
    # Patch 8407693:R12.TXK.B ISG: Service Generation Failure - Java Compiler Could Not be Found
    # Patch 8459663:R12.OWF.B : Mandatory Consolidated One-Off Fixes for ISG on Top of 12.1.1
    # Patch 8916358:R12.OWF.B : Service Timeout When Invoking Services Deployed to Integrated SOA Gateway
    # Patch 9349321:R12.OWF.B : Issue with item Bulk Load in Oracle Product Hub PIP 2.4
    # Patch 9446625:R12.FND.B : 1OFF:8995921:12.1.1:12.1.1:PERF : LoginModules Performance Issue
    # Patch 9070077:R12.OWF.B : 1OFF:9045280:12.1.1:12.1.1:Invoking a Web Service Requires NLS Lang When It Should be Optional
    # Patch 9153106:R12.OWF.B : IREP_Parser.PL Exits with GETPWUID Function IS Unimplemented in PARSER.PM -> Wichtig für ISG (für custom pl/sqls im ISG)
    # Patch 9004712:R12.OWF.B : One-Off for IREP PARSER on Top of Oracle E-Business Suite Release 12.1.1 -> Wichtig für ISG (für custom pl/sqls im ISG)
    IAS:
    # Patch 8607523 for the AS version 10.1.3.4
    Oracle Support told me that I need this patches because of some other problem (generating wsdl and deploy for BOM_BO_PUB package does not work in my environment) and since that, the process_item call stopped working!
    btw: The EGO_ITEM_PUB-PROCESS_ITEM call for an existing item still works (I can modify the description), but creating a new item does not work anymore. Here are the parameters I send to the web service:
    Header:
    <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    <wsse:UsernameToken>
    <wsse:Username>sysadmin</wsse:Username>
    <wsse:Password
    Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">sysadmin</wsse:Password>
    </wsse:UsernameToken>
    </wsse:Security>
    <q0:SOAHeader/>
    Body:
    <q1:InputParameters>
    <q1:P_API_VERSION>1.0</q1:P_API_VERSION>
    <q1:P_INIT_MSG_LIST>T</q1:P_INIT_MSG_LIST>
    <q1:P_COMMIT>T</q1:P_COMMIT>
    <q1:P_TRANSACTION_TYPE>CREATE</q1:P_TRANSACTION_TYPE>
    <q1:P_ITEM_NUMBER>KHR_WS_05</q1:P_ITEM_NUMBER>
    <q1:P_DESCRIPTION>desc2</q1:P_DESCRIPTION>
    </q1:InputParameters>
    Thanks,
    Konrad

  • Oracle user .profile change and running Database

    We have 1 Oracle Database (9i) running on AIX Server for long time. Now we are making some room to create second database. We would like to make change to Oracle User .profile , so it would prompt to specify ORACLE_SID upon login under oracle to UNIX. Also we would add new entry in oratab for new database. However we will not be creating this database for another couple of weeks. Could this cause some trouble for currently running Database? Could existing backup jobs, stats job and other monitor jobs fail on existing running DB?
    Let me know if you need more information to help us on this question

    This is very unlikely, though it would depend on how you developed the jobs you discuss. Without these jobs: no problem.
    What I do with multiple databases on Unix boils down the following.
    In /etc/profile, I set up a env var DEFDB
    In .profile of Oracle I set ORACLE_SID to the value of this DEFDB, and I set
    ORAENV_ASK to "NO". I run oraenv (which is in /usr/local/bin), and I leave ORAENV_ASK set.
    I don't want oraenv asking for a database during login, and I want to issue
    export ORACLE_SID=<some value> prior to running oraenv manually.
    Sybrand Bakker
    Senior Oracle DBA

  • Error - The registration of the service "User Profile Service" has failed. The user profile can not be loaded

    I am running an environment with an Active Directory and Terminal Servers.
    I have searched high and low for resolutions to this error but I cannot find anything related to my situation, let me explain further.
    The fixes I found are related to local users only.
    When I create a new user in the Active Directory I provide the paths to the profile folder in the "Remote Desktop Profile" and "Profile tab"  lets say for example \\ad001\home\%username% and \\ad001\profil\%username% .
    I give rights to the user to read/write the "home" folder which is mapped for folder redirection.  An I know that when the user first logs on it should create a "v2.%username%" folder upon successful logon.  This is when I am
    presented with the error message below:
    "The registration of the service "User Profile Service" has failed. 
    The user profile can not be loaded"
    Does anyone have any experience with this or know a suitable fix.  Again this is for the "Roaming" profile creation no local.
    Many thanks in advance.

    Hi,
    Thank you for posting in Windows Server Forum.
    Did you receive for any one user or for all users?
    Have you tried to solve the issue by fixing the user account profile?
    For that you can adjust the registry setting “ProfileImagePath” with
    particular SID of that user under below mention path.
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
    Also if this can’t resolve the issue you can try to delete the SID of that user or renaming the old and and then check the result again by creating new profile for that users.
    More information.
    You receive a "The User Profile Service failed the logon” error message
    http://support.microsoft.com/kb/947215
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • ORA-20160: Encountered an error while getting the ORACLE user account.

    when users trying to apply for the leave . Once they apply for the leave and the respective manager approves it.
    They get an notification mail with the error message The changes were not applied because ORA-20160: Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator. ORA-06512: at "APPS.ALR_PER_ABSENCE__800_53447_IAR", line 3 ORA-04088: error during execution of trigger 'APPS.ALR_PER_ABSENCE__800_53447_IAR'
    EBS : 12.1.2
    Database : 11.2.0

    We are also facing the same issue , with the following error.
    The Changes were not applied because ORA-20160: Encountered an error while getting the ORACLE user account for your concurrent request, Contact your system administrator. ORA-06512: at “ APPS.ALR_PAY_ELEMENT_801_53338_IAR”, line 1 ORA-04088: error during execution of the trigger ‘APPS.ALR_PAY_ELEMENT_801_53338_IAR’
    Dear Hussein ,
    As per your suggestion , if we disable the trigger , does it workflow goes ahead without any problems ?
    By Disabling the trigger , what would be the impact ? I mean does we are going to loose the data that was supposed to be updated the trigger.
    And basically please educate me . what is the use of this APPS.ALR_PAY_ELEMENT_801_53338_IAR’ ?
    Regards
    Raghu

  • Error while getting the ORACLE user account for your concurrent request

    Hi ,
    When I am submitting the Concurrent Program from OAF page Iam getting
    Error
    Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator.
    When we will face this error.
    Not able to submit the Request
    Krishna

    Krishna
    Try like this
    public int submitCPRequest(String shipmentId) {
    System.out.println("into submitCPRequest");
    try {
    OAApplicationModule am = pageContext.getApplicationModule(webBean) ;
    OADBTransaction transaction = am.getOADBTransaction();
    Connection conn = transaction.getJdbcConnection();
    ConcurrentRequest cr = new ConcurrentRequest(conn);
    cr.setDeferred();
    String applnName = new String("XXAPL"); //Application that contains the concurrent program
    System.out.println("ApplName"+ applnName);
    String cpName = new String("SHIP_REQ"); //Concurrent program name
    System.out.println("Concc Name"+ cpName);
    // String cpDesc = new String("Shipping Request"); // concurrent Program description
    // Pass the Arguments using vector
    // Here i have added my parameter headerId to the vector and passed the
    //vector to the concurrent program
    Vector cpArgs = new Vector();
    cpArgs.addElement(shipmentId);
    System.out.println("Args"+ cpArgs);
    After this it is going into exception
    // Calling the Concurrent Program
    int requestId = cr.submitRequest(applnName, cpName, null, null, false, cpArgs);
    System.out.println("Req Id"+ requestId);
    tx.commit();
    return requestId;
    catch (SetDeferredException e)
    throw new OAException("SetDeferredException " + e.getMessage(),OAException.ERROR);
    catch (RequestSubmissionException e) {
    System.out.println("Into Exception");
    OAException oe = new OAException(e.getMessage());
    oe.setApplicationModule(this);
    throw oe;
    }Thanks
    AJ

  • Using copyprofile to customize the default user profile

    Well to get to the problem I'll just explain what I do, which doesn't work.
    1. I install windows 8.1 pro (x64) on a test-pc.
    2. After installation I press cntrl shift f3 to get into audit mode.
    3. I install all software/drivers etc. I also place shortcuts and change the background.
    4. I insert my usb, which contains a file called "unattend.xml" in which this is written:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <settings pass="specialize">
            <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <CopyProfile>true</CopyProfile>
            </component>
        </settings>
        <cpi:offlineImage cpi:source="wim:e:/usb/windows%207%20en%208/win81pro/sources/install.wim#Windows 8.1 Pro (x64)" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>
    5. After that I use CMD and use this command: C:\windows\system32\sysprep\sysprep /oobe /generalize /shutdown /unattend:F:\unattend.xml
    6. when it is done working and turns off, I turn it back on and walk through the oobe. After that my shortcuts and background are standard windows 8.1 and not the ones I used.
    Can anyone see what I did wrong? I can't seem to figure it out. Thanks!
    Btw: This unattend.xml file is created with windows system image manager of the same install.wim which is used to install that OS.
    Note: If I generalize a pc after an installation, doesn't that cancel the activation? So when I bring it to a customer he needs to fill in the activation key? 

    Hi,
    After the step 5 (I mean after we customize the default user profile and reference PC sutts down), generally as I know, we should then capture image, you can boot into Windows PE and then capture the Windows installation by using DISM.
    See full guide in the link below
    https://technet.microsoft.com/en-in/library/hh825135.aspx?f=255&MSPPError=-2147217396
    The article also contains some conditions in which user profile settings aren't successfully copied, such as you can not use a domain account, there are no additional user accounts other than the built-in administrator account that you configured,, etc and
    sysprep will remove all the security settings of your Windows including windows activation.
    Regards
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Fully_qualified_remote_host_name while Configuring the oracle User's Enviro

    Hello All,
    I am installing Oracle 11g R2 on HP-UX server.
    I am connected to the HP-UX server through putty.
    On the Quick Installation guide i reached the section "Configuring the oracle User’s Environment" and i have the below questions:
    In the below
    Enter the following command to ensure that X Window applications can display
    on this system:
    $ xhost fully_qualified_remote_host_name
    what is the fully_qualified_remote_host_name ? is it the IP address of the my own PC where i am connecting to the remote server? or the IP address of the server it self?
    and in the below example
    $ export DISPLAY=local_host:0.0 -- local host is the IP of the PC i am connecting from it to the server?
    Regards,

    Hi;
    In the below
    Enter the following command to ensure that X Window applications can display
    on this system:
    $ xhost fully_qualified_remote_host_name
    what is the fully_qualified_remote_host_name ? is it the IP address of the my own PC where i am connecting to the remote server? or the IP address of the server it self?
    and in the below example
    $ export DISPLAY=local_host:0.0 -- local host is the IP of the PC i am connecting from it to the server?If you use putty than you need to some program like VNCviwer or xming etc. to can see GUI screen on your desktop.Please check my previous post
    Re: 11gR2 Grid Infrastructure cannout launch installer OEL 5.5
    Still have some issue than update thread.
    Regard
    Helios

  • Locked the oracle User account

    How to know who(os Name/ User/ Locked Time) locked the oracle User account

    1) You didn't mention an Oracle version. If you're on 10.2, perhaps this discussion
    http://www.pythian.com/blogs/284/oracle-102-migrations-%E2%80%93-account-lockedtimed-and-failed_login_attempts
    would be interesting.
    2) DBA_USERS isn't going to tell you who caused the account to be locked. Just that it is locked and when it was locked.
    Justin

  • Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator

    Dear Techies,
    We have registered an Extra Information Type as self service OAF page and did some validations using user hook which are working fine. But for some requests EIT creation page is throwing below errors.
    1. Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator.
    2. An unexpected situation occurred while executing routine FND_DATA_SECURITY.GET_SECURITY_PREDICATE_HELPER.The cause was: The parameter 'p_object_name' cannot be 'GLOBAL'.
    System throws these errors whenever user hook suppose to throw our customized validation messages.Since we are at UAT instance, we are bouncing apache and oacore to get rid of these errors every time they appear. But we cannot bounce once it is moved to production.
    Kindly share some ideas  to fix these errors as we are very close to Go-Live and we are facing this issue with all EIT's and SIT's.
    Thanks and Regards
    Dileep Kumar.

    Hi Mahesh,
    Thanks for reply.
    I have gone through the link that you have suggested. But our EIT user hook validations doesn't  have any code related to submission of concurrent programs. More over our error is not stable. If we bounce the apache and oacore, the system will work fine without unexpected errors for some time. We are not even able to replicate these errors.
    Thanks and Regards
    Dileep Kumar.

  • Which are the ip are accessing  the oracle user in oracle database

    Hi,
    How to check which are the ip are accessing the oracle user in oracle database

    Ivan Kartik wrote:
    There is error in first query it should be user machine instead of terminal in utl_inaddr.get_host_address(terminal) IP_ADDRESS.
    Anyway both queries might produce an error if OS system is not configured to resolve the short names (in case FQDN is not used)."user machine"... Can you please elaborate more. The above both queries are running fine at my end using 11.2.0.1 and windows xp.
    Regards
    Girish Sharma

  • Move Users from one OU to other on AD based on the OIM user profile attrs

    Hi All
    I am currently pre-populating AD User OU attribute based on the OIM User profile Location attribute. This is working as expected.
    Now when the location changes, I wanted to move the user from the current OU to a different one based on the location provided. Here I am kind of stuck.
    I think I can use access policies / User triggers to get this done, but is there any other approach / additional configuration for pre-populate.
    Are pre-populate only for the first time User Provisioning?
    Regards
    user12841694

    Hi Martin
    For the above requirement we have used lookups and could accomplish the task.
    However, I need a minor clarification here.
    I have OU dependent on Location Code & I also have Users Home Directory[on AD process form] dependent on Location Code.
    How should I use the User triggers to trigger both Change HomeDir and Change OU process tasks on AD User?
    I will create a dummy task with name "*Trigger Location Dependents*" and always return a "TRUE" response in the integrated adapter.
    Now upon true I will generate Change HomeDir & Change OU process tasks.
    I will provide Trigger Location Dependents name aganist USR_UDF_LOCATION code in the triggers lookup.
    Should this work or do u have any suggestion..Please
    Regards
    user12841694
    Edited by: user12841694 on Dec 23, 2010 6:59 AM

  • How to setting the root user profile?

    It seems that I can't fine any complet manual to introduce how to setting the root user profile file which locate at /etc/profile? Who can help me find out or figure it out

    first /etc/profile is a global profile for the system
    its not only specific to root
    from here you can configure the system wide paths
    Regardless of the shell you are using, when you first log in your system generally runs the system profile file, /etc/profile. This file is generally owned by the system administrator and is readable (but not writable) by all users.
    After your system executes the system profile, it runs the user profile. The user profile is one (or more) initialization files that define your working environment. For example, if you're in the CDE environment your system checks this file (or set of files) each time you start a new terminal or window.
    refer this::
    http://www.shrubbery.net/solaris9ab/SUNWabe/ADVOSUG/p33.html
    man page here
    http://www.unix.com/man-page/OpenSolaris/4/profile/

  • Is slashes allowed in the Oracle user name?

    Do we can allow backward and forward slashes as a part of the Oracle user name?
    If not, Is there any other way force the usage of slashes?
    thanks

    That's work, but I have to say, very strange, and you must use double quote each time you invoke this user :
    SQL> create user toto/titi identified by pwd;
    create user toto/titi identified by pwd
    ERROR at line 1:
    ORA-00922: missing or invalid option
    SQL> create user "TOTO/TITI" identified by pwd;
    User created.
    SQL> ed
    Wrote file afiedt.buf
      1* grant create session to toto/titi
    SQL> /
    grant create session to toto/titi
    ERROR at line 1:
    ORA-00933: SQL command not properly ended
    SQL> ed
    Wrote file afiedt.buf
      1* grant create session to "TOTO/TITI"
    SQL> /
    Grant succeeded.
    SQL> conn "toto/titi"/pwd@H89UCBAC
    ERROR:
    ORA-01017: invalid username/password; logon denied
    Warning: You are no longer connected to ORACLE.
    SQL> conn "TOTO/TITI"/pwd@H89UCBAC
    Connected.
    SQL> conn H89UCBAC/H89UCBAC@H89UCBAC
    Connected.
    SQL> drop user "TOTO/TITI";
    User dropped.Nicolas.
    Oups, sorry Laurent...
    Message was edited by:
    N. Gasparotto

Maybe you are looking for

  • Not able to login to FWSM via SSH client

    When i am trying to login to FWSM via SSH client and it is throwing an error that "SSH server rejected your password Try again"

  • How to insert text in the text-id using BDC

    Hi Friends, I m using the BAPI to upload the data for a transaction . In that transaction there are some text id's are created to insert text like 'Container number'. I want to insert the text in that text id . But it not a field. Text ids are having

  • Need to create a REPORT

    I need to create a kind of report, just like the one you can create in MSAccess, with data taken from a Jtable and also labels and text fields. I know nothing about how to make it. Can you give me some tips? Just know that I'm using Forte for Java. T

  • No power in new SC-2345, PWR01 (powered from PXI-6221)

    I've used several systems in the past that included an SC-2345 box powered from a PXI card, and until now have not had problems. I have an SC-2345 (PWR01, rear-connect) connected to a PXI-6221, all brand new, and the SC-2345 does not seem to be getti

  • Sync Backup Assistant & Blackberry Exchange Server

    I recently purchased a Blackberry and I am using a business Blackberry Exchange Server.  My contacts are now from my Outlook account.  Is it possible to sync the contacts from my old phone with my Outlook Exchange contacts?  I am wondering if this wi