How to create users in OTM

Hi all

I can't get the hang of creating users in OTM. When I go to Oracle ATS administrator, I can only configure users for the database from the OLT.

How to create users in the OTM database?

Rgds,
Blu

Hi Blu
You must change the default database when you log into the admin page.
There is the connection & field pwd but also the drop down menu you can choose the database that you want to manage.

It may be useful
See you soon
JB

Tags: Oracle Development

Similar Questions

  • How to create user defined groups and users with custom permissions as only open and export in obiee 11 g?

    Hello

    I want to give as open & export to the level of permissions.

    How to create user defined groups and users with custom permissions as only open and export in obiee 11 g?

    For example, if the group permissions, inturn should reflect on the users.

    Please help me.

    Thanks in advance,

    A.Kavya.

    Your question is quite broad and fuzzy then I suggest the security catalog presentation to read documentation: http://docs.oracle.com/middleware/1221/biee/BIESC/mgrgrpsusers.htm#CIHIBJGD

    And I think that you mix you two things which are managed in different places:

    ) an object as read access permissions, write, delete... which control you through the object "Permissions" dialog box

    (b) functional privileges controlled through "Manage privileges" under "Administration".

  • How to create users that can connect to the application?

    Hello


    As an example of Application provided by APEX, in this application, the administrator can create users and reset passwords, and the user can connect to this application. How is this happening?

    Now I know how to create users and reset passwords through the corresponding working table.

    But I don't know how to use the user to to connect to the application? I tried several times to use the user create by ADMIN to connect to the application, but I failed.

    I can't find any setting in the sample Application, but it do.

    If any good plans?

    I thank in advance.

    There are two ways you can handle this... Build users of the APEX and continued them through the api of the APEX (not recommended by what I saw several comments here, outside the development environment) OR in your application, you could build a custom authentication system...

    Here is a link to explain how make one:
    http://djmein.blogspot.com/2007/07/custom-authentication-authorisation.html

    Thank you

    Tony Miller
    Webster, TX

  • How to create users in bulk in Hpyerion Shared Services Console

    Hi all

    I need to create users in bulk in the Shared Services Console. Since I have many users, so I don't want to use Front End. Instead, I prefer to download a CSV of things sort.

    For this I export the console shared services and open the file Users.csv.

    Now my plan is to add all my users here and then going to import this backup of the Shared Services Console.

    The only point where I am confused is that how should I indicate the passwords encrypted in the file Users.csv and also what should I write in the column "internal_id."

    If you use LCM and native users then you should be able to enter a uncrypted password and when it is imported, it must be encrypted.

    Leave empty internal id column for new users, by creating a new test user.

    See you soon

    John

    http://John-Goodwin.blogspot.com/

  • How to create users to access an application?

    I have an application that uses the authentication scheme 'ACCOUNT database'. I am able to connect using the name of the schema owner, but he must create other users who will have access to this application. How can I do this?

    Thank you
    Hozy

    Then you must create the database users
    CREATE USER IDENTIFIED BY

    But your "schema owner" probably does not have rights to create users, so you need to ask your DBA to do (or connect as SYS or SYSTEM if you know their password)

  • the Runtime installation: how to create users?

    Our application uses authentication Application Express and has only a few standard users (for each role, we have a user).

    By using the steps to import an application as described here:
    http://joelkallman.blogspot.com/2010/07/apexapplicationinstall.html

    I managed to create a space for work and import demand. How to import (or create) the users and associate them with the workspace?

    Hello

    Here is an example. Run as SYS or SYSTEM

    DECLARE
      n_security_group NUMBER;
    BEGIN
      SELECT workspace_id
      INTO n_security_group
      FROM apex_workspaces
      WHERE workspace = 'YOUR_WORKSPACE_NAME';
    
      wwv_flow_api.set_security_group_id(n_security_group );
    
      APEX_UTIL.CREATE_USER(
        p_user_name                     => 'NEWUSER2',
        p_first_name                    => 'FRANK',
        p_last_name                     => 'SMITH',
        p_description                   => 'Description...',
        p_email_address                 => '[email protected]',
        p_web_password                  => 'password',
        p_developer_privs               => 'ADMIN:CREATE:DATA_LOADER:EDIT:HELP:MONITOR:SQL',
        p_default_schema                => 'MY_SCHEMA',
        p_allow_access_to_schemas       => 'MY_SCHEMA2',
        p_change_password_on_first_use  => 'N',
        p_attribute_01                  => '123 456 7890'
      );
      COMMIT;
    END;
    

    In the query where clause replace YOUR_WORKSPACE_NAME with the name of your workspace.

    APEX_UTIL. CREATE_USER sample I took the document
    http://download.Oracle.com/docs/CD/E17556_01/doc/apirefs.40/e15519/apex_util.htm#BABCFBGG

    Kind regards
    Jari

  • Error ORA-20987 creating users with apex_util.create_user.

    Hello. I need to copy users from one summit to the other.

    @apex4 is a DBlink apex 4 initial installation, I need to create users on a new server apex4, where I am loged and run this script:


    declare
    users of cursor is
    Select *.
    of apex_040100.wwv_flow_fnd_user@apex4
    where user_name <>'ADMIN ';
    Start
    for you in a loop users
    (. Create_user) APEX_UTIL
    p_user_id = > u.user_id,.
    p_user_name = > u.user_name,
    p_first_name = > u.first_name,
    p_last_name = > u.last_name,
    p_description = > u.description,
    p_email_address = > u.email_address,
    p_web_password = > '1234'.
    p_web_password_format = > 'CLEAR_TEXT');
    end loop;
    end;

    I tried to connect with apex_public_user and sys as sysadmin, but I still get the same error:

    ORA-20987: APEX - unauthorized access (package for the undefined security group variable). -Contact your administrator of the application.
    ORA-06512: en "APEX_040100.WWV_FLOW_ERROR", line 704
    ORA-06512: en "APEX_040100.WWV_FLOW_ERROR", line 1008
    ORA-06512: en "APEX_040100.WWV_FLOW_FND_USER_API", line 24
    ORA-06512: en "APEX_040100.WWV_FLOW_FND_USER_API", line 617
    ORA-06512: en "APEX_040100.HTMLDB_UTIL", linea 1395
    ORA-06512: in linea 8

    Thanks in advance and sorry for my English.

    Published by: Andres Vilallave on 2012-ene-31 12:48

    Published by: Andres Vilallave on 31-ene-2012 12:49

    Hello

    When you run this code?
    If you run this code in SQL client like SQL * Plus or SQL Developer this post might help
    Re: installation of the runtime: how to create users?

    Kind regards
    Jari

    http://dbswh.webhop.NET/dbswh/f?p=blog:Home:0

  • How to connect to the newly created user account?

    Original title: new account in picasa.

    I have 84, very computer illiterate, using Windows XP and I'm trying to work through the book "Picasa for Seniors.  The first thing he asked to do me is to create a new user account to use while I work my way through the book.  I created a new account, but cannot find anythiny on how to log in to the new account.    How can I do this?   Thanks for any help. Frank

    Hi Frank,.

    (a) If you restart or use change user, you will see the number of user accounts present your computer.

    (b) select the user want to log-in in the list account.


    Reference:
    How to create and configure user accounts in Windows XP?

    Hope the helps of information.
    Please post back and we do know.

  • How to create a user-defined Service

    Hello

    The Microsoft article "How to create a User-Defined Service" is very explicit. I understood how to deploy a file .exe as a windows service. But my executable creates and writes a .txt file that I do not see that appear when I starts the service. I have to do something special?

    Thanks in advance, supertreta.

    I found the answer: she was on C:\WINDOWS\system32. Sorry for my precipitate question.

  • How to create a user-defined function?

    is there a substitute for the exe instsrv and srvany in Vista?

    I don't know what means your post, so here's how to create a user-defined function:
    1) click Start
    (2) select "Control Panel".
    (3) select "system and maintenance".
    4) click on "Administrative Tools".
    5) click on "Task Scheduler."
    (6) click on "create task" (right in the list pane under) "Actions") "
    "(7) opened in the general tab it will choose if it only works when the account that is used to implement is connected, or ' if that user is logged in or not" (leave the box ' do not store the... "empty password)
    (8) always in the general tab, check the box 'run with highest privileges '. (This will ensure that no program can block)
    (9) type a name for the task (in the general tab)
    (10) to set the job to run an awhile, use the "triggers" tab, if you want to set a task runs after xx min. temps_inactivite, choose the 'conditions' tab, then choose the desired time.
    (12) click on the 'actions' tab click on 'new '. in the program/script line, search for and select the program you want to run, and then click Open.
    13) click OK in the window "create a task".
    14) click OK again and you are done.
    I hope this helps.

  • How to create your default desktop for all / some users?

    Using Vista business I want to create a desktop computer by default for all users. How can I do this?

    I have a machine that has a dozen accounts. Can I retroactively apply this desktop computer to some existing accounts?

    Thanks for thehlp

    Joe

    Discussions on the topic "Change the profile by default in Vista"
    http://social.technet.Microsoft.com/forums/en-us/itprovistasetup/thread/62ed66ad-71cd-43C3-83c0-5303d77176b8/
    by Heather

    "How to make a standard profile w / user by default.
    http://forums.techarena.in/Vista-Help/1065679.htm
    by Darrell Gorter [MSFT]

    How to create the default profile for Vista
    http://help.Lockergnome.com/Vista/create-Vista-default-profile--ftopict15825.html
    Darell Gorter mentioned here only taken methods supported to change the default user profile:
    "How to customize the local default user profile when you prepare a
    image of Windows Vista, Windows Server 2008, Windows XP, or Windows Server 2003"
    http://support.Microsoft.com/default.aspx?scid=KB; EN-US; 959753
    but when you go on the link says the Tip system is not for Vista, on Windows Vista title is missing.

    I hope I could help

  • Issue. How is - a share their created user dashboard?

    Issue. How is - a share their created user dashboard? I created a dashboard a few months I would like to share with others in my group, but for the life of me, I can't find the option to share the dashboard. Can anyone provide an overview of this? I use vFoglight 5.5.4.4.

    Hi Dwight,.
    In the pane actions on the right in the tab general, you should be able to click on properties, then change the basic properties. From there, you can select which roles can view your dashboard. It should then appear in the pane on the left at the bottom under 'other dashboard users' (or something equivalent).
    I have not found a way to put my dashboard in the "my dashboards" of another user if.

  • How to create a password for the user account for my child?

    How to create a password for the user account for my child?

    You can create the user with the parental control account. This will act as a protection for the child's account.

    You can take a look at the following links on setting up parental controls:

    http://Windows.Microsoft.com/en-us/Windows/set-up-family-safety#set-up-family-safety=Windows-7

    http://Windows.Microsoft.com/en-us/Windows/set-parental-controls#1TC=Windows-7

    http://www.howtogeek.com/HOWTO/10524/how-to-use-parental-controls-in-Windows-7/

  • How to create the user account using the command?

    How to create the user account using the command?

    Open cmd as administrator, and then type the following commands one after the other

    NET user / add program mypassword
    net localgroup administrators program / add
    net share concfg * C:------/ grant: program, complete
    This will create a user account with the name "Program" and the password "MonMotpasse".

    You can create the user name and password of your choice.
  • How to create a user local administrator with the user root on the CV

    As says the tile, how to create a user local administrator with the user root on VCS-Express. I lost the password and cannot log in as an admin user, but I can't seem to log as long as user root.

    Once connect you with the root account, type in "tsh", from there, you can create the accounts of local administrators with 'xCommand AdminAccountAdd.  See the reference section of command of the VCS Administrator's Guide, starting on pg 517.

    If your VCS is a virtual machine, you can change the password of admin with vSphere, or if it is a hardware appliance, you can use the serial port, see pg 312 of the Administrator's guide.

