Skip to Content
0
Former Member
Jun 01, 2008 at 06:53 AM

A simple question in TADM51 Unit 1

21 Views

Here is a question in TADM51 Unit 1. My question is how to execute a correct SQL command, since both SQLPLUS and BR*Tools are not recommended in the explanation. Or I misunderstood the explanation totally? Please advise. Thanks.

Question: If you know the correct SQL command, it is recommended to call the command (for example, as seen in BR*Tools) from SQLPLUS to perform actions on the database.

Answer: False

Explanation: Using SQLPLUS is only necessary in rare cases, for example to execute scripts provided by SAP. Executing SQL commands seen in BRTools is dangerous, because BRTools usually perform additional actions and checks before and after executing the SQL command.