Some settings need to configure to run oracle 12c home page from the browser. After completing the installation of oracle 12c, do the followings tasks from SQL plus to run oracle home page from the browser. Before starting this tutorial you have to install oracle 12c. The installation steps of oracle 12c is shown in the following tutorial link.
Steps:
1.Open command prompt and type the following command.
sqlplus /nolog
connect system as sysdba
exec dbms_xdb_config.sethttpport(8080);
alter user system identified by "123456" account unlock;
6. Open any browser and go to the following url to run oracle Home page.
http://localhost:8080/em
The steps are shown in the following video.