In: Computer Science
whats the purpose of the following:
source data structure
source database object metadata
an Oracle Database Module
SQL Server Database ODBC Model
Warehouse Builder ODBC module for SQL Server
Please upvote if you are able to understand this and if there is any query do mention it in the comment section.
Purpose of source data structure:
To organize, manage the data that is stored in the computing device so that the data can be accessed and then modified very efficiently. The data which has been abstracted can be implemented with the help of source data structure.
Purpose of source database object metadata:
The metadata will describe the content which is related with the object which is stored in the data set which is a part of database. There can be mulitple objects in a data set of a database and metadata will describe a given object.
Purpose of an Oracle Database Module:
The Oracle Database Module allows the users to create and manipulate and access the data which is stored in the database of Oracle with the help of any application without directly interacting with the database.
Purpose of SQL Server Database ODBC Model:
This allows the applications which are written in some language to access, manipulate the data which is stored in the database with the help of SQL and this is done by providing an interface.
Purpose of Warehouse Builder ODBC module for SQL Server:
Any application that is capable of connecting with the ODBC interface can be able to integrate with Oracle Warehouse Builder.