User / responsibilities SQL

Is there a SQL query for r12 list all the responsibilities assigned to all users? Prefer a query as opposed to a report.

user599292 wrote:
I don't want to limit by username, I want a single report for all users and all the responsibilities assigned to all users.
What I understand if I was walking down users of a report on the responsibility, and we had 50 responsibilities, it's 50 reports, we would have to run that would take forever.

Run the simultaneous program 'active users '.

Thank you
Hussein

Tags: Oracle Applications

Similar Questions

  • Role of the user of "SQL Developer" rESTful services

    Hello

    I am following the tutorial ""REST Data Services Installation, Configuration and Development Guide " "

    But it seems that I can't create a user with the role of "Developer SQL". I am running the below command, I specify the password. Then called the credentials file is created.

    But I can not yet connect SQL Developer using development REST with this credential.

    java-jar ords.war user test_developer "SQL Developer"


    There is no such role when I manually search for in the database. How can I create it?


    Maybe I should create a thread separate, but my second question is, why I need for RESTful to work services have both apex_al.xml and apex_rt.xml conf files?

    For what I understand, it is not necessary to have installed to use the services of APEX RESTful?

    dmdamiyo wrote:

    I am following the tutorial 'REST Data Services Installation, Configuration and Development Guide.

    But it seems that I can't create a user with the role of "Developer SQL". I am running the below command, I specify the password. Then called the credentials file is created.

    But I can not yet connect SQL Developer using development REST with this credential.

    java-jar ords.war user test_developer "SQL Developer"

    There is no such role when I manually search for in the database. How can I create it?

    As mentioned by rwendel is not an Oracle database user / role you create, but it is specific to ADR.

    You can share the link in the documentation where you follow this step?

    If you want to install ADR using Oracle SQL Developer and use the various functions of the ADR 3.0, you can watch the following for quick information on ADR 3.0 sessions:

    Maybe I should create a thread separate, but my second question is, why I need for RESTful to work services have both apex_al.xml and apex_rt.xml conf files?

    For what I understand, it is not necessary to have installed to use the services of APEX RESTful?

    Yes, Oracle APEX is not necessary for the accommodation of RESTful Web Services with ADR 3.0, it was necessary in pre ADR 3.0 versions.

    Reference:

    The 'apex_al.xml' is the configuration user DB APEX_LISTENER and 'apex_rt.xml' matches the configuration of the APEX_REST_PUBLIC_USER DB user. You don't have to configure these users (if you do not want to use Oracle APEX). These users are necessary only if you want to use the RESTful Services with Oracle APEX.

    Reference: http://docs.oracle.com/cd/E56351_01/doc.30/e56293/config_file.htm#BABHAJDE

    If you do not want to use Oracle APEX, then just configure the users ORDS_PUBLIC_USER and ORDS_METADATA.

    Reference: http://docs.oracle.com/cd/E56351_01/doc.30/e56293/install.htm#CHDGACJC

    Kind regards

    Kiran

  • Capture to users running sql in shell script after every 10 minutes

    Hi all

    We have a strange problem. crash of database, so decided to check that users make when OS/DB crashes.

    I need your RACE/SCHEDULING of entry into such a script, which includes all active users with SQL running and add to a log file so that we are aware of what has past when DB/OS crashed.

    I can run this race a query V$ SESSION, V$ SQL and V$ PROCESS but I need your ideas in writing a SHELL Script and scheduling can work via CRON.

    Kind regards.

    Or better yet

    sqlplus /some_report_file. 'date + %m-%d - hour %M %Y'

  • responsibilities SQL

    Is there a SQL query for r12 list all users who have access to your system EBS and the responsibilities they have assigned to their accounts? I prefer to use SQL statements so that I could interogate the data in excel.

    SELECT fu.user_name, fr. RESPONSIBILITY_NAME, furg.start_date

    OF fu fnd_user

    fnd_user_resp_groups_direct furg

    fnd_responsibility_vl en

    WHERE 1 = 1

    AND fu.user_id = furg.user_id

    - AND fu.user_name = 'Test'

    AND fr.responsibility_id = furg.responsibility_id

    - AND furg.start_date > ='01-apr-2013. '

    order by 3

    ;

    Hope this will help you...

  • R12 - assign roles to users via SQL not through forms

    Hello

    I want to give users a specific role and I would like to know if there is no sql to do this. Gives/shows only the method of forms security guide.

    Here I had 100 + users that I need the entitled, the role of and through forms, it will take me hours to days. Someone has the SQL for this?

    OracleTree wrote:
    Hello

    I want to give users a specific role and I would like to know if there is no sql to do this. Gives/shows only the method of forms security guide.

    Here I had 100 + users that I need the entitled, the role of and through forms, it will take me hours to days. Someone has the SQL for this?

    How to assign and revoke the role and responsibilities to a user using a Standard API? [373369.1 ID]

    WF_LOCAL_SYNCH
    http://ETRM.Oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=WF_LOCAL_SYNCH&c_owner=apps&c_type=package

    Thank you
    Hussein

  • Anyone can guide me please to the appropriate forum for the creation of users in SQL?

    Hello world

    (1) I have logged into Oracle administrator and created a user with these steps table owner:

    CREATE USER user_name
    IDENTIFIED BY password
    DEFAULT TABLESPACE USERS
    TEMPORARY TEMP TABLESPACE
    DEFAULT PROFILE
    RELEASE OF ACCOUNT;

    (2) then I gave the following permission to the user:

    GRANT CONNECT TO user_name;

    (3) then I gave resources to the user:

    GRANT RESOURCE TO username;

    (4) then I have connected to the user, created all the tables and all the necessary information within each table.

    (5) after that I again registered as an administrator and created another user who is going to be change, inserting and selecting data.

    (6) then I have linked to the owner of the table and the user may consult all the data in the tables like this:

    GRANT SELECT, INSERT, UPDATE, DELETE on table1 TO username;

    (7) when the user connects it receive an error indicating that the table does not exist.

    Can anyone please help and show me where I made a mistake here?

    SQL and PL/SQL community.

  • Cannot create the user in SQL Server 2008 physical model

    When I'm on the right, click relationship models-> Relational_1-> physical models-> SQL Server 2008-> database-> users, 'New' (which is the only option) is greyed out and I can not add users.  In versions 4.0 EA, I was able to create users.  This feature has been removed from SQL Server?  I work in a mixed shop and we chose SDDM because it could support Oracle and Microsoft. And I am now ready to migrate everything from Oracle Designer to SDDM and it seems that some of the featrures of SQL Server have been removed.

    Hi Marcus,

    any object login - tree of the physical model of SQL Server consists of:

    -Databases

    - Connections

    -Tables

    -Views

    - ...

    If you need to create a connection in the connections series and in its dialog box you will find related tab.

    Philippe

  • How to create a user of SQL server back-end interface using Dreamweaver Wizard

    Hello

    I want to test a database application that uses SQL server as backend.

    To test I want to create web user interface using c#. As I remember in dreamweaver there is a wizard to easily.

    But I can't find it now. Please let me how do

    I'm using CS5.

    Thank you

    flashmark1 wrote:

    I want to create web user interface using c#. As I remember in dreamweaver there is a wizard to easily.

    But I can't find it now.

    ASP.NET support has been removed since Dreamweaver a while ago (in CS4, I think).

    If you want to restore the ASP.NET server behaviors in CS5, you must install ASPNet_Support.mxp, which is located in C:\Program Files (x 86) \Adobe\Adobe Dreamweaver CS5\configuration\DisabledFeatures in Windows or similar location in the Applications folder on a Mac.

    The server behaviors are are no longer officially supported, but they perform the same functionality as in earlier versions of Dreamweaver.

  • How to insert multiple rows in a table by the user (pl/sql)

    Hello
    I was trying to insert several rows in a table by a user by some pl/sql, but not every time entry. :/
    What is happening is that the program requires each time ask the user for the new value but the loop
    1 values inserts actually four times (the loop is run four times). can any point on what I am
    doing wrong or solutions will be fun ;)

    what I wrote here

    ---------------------------------

    Set serveroutput on
    set verify off

    declare

    EmpNo number;
    EmpName varchar2 (20);

    Start

    because loop me in 1.4
    EmpNo: = & empno;
    EmpName: = '& empname';

    insert into values(empno,empname) of the employee;

    end loop;

    end;

    -------------------------------

    do not laugh at my code, I'm new to this oracle :D

    Thank you, prospects for the future for a response

    user13371438 wrote:
    Thanks for the info, looks like a nice tool will ;) try
    but I really want (my problem) in pl/sql

    Take a quick re-read my post above.

    PL/SQL is a process running on the database server. This process cannot interact with the client computer. He can't ask for user input, and it cannot display the output to the client. Client interface tools can only do. You are eager to get feedback from a user, if you need an interface tool to do. SQL * Plus can interface and application of entry, but only as variable substition, and it does not really provide a programming construct that allows you to run a program in a loop to do. Do this using SQL * Plus you must pair it with shell/dos scripting languages, but more ideally you should use an interface appropriate as Apex.

    I was wondering if it all works in pl/sql to release cached data (as fflush (stdin) in c ++)

    PL/SQL does not a customer entry, so there is no sense to have something to release the cached data. You pass the values of PL/SQL code using procedures or functions with parameters.

  • How to monitor the update the user trigger sql table column

    Hello

    My database in the face of a problem that someone (or some jobs) always update the decimal points in a column. I want to trace who (what) update of the column, but the database do not have verification of activation.

    can anyone help. provide a trigger script to monitor the table if the column has been updated by commas, which returns records in a table.

    Thank you very much.

    Concerning

    Sean

    Why not, it's also so easy...! ! !

    SQL> CREATE TABLE audit_log (
      2  old_id VARCHAR2(15),
      3  new_id VARCHAR2(15),
      4  chng_by VARCHAR2(10),
      5  chng_when DATE,
      6  machine VARCHAR2(20),
      7  osuser VARCHAR2(20));
    
    Table created.
    
    SQL> CREATE OR REPLACE TRIGGER referencing_clause
      2  AFTER UPDATE
      3  ON report_heading
      4  REFERENCING NEW AS NEW OLD AS OLD
      5  FOR EACH ROW
      6  BEGIN
      7  IF INSTR(:NEW.ID,',') > 0
      8  THEN
      9  INSERT INTO audit_log
     10  (old_id, new_id, chng_by, chng_when, machine, osuser, ipadd)
     11  VALUES
     12  (:OLD.ID, :NEW.ID, USER, SYSDATE, SYS_CONTEXT('USERENV','HOST'), SYS_CONTEXT('USERENV','OS_USER'));
     13  END IF;
     14  END referencing_clause;
     15  /
    
    Trigger created.
    
    SQL> ALTER TABLE REPORT_HEADING ENABLE ALL TRIGGERS;
    
    Table altered.
    
    SQL> SELECT * FROM REPORT_HEADING;
    
    ID
    --------------------
    104001.1
    104002.1
    104002.1
    99.00
    246004.1
    88.00,
    
    6 rows selected.
    
    SQL> UPDATE REPORT_HEADING SET ID='99.11,' WHERE ID='99.00';
    
    1 row updated.
    
    SQL> SET LINE 200;
    SQL> select * from audit_log;
    
    OLD_ID          NEW_ID          CHNG_BY    CHNG_WHEN MACHINE              OSUSER
    --------------- --------------- ---------- --------- -------------------- -------------------- ---------------
    99.00           99.11,          SCOTT      05-MAR-10 BOSER\GIRISH         GIRISH\Girish Sharma
    

    BOSER here is my workgroup name and GIRISH is my machine name.

    HTH
    Girish Sharma

  • User with SQL input?

    Hello

    I need to create a query that uses entries of user as part of the query.

    Example:

    SELECT * FROM point
    WHERE designer = 'Gucci ';

    The "Gucci" in the query part must be entered whenever the user query ran... Can you help me?

    I tried the following, but it doesn't...

    SELECT * FROM point
    WHERE the designer as ' & & Designer';

    Any help appreciated, thanks.

    Hello

    Try this and if you do not want to specify a single quote then at the prompt user must enter as "Gucci". And with the following statement user just type Gucci at the command prompt

    SELECT * FROM Item
    WHERE Designer like ('&Designer');
    

    Concerning

  • Please: sql script to remove all users without objects on all databases

    Hi *.

    I need a big help each of you please.

    I have many users who is not more work in our society. Some who receive objects are locked. There are a lot of users and many database servers. And it's that long to finish this work.

    That the why I need your help to give me Scripts anyone who falls all users who have not all objects in all databases on all the oracle Server.

    Und other to import all users of all users who still get items in a table. And I guess to do before Friday 03 July 09.


    Thank you very much in advance

    Sincerely your

    Ora_Genie

    >
    Vincent wrote:
    to give you all the users with no object.

    To simplify can run the script generated by
    >

    Hi Michaels,

    This may not work

    SQL> Create user michaels identified by michaels
      2  /
    
    User created
    
    SQL> SELECT 'drop user ' || owner || ' cascade;' stmt
      2    FROM all_objects
      3   Group BY owner
      4  Having Count(*) = 0;
    
    STMT
    -------------------------------------------------
    

    Maybe this,.

    SELECT 'drop user ' || a.username || ' cascade;' stmt
      FROM all_users   a
         , all_objects b
     WHERE a.username = b.owner(+)
       AND b.owner Is Null
     Group BY a.username
    

    Kind regards
    Christian Balz

    Published by: Christian Balz 07/02/2009 11:18

  • How to log on as a proxy user identified externally

    Hello.

    Two users defined thus: create user Njn identified externally. grant connect to Njn; change user App_owner grant connect through Njn;

    Through the sqlplus:

    [App_owner]/@db1 sqlplus

    Via ODP.NET:

    con. ConnectionString = "user Id = App_owner; Proxy User Id =; Data Source = db1; « ;

    How to connect via sqldeveloper in this case (I can connect correctly identified externally by sqldeveloper).

    Regards Niels Jespersen

    I asked a Service request with Oracle. Finally, there is a note of support (Note 1261857.1 : how to use Proxy user in SQL Developer?) that explains how do.

    Best regards, Niels Jespersen

  • ADR running on Weblogic developer vs SQL

    Hello

    I try to use options dev REST of the developer SQL (4.1.1.19) with ADR 3.0.2. Everything's fine, all using instances local and remote stand-alone ords.war through the role created by java-jar ords.war user devlistener "SQL Developer". However, when I go to WLS 12 c (I suppose that file the same credentials must be used because it is deployment the same ords.war that is used in the case of standalone), Developer SQL cannot authenticate and displays an authorized 401/no error message. Ideas in this regard will be appreciated. Thank you.

    Thanks Ganesh. You are absolutely right.

  • Error with SQL server 2008 for migration of ODI 10 ODI 11 g g

    Hello

    I'm migrating ODI 10 g, 11 g with the Assistant provided by Oracle , but each time, I get the following message:

    [ODI] [INCIDENT_ERROR] [UPGCMP-00338] [update. Repository working ODI ODI] 'ODI_WORK' uses JDBC Driver "com.microsoft.sqlserver.jdbc.SQLServerDriver".

    [ODI] [INCIDENT_ERROR] [update. ODI] Cause: ODI work Repositoriry don't use default JDBC driver. Action: Please update connection ODI repository work to use default JDBC driver

    No idea how I could fix it?

    Concerning

    Jean

    Try user weblogic sql server driver

    Driver name: weblogic.jdbc.sqlserver.SQLServerDriver

    URL: jdbc:weblogic:sqlserver://hostname:port: [; property = value [,...]]

    The driver lib:wlsqlserver.jar

Maybe you are looking for