Oracle Architecture 1
Oracle Architecture 1
Architecture - 1
1. Why do we need to maintain our data in database?
As we all know Database has a availability of a storage system, the most obvious of these being persistence. To sum it up, we can identify the following reasons for wanting a Database Management Systems short for DBMS !e need to share data of all kinds between users "e#cept for very small systems$, between tools working on them, and usually between different computers. All should be able to work with the same set of data. !e need persistent storage and storage must be reliable. Several users and%or several tools must be able to safely access the same data concurrently. A DBMS may provide more efficient access to large amounts of data, through inde#ing and other optimi&ations. A DBMS and its data model provides an abstraction' we do not need to care about the physical storage format. A DBMS may also be used for communication between different users or applications.
#. $ow do you perceive the relationship between the DBA and the development staff?
DBAs by virtue of their high pay and product>specific knowledge, tend to think of developers as underlings, in some cases, DBAs view developers with outright contempt, believing their *ueries to be naive. )n the other hand, DBAs with the proper attitude will respond to this *uestion by talking about the developers as clients to whom they provide data services essential to the application. (n some shops, the DBAs may be responsible for code, reviewing S?1 *ueries, or DM1 statements written by developers' so, a good relationship is vital.
)1A. systems were mainly developed using data in a warehouse. :aving said that a need was felt to isolate older data, it was necessary to store them in a format that would be useful in easing out the reporting bottlenecks. A need was felt to isolate the data @ redesign the application data to such a format @ structure that this data repository would be the prime source of business decisions. -oming back to )1A. systems, these systems were mainly developed on the isolated data.