You are on page 1of 2

Step by Step Guide For installing the ORACLE 10g With Scott Schema

1. Download the ORACLE 10g 64bit for windows from here.


2. Give password “admin” during installation.
3. Open CMD window.

4. Type below commands and press Enter,


i) cd ../../
ii) cd C:\oraclexe\app\oracle\product\10.2.0\server\RDBMS\ADMIN

5. Run the SQLPlus by using this command “sqlplus / as sysdba”


6. For Install Scott schema type “@scott”

7. Connect with scott schema with id: scott and pass: tiger. (conn scott)

8. Type show user to check whether the scott schema is activated or not.

You might also like