Thanks to the following two URL.
Enabling vi syntax colors
Turn on or off color syntax highlighting in vi or vim
The solution to me is to create .vimrc file in one's home directory.
orarac1poc:DG:/home/oracle> cat .vimrc
syntax off
or inside vi, type command ":syntax off"
That is it.