Maybe you are looking for

  • My haomepage of Firefox has been cannibalized - please help.

    My Mozilla firefox homepage seems to have been cannibalized by this web site: http://www.searchnu.com/406 Norton Security software is installed. That triggers the warning following on my desk: "An attempt to change your default page (Mozilla) has bee

  • Satellite L300 - how physically change United Kingdom keyboard us keyboard

    I have a new Satellite L300 (model No. PSLB8E-06Q007EN) that I bought in the United Kingdom recently when my old laptop died while I was on vacation. I am now back in the USA and wish to exchange the UK keyboard for a U.S. keyboard. Are the footprint

  • Cannot trade for free 100GB of disk storage

    One of the ads for the chromebook CB5 is that it comes with a free 100 GB of storage Google Drive for 2 years. There is even a small sticker of acer on my chromebook which says that I have the free storage, but I can't buy it and activate my free sto

  • Mouse MS will not calibrate

    I bought a new mouse and keyboard (Microsoft Wireless Laser Mouse 6000) MS to go with my new Vista system and my mouse don't line up when I try to select cells, rows, or columns in Excel, or words, lines, columns, rows in Word and it does not select

  • How do we install Veo Stingray webcam?

    Original title: hay, I have a veo cam I have a veo Stingray that I can't plug it up can you help me