The genius DBS has no suggestions?
I think eBS works with views but maybe any table will do the trick. You might also need synonyms unless you want to prefix with owner for each table/view.
Have a look at what APPS has in terms or privileges and roles and synonyms.
Regards
Amin Adatia (am...@knowtech.ca)
KnowTech Solutions Inc. (www.knowtech.ca)
Mobile : +1-613-864-8378
From: obiee-enterpri...@googlegroups.com [mailto:obiee-enterpri...@googlegroups.com] On Behalf Of Daan Bakboord
Sent: Thursday, April 04, 2013 04:50
To: obiee-enterpri...@googlegroups.com
Cc: Daan Bakboord
Subject: [OBIEE EMG] Oracle BIA: Alternative User for the APPS database user (Oracle eBS)
All,
I am working in an Oracle BIA environment were we need to extract data from Oracle eBS. Normally we use the APPS database user. For Security reasons, our DBA's want us to use another (Read-Only) user, which hasn't got enough rights.
Does anybody know which privileges a database user should have to extract data from Oracle eBS in an Oracle BIA setting?
I doubt whether 'select any table' and 'execute any procedure' is sufficient. For me the OOTB ETL in Oracle BIA is to some extend a Black Box, so I don't know for sure what happens, other than 'select any table' and 'execute any procedure'.
It seems that Oracle doesn't provide any documentation whatsoever whith regards to the privileges of the database users.
Thanks in advance!
- Daan Bakboord
--
--
You received this message because you are subscribed to the Google
Groups "OBIEE Enterprise Methodology Group" group.
To post to this group, send email to
obiee-enterprise-methodology@google groups.com
To unsubscribe from this group, send email to
obiee-enterprise-met...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/obiee-enterprise-methodology?hl=en
All content to the OBIEE EMG lies under the Creative Commons Attribution 3.0 Unported License (http://creativecommons.org/licenses/by/3.0/). Any content sourced must be attributed back to the OBIEE EMG with a link to the Google Group (http://groups.google.com/group/obiee-enterprise-methodology).
---
You received this message because you are subscribed to the Google Groups "OBIEE Enterprise Methodology Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to obiee-enterprise-met...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi Daan,
There seems an established procedure to create read-only APPS user among Apps DBA community.
Please see if your Apps DBA can
create a read-only APPS user similar to the one mentioned @
http://oracle.anilpassi.com/read-only-schema-in-oracle-apps-11i-2.html
In case apps DBA ask you for a list of objects that your BI Apps ETL require access to, depending on the BI Apps module you are implementing, you may provide Apps DBA with a source system table, view list (for synonym creation) either form DAC or from ETL Lineage document available on Oracle support.
Regards,
Venkat GaliThanks Venkat,I am afraid we have the read-only Apps user right now, so that wouldn't solve the problem. It's the execute, which is giving problems and maybe it's more next to that, so that's our challenge.
The DBA wants a complete list of tables and procedures used in the ETL, which is a hell of a job since we have to check all the mappings. The DAC tables only isn't sufficient, because of the executes in the mappings.
- Daan
On Thursday, April 4, 2013 12:58:00 PM UTC+2, venkatareddy gali wrote:Hi Daan,
There seems an established procedure to create read-only APPS user among Apps DBA community.
Please see if your Apps DBA can create a read-only APPS user similar to the one mentioned @
http://oracle.anilpassi.com/read-only-schema-in-oracle-apps-11i-2.html
In case apps DBA ask you for a list of objects that your BI Apps ETL require access to, depending on the BI Apps module you are implementing, you may provide Apps DBA with a source system table, view list (for synonym creation) either form DAC or from ETL Lineage document available on Oracle support.
Regards,
Venkat Gali
Create user ebs identified by ebs
Create role sse_role
Grant connect,resource to sse_role
Grant sse_role to ebs
Regards
Naeem Akhtar
Thanks Venkat,I am afraid we have the read-only Apps user right now, so that wouldn't solve the problem. It's the execute, which is giving problems and maybe it's more next to that, so that's our challenge.
The DBA wants a complete list of tables and procedures used in the ETL, which is a hell of a job since we have to check all the mappings. The DAC tables only isn't sufficient, because of the executes in the mappings.
- Daan
On Thursday, April 4, 2013 12:58:00 PM UTC+2, venkatareddy gali wrote:
Hi Daan,
There seems an established procedure to create read-only APPS user among Apps DBA community.
Please see if your Apps DBA can create a read-only APPS user similar to the one mentioned @
http://oracle.anilpassi.com/read-only-schema-in-oracle-apps-11i-2.html
In case apps DBA ask you for a list of objects that your BI Apps ETL require access to, depending on the BI Apps module you are implementing, you may provide Apps DBA with a source system table, view list (for synonym creation) either form DAC or from ETL Lineage document available on Oracle support.
Regards,
Venkat Gali
Hi Dan,
I am not sure how much time you
can spend on this, but can perform couple of dry runs with rea-only user and identify
the tasks that fail with insufficient privileges.
As Shyam mentioned in other mail, there are only couple BI Apps mappings that
require execute privileges on source system package/procedures.
What BI Apps modules are you implementing, source system version, source db version?
Venkat
Thanks Venkat,I am afraid we have the read-only Apps user right now, so that wouldn't solve the problem. It's the execute, which is giving problems and maybe it's more next to that, so that's our challenge.
The DBA wants a complete list of tables and procedures used in the ETL, which is a hell of a job since we have to check all the mappings. The DAC tables only isn't sufficient, because of the executes in the mappings.
- Daan
On Thursday, April 4, 2013 12:58:00 PM UTC+2, venkatareddy gali wrote:
Hi Daan,
There seems an established procedure to create read-only APPS user among Apps DBA community.
Please see if your Apps DBA can create a read-only APPS user similar to the one mentioned @
http://oracle.anilpassi.com/read-only-schema-in-oracle-apps-11i-2.html
In case apps DBA ask you for a list of objects that your BI Apps ETL require access to, depending on the BI Apps module you are implementing, you may provide Apps DBA with a source system table, view list (for synonym creation) either form DAC or from ETL Lineage document available on Oracle support.
Regards,
Venkat Gali
All,I am working in an Oracle BIA environment were we need to extract data from Oracle eBS. Normally we use the APPS database user. For Security reasons, our DBA's want us to use another (Read-Only) user, which hasn't got enough rights.Does anybody know which privileges a database user should have to extract data from Oracle eBS in an Oracle BIA setting?
I doubt whether 'select any table' and 'execute any procedure' is sufficient. For me the OOTB ETL in Oracle BIA is to some extend a Black Box, so I don't know for sure what happens, other than 'select any table' and 'execute any procedure'.
It seems that Oracle doesn't provide any documentation whatsoever whith regards to the privileges of the database users.
Thanks in advance!
- Daan Bakboord
--
Thanks Venkat,I am afraid we have the read-only Apps user right now, so that wouldn't solve the problem. It's the execute, which is giving problems and maybe it's more next to that, so that's our challenge.
The DBA wants a complete list of tables and procedures used in the ETL, which is a hell of a job since we have to check all the mappings. The DAC tables only isn't sufficient, because of the executes in the mappings.
- Daan
On Thursday, April 4, 2013 12:58:00 PM UTC+2, venkatareddy gali wrote:
Hi Daan,
There seems an established procedure to create read-only APPS user among Apps DBA community.
Please see if your Apps DBA can create a read-only APPS user similar to the one mentioned @
http://oracle.anilpassi.com/read-only-schema-in-oracle-apps-11i-2.html
In case apps DBA ask you for a list of objects that your BI Apps ETL require access to, depending on the BI Apps module you are implementing, you may provide Apps DBA with a source system table, view list (for synonym creation) either form DAC or from ETL Lineage document available on Oracle support.
Regards,
Venkat Gali
The DBA wants a complete list of tables and procedures used in the ETL, which is a hell of a job since we have to check all the mappings. The DAC tables only isn't sufficient, because of the executes in the mappings.
- Daan
Hi Daan,
There seems an established procedure to create read-only APPS user among Apps DBA community.
Please see if your Apps DBA can create a read-only APPS user similar to the one mentioned @
http://oracle.anilpassi.com/read-only-schema-in-oracle-apps-11i-2.html
In case apps DBA ask you for a list of objects that your BI Apps ETL require access to, depending on the BI Apps module you are implementing, you may provide Apps DBA with a source system table, view list (for synonym creation) either form DAC or from ETL Lineage document available on Oracle support.
Regards,
Venkat Gali
The DBA has taken a few too many courses and very few real application implementation situations. to mimick what APPS does is not a simple thing.
But Policy is Policy and damn the work stoppages
Regards