InterviewSolution
| 1. |
How Can You Access The Remote Source Into Your Session? |
|
Answer» Relational source : To ACCESS relational source which is situated in a REMOTE place , you need to configure database connection to the datasource. FileSource : To access the remote source file you MUST configure the FTP connection to the host machine before you CREATE the session. Heterogeneous : When you are mapping contains more than one source type, the server manager creates a heterogeneous session that displays source options for all types. Relational source : To access relational source which is situated in a remote place , you need to configure database connection to the datasource. FileSource : To access the remote source file you must configure the FTP connection to the host machine before you create the session. Heterogeneous : When you are mapping contains more than one source type, the server manager creates a heterogeneous session that displays source options for all types. |
|