Lesson 2: Metadata and Framework Overview Flashcards

1
Q

OUAF

A

Oracle Utilities Application Framework

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

4 Tiers

A

Browser
Web Server
Application Server
Database Server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Tier 1: Browser

A

XML injected/converted to HTML to present to UI

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Tier 2: Web Server

A

Authenticate to System
Monitor Active Connections

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Tier 3: Application Server

A

Configuration done for…
- Business Rules
- DB Access
- Scripting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Tier 4: Database Server

A
  • Contains all tables used
  • No Business Rules
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Application Viewer

A

XML Processed data from Table/Field metadata to be a ‘DATA DICTIONARY’ which can be viewed in APPLICATION VIEWER

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Data Dictionary

A

It reflects what in your system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Data Design Patterns

A
  • No recurring groups
  • Primary Keys & Foreign Keys
  • Very little redundant data
  • Language tables
  • XML Extensions
  • Maintenance Object Definition
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Y/N: Does Maintenance Object (MO) encapsulates business rules?

A

Y

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Y/N: Can user ADD & EDIT existing CORE BUSINESS RULES?

A

N. You can only ADD via extend of MO in Configuration Tools

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Y/N: Does Maintenance Object (MO) reflect what’s in your database?

A

Y

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does MO use?

A

Fields

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does BO use?

A

Elements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Y/N: Does Business Object (BO) represents the SAME things as of MO?

A

N. BOs are designed to match Business

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Can BO violate MO business rules?

A

N

17
Q

Plug-in

A

It is the Metadata (aka. Plug-in) that controls many BPAs and BOs

18
Q

Base Plug-in vs. Create-Your-Own

A

Depending if Base Plug-in satisfies the business process, you can opt not to create-your-own

19
Q

What do you call ‘User-Defined Field’?

A

Characteristic

20
Q

4 Types of Characteristic Types

A

Predefined: valid values (discrete)
Adhoc: not defined values (non-discrete)
Foreign Key Reference: holds a foreign key
File Location: references URL or File Location

21
Q

What is ‘Owner Flag’?

A

References who own the metadata table

22
Q

Why you should NOT update/change data of row you do not own (Owner Flag)?

A

It will rollback changes on next update and ownership will be reapplied

23
Q

How secure is Tier 3: Application Server?

A

The Security Type is used to associate User Groups’ specific ‘valid’ actions

24
Q

Where are Batch Processes documented?

A

Application Viewer

25
Q

What are the ‘Batch Process’ attributes?

A

Restartable
Execute concurrently 24x7
Reproduce historical output

26
Q

What is an Audit Trail?

A

It tracks which has been modified by a user

27
Q

_________ can be supplied when you submit a batch process

A

Override Parameter

28
Q

What is the use of Conversion Tool

A

It populates production DB using legacy data from Staging DB