Friday 12 September 2014

02 ORACLE DATABASE INSTALLATION

Step 2 : Database Installation ORACLE


  1. Double click on setup file
  1. Click RUN
  1. In welcome screen uncheck mail option
  1. Click on YES
  1. Select Skip Software Updates → click on Next
  1. Select Create and Configure database → Click on Next
  1. Select Server Class → Click on Next
  1. Select Single Instance → Click on next
  1. Select Advanced install → click on Next
  1. Leave default language as ENGLISH → click on next
  1. Select Enterprise Edition → click on next
  1. Leave default paths → click on next
  1. Select Data Warehouse → click on NEXT
  1. Leave bdefault database name as ORCL
  1. Under character set tab → select unicode AL32UTF8
  1. Under security tab → UNCHECK Security option
  1. under sample schemas → enable sample schemas
  1. Click NEXT
  1. CLICK NEXT
  1. CLICK NEXT
  1. Provide password as RRitec123
  1. Click on INSTALL

Note : if you want your password should expire never then do as shown

Open SQLPLUS ==> login as / as sysdba ==> type below command

alter profile DEFAULT limit password_life_time UNLIMITED;

No comments:

Post a Comment