Oracle Global Human Resources Cloud Implementation Specialist — Question 37
Which is an incorrect syntax for connecting to a source or target database by an Extract or Replicat?
Answer options
- A. TARGETDB TargetDSN USERID sampleID PASSWORD samplepword
- B. SOURCEDB SourceDSN
- C. SOURCEDB sampleDB USERID sampleID PASSWORD samplepword
- D. TARGETDB sampleID samplepword
Correct answer: B
Explanation
Option B is incorrect because it lacks the required USERID and PASSWORD parameters for connecting to a source database, making it syntactically invalid. The other options correctly include the necessary components for establishing a connection to a database.