Newly announced Oracle Database 12c (12.1.0.1) comes with new features ; especially pluggable database , changings behaviour of CBO etc ...
I downloaded latest Oracle Linux from http://edelivery.oracle.com and installed into Oracle Virtualbox .
Unzip files
unzip linuxamd64_12c_database_1of2.zip unzip linuxamd64_12c_database_2of2.zip
Configure your /etc/hosts file
127.0.0.1 localhost localhost.localdomain
xx.xxx.xx.xx cdb12c cdb12c.mytest
You can configure parameters for now or later. I skipped this step because of when installer checking prerequsite step it generates a bash script for correcting these parameters.
Add or amend the following lines in the "/etc/sysctl.conf" file.