ORACLE - DIFFERENCE BETWEEN DATABASE AND INSTANCE

What is the difference between Database and Instance?
            Database is a set of Files stored in the disk.
            Instance is a set of background processes and shared memory.

--------------------------------------------------------------------
Real application cluster means one database + more than one instance.