Want to check Active Users in Oracle EBIZ R12 from backend.

Want to check Active Users in Oracle EBIZ R12 from backend. Active users concurrent is showing all the user available in EBIZ can any one help me to find out
what is the actual user available in ebiz unlock unexpired.

956731 wrote:
Want to check Active Users in Oracle EBIZ R12 from backend. Active users concurrent is showing all the user available in EBIZ can any one help me to find out
what is the actual user available in ebiz unlock unexpired.Please see old threads for the query you need to run:
https://forums.oracle.com/forums/search.jspa?threadID=&q=Users+AND+Connected+AND+Query&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
https://forums.oracle.com/forums/search.jspa?threadID=&q=Users+AND+Connected&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
Thanks,
Hussein

Similar Messages

  • I want to check/see the total quantity of items from fixed asset module

    Dear All,
    When I create purchase requisitions or purchase order, at the time of selection of items (Printer etc)…
    I want to check/see the total quantity of items from fixed asset module.
    Please guide, me how can I see the total items are available in fixed assets, on purchase order
    Product Detail
    Database Server
    RDBMS : 10.2.0.5.0
    Oracle Applications : 11.5.10.2
    Machine : ofadb.thecityschool.edu.pk
    User : APPS
    Oracle SID : PROD
    System Date : 16-APR-2012 13:27:37
    Database Server PID : 13485
    Session SID : 1437
    SERIAL# : 12175
    AUDSID : 32767692
    Database CPU Usage (in secs) : 0.69
    Regards

    Oracle does not offer this functionality.
    You will have to write a personalization that will query FA based on the item and display the message to the user.
    To invoke this personalization, the user may have to go to tools > show FA. This Show FA is a new option you create by personalization.
    Sandeep Gandhi

  • Query or Profile Option to find Current logged in user in oracle apps R12

    Query or Profile Option to find Current logged in user in oracle apps R12.
    I want to get value of current user who is logged in to that particular session, based on the value of user_id or user_name returned i have to do a Forms Personalization.
    Plz help.
    Regards,
    Sadiya P.

    Hi Sadiya,
    do you have the answer for this? please send it to me because i am also have same requirement. so plz post it here....

  • How to check Internal, Concurrent Manager status in Oracle Apps R12 from fr

    Step by step how to check Internal, Concurrent Manager status in Oracle Apps R12 from front end and how to start them.

    Richa wrote:
    Step by step how to check Internal, Concurrent Manager status in Oracle Apps R12 from front end Concurrent Processing - Concurrent Manager Generic Platform Questions and Answers [ID 105133.1]
    and how to start them1) Using adcmctl.sh (from the backend)
    2) Using Activate button (from the front-end) -- http://docs.oracle.com/cd/E18727_01/doc.121/e12893/T174296T174302.htm#4334248
    Thanks,
    Hussein

  • I am in the process of doing a Proof Of Concept / Evaluating products that can help us build a Java Application to Convert a PDF document to a Searchable PDF.   I wanted to check is there any simple JAVA API from Adobe to achive this ? Any direction in th

    I am in the process of doing a Proof Of Concept / Evaluating products that can help us build a Java Application to Convert a PDF document to a Searchable PDF. 
    I wanted to check is there any simple JAVA API from Adobe to achive this ? Any direction in this regard is greatly appreciated.@

    You can achieve this using LiveCycle PDF Generator JAVA API. You can find required code here:
    Adobe LiveCycle * Quick Start (SOAP mode): Converting a Microsoft Word document to a PDF document using the Java API
    In parameters:
    //Set createPDF2 parameter values
    String adobePDFSettings = "Standard";
    String securitySettings = "No Security";
    String fileTypeSettings = "Standard OCR";
    "Standard OCR" file type setting will run OCR on input pdf. In the code, instead of doc file provide a pdf file. Resultant pdf will be searchable PDF i.e OCRed PDF.
    Feel feel to ask any further questions.

  • Upgrading Oracle Apps R12 from 12.0.0 to 12.0.4?

    Hi
    Can anybody help in upgrading Oracle Apps R12 from 12.0.0 to 12.0.4?
    Please provide me the links or steps involved?
    Thanking you.

    Oracle E-Business Suite 12.0.4 Release Update Pack Readme
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=465776.1
    6510214 R12.AD.A.DELTA.4
    sqlplus "/as sysdba" @$APPL_TOP/admin/adgrants.sql APPLSYS
    6435000 ORACLE E-BUSINESS SUITE 12.0.4 RELEASE UPDATE PACK (RUP4)
    6400100 CONSOLIDATED ONLINE HELP FOR 12.0.4
    6742236 FORMS FAILS TO LAUNCH USING FIREFOX AND MOZILLA
    6116405 AS11 CLASSIC - REPORTS MATS RUN HANGS
    6145693 R12 RAPIDCLONE CONSOLIDATED FIXES JAN/2008
    The following Oracle Forms objects did not generate successfully:
    igc forms/US IGCBDAQF.fmx
    igi forms/US IGIPDETU.fmx
    igi forms/US IGIRRMSC.fmx
    12.0.4 : Several Invalid Objects After Applying Rup4.
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=554096.1
    Cause
    The synonym HX_PARTY_RELAIONSHIPS does not exist.
    Solution
    -- To implement the solution, please execute the following steps::
    Run adadmin option Recreate Grants and Synonyms.
    Verify that the synonym HZ_PARTY_RELATIONSHIPS is created.
    Run adadmin to compile invalid objects.
    Run adadmin to regenerate the forms.
    After you have updated to Release 12.0.4, perform the following post-update steps to update all database tier nodes with the code level provided by RUP4:
    Application tier:
    * As the APPLMGR user, run the environment (UNIX) or the command (WINDOWS) file for the current APPL_TOP.
    UNIX
    . ./<APPL_TOP>/APPS<CONTEXT_NAME>.env
    Windows
    <APPL_TOP>\envshell<CONTEXT_NAME>.cmd
    * Run AutoConfig on the APPL_TOP.
    * Run the admkappsutil.pl utility to create the file appsutil.zip in the <INST_TOP>/admin/out directory.
    perl <AD_TOP>/bin/admkappsutil.pl
    Note: For details on how to run AutoConfig and create appsutil.zip, refer to Using AutoConfig to Manage System Configurations in Oracle Applications Release 12 (Doc ID: 387859.1).
    * Copy or FTP the appsutil.zip file to the <RDBMS ORACLE_HOME>.
    * Uncompress appsutil.zip under the <RDBMS ORACLE_HOME>.
    cd <ORACLE_HOME> unzip -o appsutil.zip
    * Run AutoConfig on the <RDBMS ORACLE_HOME>.
    Note: For details on how to run AutoConfig on the database tier and how to transfer the AutoConfig updates from the APPL_TOP to the RDBMS ORACLE_HOME, refer to Using AutoConfig to Manage System Configurations in Oracle Applications Release 12 (Doc ID: 387859.1), Section 2, Step 3, Patching AutoConfig.
    Database tier and application tier:
    Re-run adpreclone.pl on the database tier and the applications tier. Since updates included in RUP4 were applied to the system, adpreclone must be run again in order to apply the updates to the clone directory structures used during cloning.
    perl adpreclone.pl dbTier
    perl adpreclone.pl appsTier

  • Setting password expiry for all users in oracle apps R12

    hi,
    i have OS RHEL 5,Oracle apps: 12.1.1
    now i want to set the password  expiry for all the users in oracle apps to 60 days..
    can some on please guide on how this could be done.
    It is urgent,your help is appreciated.
    regards,
    Milan Rathod

    Hi Milan;
    Check below thread
    How force users to change passwords every 60 days
    How force users to change passwords every 60 days
    PS:Registered: Sep 24, 2010
    Total Posts: 38
    Total Questions: 30 (28 unresolved)
    Please change your thread status to anwered which you already get answer for your issue
    Regard
    Helios

  • Questions on SSO and OID implementation on oracle EBIZ R12.0.6 ID 376811.1

    Hello Guys,
    IS ORACLE 10g enterprise edition is same oracle identity management because I am bit confused what is going on when we logged an SR we have been told to use oracle 10g AS (10.1.3.5) but in the note its always says oracle 10g AS 10.1.4.X. which is in turn an Identity management so we need install oracle 10gAS (10.1.3.5) then on top of that we install oracle identity management which comprises of OSSO and OID . is it correct ??
    in reference note 376811.1
    please advise
    thanks
    MN

    Hello Hussien,
    Anyways I upgraded to 10.1.3.5 patch_set 10gAs on ebiz r12.0.6
    I have other question regarding the doc ID 376811.1
    in there is section
    Pre-Install Task 4: Apply the latest certified Application Server Patchset
    Oracle E-Business Suite Release 12 is certified with the Application Server Patch Sets listed in the table below:
    Certified AS Patchset Download Location One-off Patch details (if any)
    Oracle Identity Management 10g Release 3 Patch Set 1 (10.1.4.2) 5983637 8811442
    Oracle Identity Management 10g Release 3 Patch Set 2 (10.1.4.3) 7215628 8811442
    Oracle Application Server and Oracle Developer Suite 10g Release 2 (10.1.2) Patch Set 2 (10.1.2.2.0) 4960210
    Oracle Application Server and Oracle Developer Suite 10g Release 2 (10.1.2) Patch Set 3 (10.1.2.3.0)
    5983622
    Follow the installation instructions provided in the patch README to install the patch on your Identity Management Server and to check supported operating systems.
    Oracle always recommends latest certified AS patchset for E-Business Suite customer
    I installed oracle 10gas 10.1.4.0.1 its up and running so do i need to just apply the patchset oracle Identity management 10gR3 patcheset (10.1.4.3)
    or  I have to apply  both 10.1.4.3 and the oracle Application server 10g release 2 (10.1.2)patch set 3(10.1.2.3.0) ???
    because in enterprise manager application server control it says version 10.1.2.0.2 and identity management components show 10.1.4.0.1 .
    thanks in advance.

  • Create New User In Oracle ERP R12.

    Hello,
    How can I create a new user directly in database instead of creating from System Administrator menu in Oracle Applications R12 ?
    Also, is it possible to apply some default responsibilities when a creation of new user account take place via database ?
    Thanks.

    RRA wrote:
    Hello,
    How can I create a new user directly in database instead of creating from System Administrator menu in Oracle Applications R12 ?
    Also, is it possible to apply some default responsibilities when a creation of new user account take place via database ?
    Thanks.This topic was discussed many times in the forum before, please see old threads for the same topic/discussion along with the code you can use.
    Create Application User from the Backend
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Create+AND+Application+AND+User+AND+Backend&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Create+AND+Users+AND+API&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Assign Responsibilities API
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Assign+AND+Responsibilities+AND+API&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    FND_USER_PKG API
    https://forums.oracle.com/forums/search.jspa?threadID=&q=FND_USER_PKG&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    FND_USER_PKG.CreateUser
    https://forums.oracle.com/forums/search.jspa?threadID=&q=FND_USER_PKG.CreateUser+&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    FND_USER_PKG.AddResp
    https://forums.oracle.com/forums/search.jspa?threadID=&q=FND_USER_PKG.addresp&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Oracle Ebiz R12 Post Installation Issues

    Hi guys,
    I have just installed Oracle Apps R12.1.1 - fresh install- on windows xp but getting this error when I try to go into forms. I still get the error even after installing a higher version:
    1) FRM-92095 :Oracle JInitiator version too low. Please install version 1.1:8.2 or higher
    2) Again, I can't log onto Sqlplus due to this error:
    Enter user-name: apps/apps
    ERROR:
    ORA-12560: TNS:protocol adapter error
    3) I get only dos prompt for sqlplus logon and not the usual sqlplus white background screen.
    4) from Programme, Start menu, I can't see the Forms and report developer menus.
    Will appreciate any contributions
    Ify

    Hi Hussein,
    Thanks a lot for your quick response. Please below my reply to yours (" ").
    Did you install on XP Professional?
    "Yes I did "
    Did the installation complete successfully with no errors?
    "Yes I did "
    1) FRM-92095 :Oracle JInitiator version too low. Please install version 1.1:8.2 or higher
    2) Again, I can't log onto Sqlplus due to this error:
    Enter user-name: apps/apps
    ERROR:
    ORA-12560: TNS:protocol adapter error
    Please run AutoConfig and make sure it completes successfully.
    “I have run AutoConfig and it took just 1 min to run and shuts down. I installed Jav6 update 31 and now gets a different error while trying to open the form:
    Frm-92101: There was a failure in the forms server during startup. This could happen due to invalid configuration . Please look into the web –server log file for details”
    “I do not know where the path for the web-server log to look into”
    Also, please make sure you source the application/database env file before you connect via sqlplus.
    “Please can you confirm how to source the application/database env file “
    3) I get only dos prompt for sqlplus logon and not the usual sqlplus white background screen.
    This is an expected behavior since R12 comes with 11gR1 database.
    4) from Programme, Start menu, I can't see the Forms and report developer menus.
    How To Bring Up 10G Forms Builder In R12 Environment? [ID 579318.1]
    Using the OracleAS 10.1.2 Forms and Reports Builders with Oracle Applications Release 12 [ID 444248.1]
    “I do not have access to metalink. Please can you summarize the solution ”

  • Integrating Oracle Ebiz R12 with Demantra

    Hi,
    Are there any standard interfaces(PL/SQl APi's,XML gateway webservice) to integrate R12 EBiz with Demantra.
    I am new to Oracle Demantra.Also Suggest what approach is required to integrate Ebiz with Demantra
    Thanks

    Hi;
    Please follow below and see its helpful:
    http://applicationsdba.blogspot.com/2008/01/r12-demantra-integration-overview.html
    http://applicationsdba.blogspot.com/2008/01/r12-demantra-integration-part-ii.html
    http://orafusionmiddleware.blogspot.com/2009/10/oracle-demantra-73-integration-with_11.html
    Regards
    Helios

  • Oracle Ebiz R12.1: Out of the Box Web services avialable

    All,
    I come from intergration background, can anybody let me know about list of out of the box web services in R12.
    Ex: Oracle E-Business Suite R12.1 – Integrated SOA Gateway Provides Native, Out-Of-The-Box SOAP Based Web Services
    Thanks in advance.
    Regards
    Girish S C

    Hi,
    Please see these documents.
    Note: 556540.1 - Installing Oracle E-Business Suite Integrated SOA Gateway, Release 12.1
    Note: 565922.1 - Oracle E-Business Suite Integrated SOA Gateway Release Note:s, Release 12.1.1
    Note: 815196.1 - Oracle E-Business Suite Integrated SOA Gateway 12.1.1 - Consolidated One-Off
    Note: 726414.1 - Oracle E-Business Suite Integrated SOA Gateway Troubleshooting Guide, Release 12
    Note: 755067.1 - Using Oracle BPEL 10g with E-Business Suite Release 12.1.1
    Note: 755069.1 - EBS R12 Packager and Adapters for External Application Servers
    Note: 782455.1 - How Can I Expose E-Business Suite Integration Interfaces as Web Services in Release 11i and R12.0 <-- Good tutorials and additional resources in this document.
    You could also refer to SOA Blogs.
    Steven Chan Blog - SOA
    http://www.google.com/search?q=SOA&sitesearch=http%3A%2F%2Fblogs.oracle.com%2FstevenChan&domains=http%3A%2F%2Fblogs.oracle.com%2FstevenChan
    Oracle SOA Suite - Team Blog
    http://blogs.oracle.com/SOA/
    SOA@Oracle SCA, BPEL, BPM & Service Bus
    http://orasoa.blogspot.com/
    Thanks,
    Hussein

  • Restricting users from backend changes

    Hello,
    I have some users who keep doing the changes from backend without going into the application ( Forms 10g Frontend). I want to restrict all users to change the data from backend so that whenever they use sqlplus they can't change the records in the tables. But whenever they are running the application ( Oracle forms) they should be able to change(insert/Update/Delete) the records in the table. Any suggestion how can I make this happen.
    Thank you.

    Assuming the users dont have the schema owner password and have to log into their own accounts in sqlplus.
    grant a role to the user identified by a password. Dont tell the users the password. :)
    grant select, insert, update, delete, execute permissions to specific tables, functions, procedures to the role.
    When the users go into sqlplus they wont be able to do anything until the role is enabled since it has a password. Remember, they dont know the password so they are not going to be doing much.
    In your pre-form trigger do this to enable the role so they can do things.
    Check to see if the currently logged in person has the role assigned..
    SELECT GRANTED_ROLE
    FROM USER_ROLE_PRIVS
    WHERE USERNAME = my_username_variable and
    granted_role = 'MY_ROLE';
    if they do have the role then do this...
    DBMS_SESSION.SET_ROLE('my_role IDENTIFIED BY my_password');
    Now they can insert, update, delete and so on from the form.

  • How to Restrict the users in oracle applications

    Hi,
    I want to Restrict the users in oracle applications without using database
    can any one please expalin me how to resttrict the users using middletier
    Thanks
    Gita

    HI srini ,
    my application version 12.0.4 and database is 10.2.0.4
    and i want to restrict the No of users
    exp i have have 500 users and i want restrict to 100 only
    how can i do that please explain
    Thanks,
    Sudheer

  • Create Read Only User in Oracle 10.2.0.4

    Hi., Friends,
    I want to create an user in Oracle 10.2.0.4 with read only rights of my hole database. I am not having Enterprise Manager Console so i want create from command prompt.Can u please explain me the step for create and assign read only role to user.
    Regards
    Mahendran

    Hi Mahendra,
    I am happy with Surendrajain's reply, but with this sql you will not able to view the data present in SAP Schema,
    The entire sql query with the comments in bracket  is given below
    1) create user PPMTEST identified by program1;    
    2) Create role PPMROLE;                           {  PPMROLE is the role name which will be later assigned to the user PPMTEST}
    3) Grant CONNECT to PPMROLE;                                 { CONNECT role allows the user to connect to oracle database}
    4) Grant SELECT_CATALOG_ROLE to PPMROLE;       { SELECT_CATALOG_ROLE role allows the user to view the oracle data dictionary}
    5) GRANT SELECT ANY TABLE to PPMROLE;             { "SELECT ANY TABLE" privilege allows the user to view the table which is present in the SAP schema}
    6) Grant PPMROLE to PPMTEST;                                         { Assigning the role PPMROLE to the user PPMTEST}
    7) COMMIT; 
    Thanks and Regards
    Debdeep

