Apps Schema need DBA privilege in all cases?

Dear all,

In any case drawing apps need DBA privilege in e-business R default 12.1.3,, we should not GRANT DBA to apps?

Please suggest me when DBA permission necessary for the APPS schema.

Thank you

Hello

Please read on user apps and the security of having a better understanding here

http://docs.Oracle.com/CD/E18727_01/doc.121/e12841/T120505T120510.htm

http://docs.Oracle.com/CD/E18727_01/doc.121/e12841/T120505T120521.htm#338810

Configuration Guide for Oracle E-Business Suite Release 12 (Doc ID 403537.1)

Concerning

SANAE

Tags: Oracle Applications

Similar Questions

  • How to grant privileges to update on the custom procedures created in the apps schema?

    Hello
    We have a R12.0.6 instance that runs within our Organization. Our programmers keep requesting access on some custom procedures that are initially created in the apps 'write (update)' scheme. I have created a read-only as database user and granted ' run/debug' privilege on these custom procedures, but always using this procedure user cannot be updated (in sufficient privileges).

    Once they change the procedure, send me the code. Using profile user apps, I can recreate it using procedures create or replace the control. In this way it works very well. Our concern is how they (programmers) themselves using database read-only user does this work? What privileges should be granted?

    Please guide me?
    Concerning
    Ariz

    Arizuddin wrote:
    Hello
    First of all, I have to give ' run/debug"on a particular procedure that exists in the apps schema. Grant then 'edit any proceedings', it works.

    "alter any procedure" is a privilege of system and now the user can change any procedure in the database. You will need to remember this security risk.

    Concerning
    Rajesh

  • Why the App Manager think I need administrator privileges to install updates?

    I am a subscriber of creative cloud, and when I opened apps (for example, Muse) I receive a message to install upgrades (or not). If I ask to install, I wonder for info login and password, which is then denied and I get an error message that I need administrator privileges. If the installation fails.

    I can sign in to this site using my login and password, so this isn't the problem. I can also open the application (without update), but these are listed as being time sensitive: only available until, for example, on 14 June. But there is no way for me to install these new versions. Help!

    This is where updates their files / registry keys. For example, install/update Flash Player DURATION has always access required admin life file in the operating system folder tree (on Windows, this is in system32/C:\windows\system32\macromed). Registry-Wise, Adobe put the keys in HKCU and HKLM - the latter is read-only for normal users.

    If you manage a network with the enterprise licensed software, there are tools for creative Cloud allowing a Manager to build packages for deployment to base installers and updates offline. If your users have copies of the retail of CC, is not an option and all must be managed on a basis by computer.

  • excute privilege on all procedures under a scheme to a role

    Hello

    I use oracle 10g and Windows server 2003, I have a user named towner.
    I need to give a role named kgroup excute privilege on all procedures under this scheme of towner.

    Can someone share a query to do this, ty.

    Hello
    Log in as towner and run this procedure...

    Declare
    proc_name varchar(200);
    sqlstat varchar(500);
    cursor c1 is
    SELECT object_name  FROM  user_procedures;
    begin
    open c1;
    loop
    fetch c1 into proc_name;
    sqlstat:='GRANT EXECUTE ON ' ||proc_name||' to kgroup';
    Execute immediate sqlstat;
    exit when c1%notfound;
    end LOOP ;
    close c1;
    end;
    

    Concerning

    UMI

  • Compilation of scrip in currently with DBA privilege

    Hi gurus,

    I am compiling two procedures with the aid of a user of the application in the database. These two procedures are in a valid state in production.
    I was in the test environment.
    The user of the application under test env is the same as in production withh all the privileges appropriate.

    In the script a single procedure, v$ sqltext, v$ session and v$ process are used and other DBA_USERS is used.
    I tried several times to the build script but error was like table or view does not exist.

    But same user was able to interview on these views.
    To solve the problem, I gave right to select on v_$ < < 3 > > the user application and then compiled and I managed.

    But my question is user has DBA privileges and capable of questioning over the views, but the procedure was not created?

    oramnts wrote:
    My problem happened that the block was dba_users, v$... s

    I mentioed I compiled all the procedures but these procedures have dba_ v$.

    Thank you & best regards

    When you grant the role table and grant the user role.

    This user can query... But on pl/sql, no find table.

    http://surachartopun.com/2008/09/ORA-00942-table-or-view-does-not-exist.html

    If you need pl/sql... for query v$ or tables + views in any case. YOU MUST GRANT DIRECTLY!

    Roles are not intended to be used by application developers, because the privileges to access the schema objects in the stored programming constructs must be granted directly.

  • How to use Oracle 10g (LOGMINER) consistent with DBA privileges JKM

    Hi gurus,

    Transposition of the CDC, we are checking out JKM Oracle 10g coherent (LOGMINER).
    Only restriction is that we can have no privilege DBA granted to the user of the ODI.

    So far, I did the following

    JKM Oracle 10g compatible (LOGMINER) uesed with

    ASYNCHRONOUS_MODE = NO
    AUTO_CONFIG = NO
    JOURNAL_TABLE_OPTIONS: USERS


    1 source schema: test
    2. There are 2 tables (DEPT_CDC_SRC and EMP_CDC_SRC) in the schema of the TRIAL, the two were added to the process of the CDC
    3 schema work: cdc

    4. from SYS schema the following grants were given to ODI work shema user.

    Grant connect, the cdc resources
    GRANT SELECT ANY TABLE OF CDC
    Grant EXECUTE ON dbms_stats to cdc
    Grant execute on DBMS_CDC_PUBLISH at CDC
    Grant execute on DBMS_CDC_UTILITY to CDC
    Grant execute on DBMS_CDC_SUBSCRIBE at CDC
    Grant execute on DBMS_STREAMS_CDC_ADM to CDC
    Grant execute on DBMS_CDC_IPUBLISH to CDC
    Grant execute on DBMS_CDC_SYS_IPUBLISH to CDC
    Grant execute on DBMS_CDC_ISUBSCRIBE at CDC
    Grant execute on DBMS_CDC_DPUTIL to CDC
    Grant execute on DBMS_CDC_EXPDP to CDC
    Grant execute on DBMS_CDC_EXPVDP to CDC
    Grant execute on DBMS_CDC_IMPDP to CDC

    5. as a user SYSDBA has done the following:
    ====================================
    SHUTDOWN IMMEDIATE;
    BOOTABLE MEDIA;
    ALTER DATABASE ARCHIVELOG;
    ALTER DATABASE OPEN;
    ALTER SYSTEM ARCHIVE LOG START;
    ALTER SYSTEM SWITCH LOGFILE;
    ===================================

    6 start journal... it fails to create the stage newspaper.
    with the following error
    ORA-06512: at "SYS." DBMS_CDC_PUBLISH.

    7. for the goal conceded role DBA to CDC test and start the log it is successful

    8 revoked of CDC DBA and restart the log. It still fails to form newspaper market.
    with the same error i.e.
    ORA-06512: at "SYS." DBMS_CDC_PUBLISH.

    How to solve this problem without any DBA privilege to the scheme of ODI work?

    Kind regards
    Frédéric

    Published by: 804400 on November 24, 2010 02:39

    Hello

    http://www.DBA-Oracle.com/t_insifficient_privileges_create_view_grant.htm said

    You must have the privileges of the object that you made from tables

    Privileges required to create views

    To create a view, you must meet the following requirements:

    You must have been granted the CREATE VIEW (to create views in your schema) or CREATE ANY VIEW (to create a view of another user schema) system privilege, either explicitly, or by a role.

    You need to explicitly obtain the SELECT, INSERT, UPDATE, or DELETE privileges object on all underlying base objects in the view or system privileges SELECT ANY TABLE, INSERT a WHOLE TABLE, UPDATE ANY TABLE or DELETE ANY TABLE. You may not have gotten these privileges through roles.

    I hope this helps.

    Thank you
    Fati

  • Impossible to grant DBA privileges

    Hi all

    I was trying to give privilege to execute procedure user, I got an error of ORA-01031: insufficient privileges.

    I have dba privileges, now I do not understand why I get this error message, is there specific reasons?

    not only the procedure, but on any object in the schema, I'm not able to grant privileges to other users.

    DB version is 8i


    Thank you

    Deepak_DBA wrote:
    Jin

    Connect as sysdba and DBA restitution to sainaba and Maxence conn and even try the grant, see what happens.

    Kind regards
    Deepak

    The OP didn't need to pay anything because the role was already granted, as it is seen from the query
    @OP - could you please after the release of SQL * more screen where you get an error and we show the connected user name by running the following command:

    show user
    
  • Compile Apps Schema took so long

    Hi friends,

    EBS R12.1
    OEL 5.4

    I am compiling scheme apps due to an invalid object when you apply the patch. but the program is always run as 24 hours + now :(

    Have you encountered similar problem yet? Can you help me solve this kind of problem?
    adadmin
    
           Compile/Reload Applications Database Entities
       ---------------------------------------------------
    
       1.    Compile APPS schema
    
       2.    Compile menu information
    
       3.    Compile flexfields
    
       4.    Reload JAR files to database
    
       5.    Return to Main Menu
    
    
    
    
    Enter your choice [5] : 1
    
    
    sqlplus -s APPS/***** @/u01/applprod/PROD/apps/apps_st/appl/ad/12.0.0/sql/adutlrcmp.sql APPLSYS ***** APPS ***** ***** 16  0 NONE FALSE
    «The above program works forever and his has an activity when you check the status of the OS «top»»
    top - 14:27:49 up 63 days,  4:59,  6 users,  load average: 2.12, 2.17, 2.23
    Tasks: 432 total,   2 running, 430 sleeping,   0 stopped,   0 zombie
    Cpu(s): 12.5%us,  0.2%sy,  0.0%ni, 86.9%id,  0.4%wa,  0.0%hi,  0.0%si,  0.0%st
    Mem:   8171552k total,  8121216k used,    50336k free,    34908k buffers
    Swap:  8388600k total,  1101216k used,  7287384k free,  5796552k cached
    
      PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
    23133 oraprod   25   0 1227m 116m 109m R 100.0  1.5   1144:00 oracle
    27215 root      16   0 13004 1364  820 S  0.7  0.0   0:04.44 top
    18303 root      15   0 13004 1360  816 R  0.3  0.0   0:00.03 top
    23346 oradev1   15   0 1215m  41m  41m S  0.3  0.5   3:48.11 oracle
    24746 appldev1  17   0  821m 246m 6244 S  0.3  3.1   8:25.78 java
    Help, please...


    Thank you very much

    MsK

    Salvation;

    I have to run autoconfig or pre clone so that changing again appear in my backup?

    You can do it, I think it will cause any problem

    If my level of DB's RAC, I need to run the command on a single node right? no need to run on all nodes?

    No you don't need to use the same command on the other node

    Respect of
    HELIOS

  • How to give subsidies on the packages belonged to another apps schema

    Hello

    Could you help me by giving subsidies on the packages belonged to another apps schema.

    to give the grant that we can use to either run or debug, but I'm not sure that him on the behaviour of this donation.

    (1) if I give subsidies to the parcel if it may harm data or objects associated with this object IE apps.

    The user who got grants on these packages if it executes this package - make changes in the environment.

    with respect,
    Surya

    Published by: SuryaSrinivas on June 30, 2009 02:31

    Hello

    I think that it should run no problem granting privilege on the packaging of custom schemas apps. However, you must give approval with cautious execute as account APPS is a powerful user and you need to know the implication to give privileges to other diagrams.

    Kind regards
    Hussein

  • Open photo of Photos in the Preview app? Need info GPS and maps!

    Hello!

    I write trip review and to see where my photo was taken (in the maps application), and what is digital gps coordinates for each image.

    Search on google - go, I got that via this pic of opening in 'Preview' app.

    But - I have all my pic in Photos app (automatically imported from my iphone to macbook pro Mac OS sierra).

    so, I can export all the photos, I need, in a specific folder and then, from there, open it in the finder and get my info, of course - but looks silly, I think.

    as I already have this pich in Photos - photo can I somehow open directly from Photos Preview app?

    or obtain the gps position open, where this picture is taken in cards programm (not this small window, which is in the Photos, but wide, Maps application) / and obtain the coordinates of the gps directly via the Photos app?

    Thanks in advance.

    Use the media browser in preview - in the open window on the left down - media = == > photos == > Photos

    or even more appropriate is to buy external editors for extension of Photos in the App store ($0.99) and you can view the pictures in preview when using the hotos

    Photo editing Photos for Mac Extensions

    LN

  • Trying to make a USB bootable via UltraISO, says I need administrator privileges

    I'm doing a usb bootable via ultraISO and it says you need administrator privileges. ? I am the administrator and the only user to use it... !!

    all solutions... ?

    You receive the error message is a little vague. You really need "elevated privileges" that are more that holds a user to the Administrators group. Restart ultraISO by the contextual element or the right click menu and select run as administrator. Provide credentials if necessary.

  • I keep getting these messages that do not allow to use a file. What should I change to have privileges for all functions?

    Original title: administrator Win7

    I have win7 and IE11 running on a HP 8540p.  I'm the only person authorized to use the laptop - I am the administrator.

    I keep getting these messages that do not allow to use a file.  What should I change to have privileges for all functions?

    The second file is not cooperating and was not deleted.

    "Not cooperating" can mean many different things. A real verbatim error message would be more useful. In the case of locked files, it is often possible to remove safe mode.

  • CD printer software says I need administrator privileges to install but I AM the administrator

    I have a HP PSC 2400 Photosmart printer. I want to install on my Windows 7 laptop. When I insert the CD (for Windows XP) it says I need administrator privileges. I AM the administrator. Why I get this message and how can I work around it so that I can have all the features of my all-in-one?

    There is a Wizard of the printer that will help you on the HP website.
     
     
    Windows 7 use the built-in support for your model, so forget the original CD as a siurce for drivers...

    Mike Hall MVP - Windows Expert: consumer http://msmvps.com/blogs/mikehall/

  • How can I disable administrative privileges on all files in windows 7

    Every time I change laptops, do a reboot of the system or any work on a file, I get locked out my files

    Hi James,

    Thanks for posting your question in the Microsoft Community forums.

    I see from the description of the problem, you want to know how to disable the administrator privileges on all files.

    I imagine the inconvenience that you are experiencing. We are here to help and guide you in the right direction.

    To resolve the issue with deactivation of administrator privileges, I need more information:
    1. what exactly mean you by "I get locked out of my files?
    2. are you logged in as a standard user or administrator?
    3. are you referring to the administrator user ID and quick Email?

    If you are referring to the administrator user ID and quick Email, try the following steps and check if it helps.
    (a) open user account control settings by clicking on Start button.
    (b) then click on Panel.
    (c) in the Search box, type uac, and then click on change User Account Control settings.
    (d) drag the bar of never notify.

    Note: You will not be notified until changes are made to your computer. If logged in as an administrator, programs can make changes to your computer you know on the subject.

    Note: User Account Control (UAC) can help you to prevent your computer from unauthorized changes. It works by asking permission when a task requires administrative rights, such as installing software or changing settings affecting other users. We do not recommend disable user account control. If you turn it off, you must reactivate as soon as possible.

    See the links for more information.

    Let us know the status of the issue after you perform the troubleshooting steps. If you need additional help or information on Windows, I'll be happy to help you. We, at tender Microsoft to excellence.
  • Can FND_USER_PKG be executed or used by the APPS Schema

    Hello

    I have a client who needs to use applications. FND_USER_PKG (to update password etc.) through the APPS Schema.

    Is it supported?

    Kind regards

    Hugues

    Hello Pravin,

    Thanks for the tips.

    It is not supported. It is considered as customization and Oracle will not be supported.

    How to: Run the application as a custom user [1483548.1] Packages

    Kind regards

    Hugues

Maybe you are looking for