Oracle WebLogic Server 12c: Advanced Administration II — Question 44
<ORACLE_HOME> is the Oracle home directory that you specified when installing WebLogic Server.
What is the file system location and command for starting the Domain Template Builder? (Choose the best answer.)
Answer options
- A. <ORACLE_HOME>\oracle_common\common\bin and config_builder.sh
- B. <ORACLE_HOME>\oracle_common\common\bin and temp_builder.sh
- C. <ORACLE_HOME>\oracle_common\bin and config_builder.sh
- D. <ORACLE_HOME>\oracle_common\bin and temp_builder.sh
Correct answer: A
Explanation
The correct answer is A because the Domain Template Builder is located in the <ORACLE_HOME>\oracle_common\common\bin directory and the correct command to start it is config_builder.sh. Options B, C, and D either point to the wrong directory or use the incorrect command, which would not successfully launch the builder.