Maybe you are looking for

  • Preview and logging window in FCE 4.0 HD

    Hi Everyone, Just a quick question: I'm learning FCE from the Diana Weynand book at the moment. My problem is I don't see the Preview and Logging windows when I am capturing from my Canon XH A1s. I'm using FCE 4.0 HD. SL 10.6.8 Canon XH A1s 2008 24"

  • Places not working correctly

    I can't seem to get Places to work correctly. Here is what I do and what happens: 1)  I shoot picts with a point and shoot and a handheld GPS. Dates and times are in synch. Time zone double-checked. 2)  Import photos into Aperture. 3)  Plug Garmin 60

  • Problems with Print Report Queries and € sign

    Hi, In one of my database fields I've prices with currency (euro sign, dollar, etc.) saved as varchar2. In PDF report I need to make some calculations with this value, so I thought of dividing it into 2 parts, value and currency. As SQL statement I'v

  • ArrayController in non-document based Applications

    I just tried to use the ArrayController in an app. The app was not document based. I did everything as you are supposed to do, I made up a class called AppControll, set it Files Owner of the XIB file, connected the contend Array and so on. There were

  • Iphone 5s 8.1.2 update

    Noticing a similar concern of increased battery depletion and also had cable destroyed while updating while still plugged in. Question is for Apple techs as to why I have to be so afraid to unplug my cable to charge on different outlets. Third device