You can use TOAD, tora or any other client tools in order to interact with database. But you should remember SQL*Plus is also a good tool. Some tips of SQL*Plus tools are given below.
You can end up your sql command by using
1.semicolon ;
2.or /
3.or simply
...