Object Privilege Security Elements

Marketing, Security, and Other Elements 16-23 Group

16.2.10 DB Sign-On

The DB sign-on element corresponds to the information provided in the Logons tab of the user object. If the repository has been set up for database-specific login IDs and passwords, you can set up database-specific credentials to allow privileged users to connect to the underlying databases at the level of authority granted to those users in the databases. The DB sign-on tag includes the following attributes: The DB sign-on tag does not include any child elements. Syntax DBSignOn … user= password= DBSignOn Example DBSignOn name=LOGON_4211:205511263581806 id=4211:20551 uid=2160777097 user=my_db_user password=D7EDED84BC624A917F5B462A4DCA05CDCE256EEEEEDC97D51DC6FAD705A87E76AC4 D07C3A079829F Description DBSignOn

16.2.11 FMW Security

The FMW security element is not used.

16.3 Other Elements

The elements described in this section are miscellaneous elements that do not fit into any other category. These elements include: ■ Section 16.3.1, Project ■ Section 16.3.2, Query Object

16.3.1 Project

The project element corresponds to the project object in the repository metadata. Projects support multiuser development by enabling developers to work on projects in their area of responsibility. The project tag includes the following child elements: Table 16–25 DB Sign-on Tag Attributes Attribute Name Description user The user name for the underlying database. password The corresponding password for the underlying database. Note that passwords are encrypted. 16-24 Oracle Fusion Middleware Integrators Guide for Oracle Business Intelligence Enterprise Edition Table 16–26 Project Child Elements Element Name Description Catalogs References the subject areas that belong to the project. Each subject area is contained in a sub-element called RefPresentationCatalog. FactTables References the logical fact tables that belong to the project. Each fact table is contained in a sub-element called RefLogicalTable. Groups References the application roles that belong to the project. Each application role is contained in a sub-element called RefGroup. Users References the users that belong to the project. Each user is contained in a sub-element called RefUser. Variables References the variables that belong to the project. Each variable is contained in a sub-element called RefVariable. InitBlocks References the initialization blocks that belong to the project. Each initialization block is contained in a sub-element called RefInitBlock. ListCatalogs References the list catalogs that belong to the project. Each list catalog is contained in a sub-element called RefListCatalog. Tables References the presentation tables that belong to the project. Each presentation table is contained in a sub-element called RefPresentationTable. Columns References the presentation columns that belong to the project. Each presentation column is contained in a sub-element called RefPresentationColumn. Hierarchies References the presentation hierarchies that belong to the project. Each presentation hierarchy is contained in a sub-element called RefPresentationHierarchy. Levels References the presentation levels that belong to the project. Each presentation level is contained in a sub-element called RefPresentationLevel. ExcludedCatalogs References any subject areas that do not belong to the project, but that are mapped to logical objects that do belong to the project. Each subject area is contained in a sub-element called RefPresentationCatalog. ExcludedTables References any presentation tables that do not belong to the project, but that are mapped to logical objects that do belong to the project. Each presentation table is contained in a sub-element called RefPresentationTable.