DBA privileges for BOMM.

Hi Experts!
Currently customer want to know the reason why user account with DBA privilege must be needed for BOMM.
I've read "xir2_mm_users_guide.pdf"
"Ensure that the new user has permission to create, modify, and delete  tables so that Metadata Manager can modify the database as required.
For Oracle, the user must have DBA privileges.  "
Could you please give me a piece of advice or explain?
Thanks in advance
Tony (Customer Assurance)

Hi Dan and All folks,
I am having challenges collecting all metadata (specially procedures) on a given Oracle Schema.in Production due to DB user Privileges. 
We have created a DB Account/User having the following Privilege 1. Unlimited Tablespace, Create Session and ANY dictionary" . We are using native connections for our integrator's.
However, in development region when I change the Privilege to the following: --
1. SELECT ANY TABLE and
  2. EXECUTE ANY PROCEDURE
I get metadata for all objects and the counts of objects via SQL matches with the count of distinct objects collected by the BOMM tool for that schema (i.e. Table, Views, Procedures and Synonyms).
Now the issue is that, the DBA's will obviously NOT allow the db user to have "EXECUTE ANY PROCEDURE" Privilege in Production.
While we are looking at other alternatives, like writing scripts etc, I am reaching out to you all for any thoughts/help I can get towards this issue. Does anyone have any suggestions on it?
Thanks
Prabhash Dubey.

