+ Write Article

Oracle Client Tools Examples, Tutorials and Articles

Published by
SQL Plus is the de facto tool to manipulate sql code for the Oracle Database. SQL Plus was initially known as UFI for User Friendly Interface which shipped with Oracle Database upto Oracle Version 4. The next version was Advanced UFI which finally gave way to SQL*Plus as we know today.

...
Read More Read More 2 Comments
Published by
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 ...
Read More Read More 2 Comments