Similar Messages

  • The user account in which the Oracle VSS Writer Service is running does not have the DBA privileges to log in to the Oracle instance.

    VSS-00011: Connection to database instance <instance_name> failed.  
    Cause : The user account in which the Oracle VSS Writer Service is running  does not have the DBA privileges to log in to the Oracle instance.  
    Action : Run the Oracle VSS Writer Service in a user account that can connect to the Oracle instance with DBA privileges.  
    I have assigned ora_dba group to the user that runs the Oracle VSS Writer Service which is the only Oracle solution but still getting
    the above error. Was advised to raise the issue here that it is an OS issue. Pls help

    The user account cannot access Oracle Database instance. And also how do you temporarily disable security software on the server.
    Have you checked what I already asked for? "Try using the user account and access the Database Instance.
    That will let you see if the problem is with the user account permissions or not."
    If this does not help then you can contact Oracle as suggested by Dave.
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • DBA privilege is requied to EXPDP in Oracle 10g XE export....?

    Hi...All...,
    1. I created one user and give privileges CONNECT,RESOURCE only.
    2. I ran the expdp command, it is giving following errors
    ORA-39002: The operation is invalid.
    ORA-39070: The log file cannot be opened.
    ORA-39087: Directory name DD1 is invalid.
    3. Then i gave DBA privilege and ran the same expdp command. Now it created
    dump file without any problems.
    So DBA privilege is required for a user to create dump file...is it true....?
    Thanks in advance,
    Pal

    DBA privilege is required for a user to create dump
    file...is it true....?No, most probably you didn't grant privileges to your user on the directory you specified within expdp command.

  • INS0003 OWB Repository Installation cannot continue without DBA privileges

    Hi:
    I´ve installed oracle database 10120 and today installed oracle warehouse builder 10.1, the installation haven´t problems, but when i try to execute OWB Repository Assistant i have the follow message error:
    INS0003 OWB Repository Installation cannot continue without DBA privileges
    If i connect me to OEM and check the privileges for sys or system user don't have any problem if i connect me as sysdba.
    I created a new user with all privileges and the error is the same.
    How could i fix my problem?
    Thanks for your help.
    Alex.

    This issue is normally caused because you have not setup sys to connect as sysdba per newer database setup procedures, test with connect "/ as sysdba" in sql*plus.
    If you cannot connect from SQLPlus by just the '/ as sysdba' login, then check the Note 50507.1 via Metalink as this describes the different ways you can connect to Oracle as an
    administrative user.
    Hope this helps,
    Keith
    Product Management
    Oracle Warehouse Builder

  • Primavera P6 v6.2.1 apply service pack 3 without dba privilege

    Hi,
    I have a Primavera P6 Project Management v6.2.1 database and admuser has no dba rights. It has only the privileges like connect,resource,select any dictionary,create job only. I tried to apply service pack 3 but it failed since it has no dba rights for admuser.
    Admuser don't have dba rights or create any view, create any synonym privileges also.
    If anyone applied service pack 3 on primavera p6 v 6.2.1 database schema by using manually running scripts. Please update me.
    Regards,
    Gokulnath

    You need to involve your DBA in this. The only supported method of upgrading is going to be to grant admuser the appropriate role/permissions required which you will need Sytem access to do.
    It doesn't make sense to try and circumvent this when it is as simple as "GRANT DBA to admuser", run the SP3 update, and "REVOKE DBA FROM admuser". Additionally you likely need to apply the SP3 client update to all users of that database (not sure exactly what SP3 entails as I have never installed it).

  • OWB DBA Privileges Required

    I have OWB and Oracle 10g Installed on the same computer.
    When I go to create the Repository, logging in as user sys
    I get the following message.
    INS0003: OWB Repository Installation cannot continue
    without DBA privileges. Connect as DBA and use
    option Create a new Warehouse Builder Repository to
    continue the process.
    I can however connect to other databases in our environment and
    the repository installation seems to continue without this error.
    Any Body have any Idea about this error message?

    Good morning Melvin,
    What do you mean, "logging in as user sys"?
    Creating a runtime repository is done using the Runtime Assistant, you don't log on there, you only provide user credentials, for instance for a user with SYSDBA prviliges.
    I assume you've read chapter 2.3 in the Oracle Warehouse Builder Installation and Configuration Guide?
    What are the exact versions of database and OWB and are they certified with each other? Did you apply patches?
    Certain versions don't work well together, check Metalink Note:332371.1
    BTW, there was already a thread regarding a similar issue in this forum, did you check that?
    See oracle datawarehouse builder INS0003, INS0009 .
    Good luck, Patrick

  • Enterprise Manger with Remote DBA Privileges

    Has anyone been able to set up there database, management server, and management console to allow for remote DBA privileges?
    I successfully set up the enterprise manager and repository etc. but I can't get sysdba privelages through the console. I followed the steps in the manual for creating a new password file and restarting my local instance but it didn't work.
    Any advice would be appreciated.
    Running Oracle 8.1.6
    OS Windows 2000 Advanced Server
    thanks
    steve

    Make sure you have granted SYSDBA/SYSOPER to whatever account it is that you are logging in as. Also, make sure that you chg the init param REMOTE_LOGIN_PASSWORDFILE = exclusive. The default is "none" which negates the password file you created and also will not allow you to grant the SYSDBA/SYSOPER roles to any account.

  • Privilege for creating a View from a Stored Procedure

    Hi,
                         I need to create a view from a procedure. I could do it from an anonymous block whereas I am unable to do that from a Stored Procedure. Should I need a specific privilege for performing this operation? If so what would be the reason behind it? Will that privilege be given in production databases?
    Code to replicate:
    CREATE TABLE t11 AS SELECT * FROM DUAL;
    CREATE OR REPLACE PROCEDURE p_etl_test_view
    AS
    BEGIN
       EXECUTE IMMEDIATE 'CREATE OR REPLACE VIEW v_t11 AS SELECT * FROM t11';
    END;
    PROCEDURE P_ETL_TEST_VIEW compiled
    Elapsed: 00:00:00.131
    BEGIN
       EXECUTE IMMEDIATE 'CREATE OR REPLACE VIEW v_t11 AS SELECT * FROM t11';
    END;
    anonymous block completed
    Elapsed: 00:00:00.069
    BEGIN
       p_etl_test_view;
    END;
    Error starting at line 13 in command:
    BEGIN
       p_etl_test_view;
    END;
    Error report:
    ORA-01031: insufficient privileges
    ORA-06512: at "OCCSS_ENTMT_HK_DEV_01.P_ETL_TEST_VIEW", line 4
    ORA-06512: at line 2
    01031. 00000 -  "insufficient privileges"
    *Cause:    An attempt was made to change the current username or password
               without the appropriate privilege. This error also occurs if
               attempting to install a database without the necessary operating
               system privileges.
               When Trusted Oracle is configure in DBMS MAC, this error may occur
               if the user was granted the necessary privilege at a higher label
               than the current login.
    *Action:   Ask the database administrator to perform the operation or grant
               the required privileges.
               For Trusted Oracle users getting this error although granted the
               the appropriate privilege at a higher label, ask the database
               administrator to regrant the privilege at the appropriate label.
    Elapsed: 00:00:00.100
    The privileges I am having:
    SELECT   *
        FROM dba_sys_privs
       WHERE grantee = 'OCCSS_ENTMT_HK_DEV_01'
          OR grantee IN (SELECT granted_role
                           FROM dba_role_privs
                          where grantee = 'OCCSS_ENTMT_HK_DEV_01')
    ORDER BY 1;
    GRANTEE
    PRIVILEGE
    ADMIN_OPTION
    EXP_FULL_DATABASE
    ADMINISTER RESOURCE MANAGER
    NO
    EXP_FULL_DATABASE
    ADMINISTER SQL MANAGEMENT OBJECT
    NO
    EXP_FULL_DATABASE
    BACKUP ANY TABLE
    NO
    EXP_FULL_DATABASE
    CREATE SESSION
    NO
    EXP_FULL_DATABASE
    CREATE TABLE
    NO
    EXP_FULL_DATABASE
    EXECUTE ANY PROCEDURE
    NO
    EXP_FULL_DATABASE
    EXECUTE ANY TYPE
    NO
    EXP_FULL_DATABASE
    READ ANY FILE GROUP
    NO
    EXP_FULL_DATABASE
    RESUMABLE
    NO
    EXP_FULL_DATABASE
    SELECT ANY SEQUENCE
    NO
    EXP_FULL_DATABASE
    SELECT ANY TABLE
    NO
    OCCSS_ENTMT_HK_DEV_01
    CREATE DATABASE LINK
    NO
    OCCSS_ENTMT_HK_DEV_01
    CREATE TABLE
    NO
    OCCSS_ENTMT_HK_DEV_01
    DEBUG CONNECT SESSION
    NO
    OCCSS_ENTMT_HK_DEV_01
    SELECT ANY DICTIONARY
    NO
    SCB_SCHEMA_ROLE
    ALTER SESSION
    NO
    SCB_SCHEMA_ROLE
    CREATE CLUSTER
    NO
    SCB_SCHEMA_ROLE
    CREATE DIMENSION
    NO
    SCB_SCHEMA_ROLE
    CREATE INDEXTYPE
    NO
    SCB_SCHEMA_ROLE
    CREATE JOB
    NO
    SCB_SCHEMA_ROLE
    CREATE MATERIALIZED VIEW
    NO
    SCB_SCHEMA_ROLE
    CREATE OPERATOR
    NO
    SCB_SCHEMA_ROLE
    CREATE PROCEDURE
    NO
    SCB_SCHEMA_ROLE
    CREATE SEQUENCE
    NO
    SCB_SCHEMA_ROLE
    CREATE SESSION
    NO
    SCB_SCHEMA_ROLE
    CREATE SYNONYM
    NO
    SCB_SCHEMA_ROLE
    CREATE TABLE
    NO
    SCB_SCHEMA_ROLE
    CREATE TRIGGER
    NO
    SCB_SCHEMA_ROLE
    CREATE TYPE
    NO
    SCB_SCHEMA_ROLE
    CREATE VIEW
    NO

    BoopathyVasagam wrote:
    Thank you for your answer. So should I issue the below statement? (Since I dont have dba privs i couldn't test this)
    GRANT CREATE VIEW to P_ETL_TEST_VIEW;
    I doubt that above will prevent the error from being thrown.
    prior to running anonymous block again; just do as below
    SET ROLE NONE;
    doing so should result in same error being thrown when invoking
    BEGIN 
       p_etl_test_view; 
    END; 

  • "Create" Datasource Privilege for Deployer Role

    Hi,
    We want to enable the "create" datasource privilege for the Deployer Role, after reading some information for this role looks like they are only allow to modify or delete datasources, but not create them. Admin privilege is not a good option for this group.
    Any ideas or suggestions...

    BoopathyVasagam wrote:
    Thank you for your answer. So should I issue the below statement? (Since I dont have dba privs i couldn't test this)
    GRANT CREATE VIEW to P_ETL_TEST_VIEW;
    I doubt that above will prevent the error from being thrown.
    prior to running anonymous block again; just do as below
    SET ROLE NONE;
    doing so should result in same error being thrown when invoking
    BEGIN 
       p_etl_test_view; 
    END; 

  • Remove sysdba privilege for user

    Hi,
    $ sqlplus
    SQL*Plus: Release 9.2.0.7.0 - Production on Thu Apr 19 05:57:41 2007
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Enter user-name: / as sysdba
    Connected to:
    Oracle9i Release 9.2.0.7.0 - 64bit Production
    JServer Release 9.2.0.7.0 - Production
    SQL> exit
    Disconnected from Oracle9i Release 9.2.0.7.0 - 64bit Production
    JServer Release 9.2.0.7.0 - Production
    $
    $
    $ id
    uid=5000(webman) gid=103(wbroot)
    $I want to remove "sysdba" connect privilege for user "webman", what do I need to do?
    I am on HPUX
    Thanks

    I tried the revoke command below & I am stiil able to connect as "/ as sysdba" for webman.
    revoke sysdba from webman;These are the users on in the DB.
    SQL> select username from dba_users;
    USERNAME
    SYS
    SYSTEM
    OUTLN
    WEBMAN
    DBSNMP
    SECW
    SEC
    DAEMON
    8 rows selected.
    SQL> select username,granted_role,default_role from user_role_privs;
    USERNAME                       GRANTED_ROLE                   DEF
    WEBMAN                         CONNECT                        YES
    WEBMAN                         DBA                            YES
    WEBMAN                         OT_ADM                         YES
    WEBMAN                         OT_OWNER_ROLE                  YES
    WEBMAN                         OT_SEC                         YES
    WEBMAN                         OT_USR                         YES
    WEBMAN                         RESOURCE                       YES
    7 rows selected.

  • ORA-01031: insufficient privileges for "SYS.DBMS_TRANSACTION"...FIX???

    Connected to Oracle Database 11g Enterprise Edition Release 11.1.0.7.0
    Connected as SYS
    SQL> exec admin.admin_dba_main.KILL_ORPH_2PHASE_COMMITS();
    begin admin.admin_dba_main.KILL_ORPH_2PHASE_COMMITS(); end;
    ORA-01031: insufficient privileges
    ORA-06512: at "SYS.DBMS_TRANSACTION", line 88
    ORA-06512: at "ADMIN.ADMIN_DBA_MAIN", line 52I create this as the sys user but the owner of it is a schema called admin that owns several of our DBA scripts. The ADMIN schema has the DBA role, but as far I understand it, the SYS.DBMS_TRANSACTION needs to be run as either SYS or a SYSDBA user.
    What am I missing here. What permission do I have to grant to get this working?

    Hello,
    This post is duplicated:
    ORA-01031: insufficient privileges for "SYS.DBMS_TRANSACTION"...FIX???
    Best regards,
    Jean-Valentin

  • IPod Classic 80GB - "iTunes library cannot be saved you do not have enough access privileges for this operation" It says it has synced but it hasn't. Help please I am not very tech minded

    iPod Classic 80GB. Message reads ' iTunes library cannot be saved you do not have enough access privileges for this operation'.  It says it has synced but it hasn't. Please help, I am not very tech minded.

    See this article about troubleshooting the error message regarding access privelages.  It may be preventing your iTunes library from being able to save/retain music you have recently imported to it, which may explain why no new content is being added to your device.
    Trouble adding music to iTunes library or importing audio CD
    B-rock

  • HT1751 I am trying to backup my iTunes library onto an external hard drive but it won't complete due to 'insufficient privileges for some of the items'. Am I doing something wrong and is there a solution to this problem?

    Hi All,
    I am currently trying to backup my iTunes library onto an external hard drive so that I can copy it onto my new Macbook Pro. I have been following the steps posted on the Apple website however each time I get a dialogue box stating:
    'The operation cannot be completed because you do not have sufficient privileges for some of the items'.
    Is this because I have items that were bought under another persons iTunes account? If so, is there a solution to this problem? Or am I doing something completely wrong?
    Thanks in advance,
    Sbrooks19

    Go through the below forum with similar issue and follow the process mentioned by "Macjack" in the beginning.
    https://discussions.apple.com/thread/4499820

  • What does this message mean, "The iPad cannot be synced.  You do not have enough access privileges for this operation?"

    I need some help syncing my iPad.  I get a message about not having enough privileges for this operation.  Any help would be appreciated.
    Thanks,

    It means you are using windows and the user agent stuff is messed up.
    Try looking at permissions on the drive iTunes library is on.

  • HT1386 I get an error message when I try to sync my iPod touch - "you do not have enough access privileges for this operation"

    I recently installed a new hard drive on my PC, downloaded iTunes, updated the software on my iPod touch and now I get this error message when I try to sync:  "you do not have enough access privileges for this operation."  It never did this before, whether it's the upgrade in software or something in iTunes, but it's very frustrating, since I'd like to add more things to my iPod.

    See:
    iPhone - not enough access privileges: Apple Support Communities

Maybe you are looking for

  • ITunes 10.5 won't open - kernel32.dll

    I'm having a few problems opening iTunes.  I was told a newer version was available by iTunes so I downloaded version 10.5.  Whenever I try to open iTunes after a few seconds it says 'iTunes has stopped working', then closes the program.  That's it,

  • How to cnonect my new dv4T to a digital projector

    I just got a new dv4t notebook.  I am trying to connect it to a infocus projector.  I am getting "no signal" detected.  I am pushing the function f4 key  and seeing some graphics on my screen that show me a pc screen going to a pc screen and then an

  • I want to listen to the radio on my iphone4

    Just got a new iphone 4 thought I was getting a good bit of kit but no phone and I often need to listen to radio 4 and other news stuff for work when running please tell me i can and i don't have to run with my old nokia.

  • Why can't I see any notification when message come from Tweeter or Facebook?

    After installed OSX 10.8 GM and Facebook developer perview. I double check my setting, suppose it can receive anything form Facebook and Tweeter. But the result is, nothing show in the notification center. At the sametime, new mail can show up! Do I

  • Cannot install adobe flash player 10 on my windows xp

    i cannot install the adobe fash player 10 on my windows xp, the promblem is not installing it the problem is the player taking effect. i have downloaded the player both the plugin and activeX, but after i install them i go to youtube.com search up a