Steps for Oracle XE Installation With Scott Schema on Windows OS

STEPS ARE :---



Step 1:   Install OracleXEUniv.exe
             ( Remember the Password , for say “tiger” which is  required at the time of installation)
Step 2:    Copy DATA.SQL file and paste it any drive (say :E drive )
Step 3:    Go the SQL Command Line Prompt
                 START > RUN SQL COMMAND LINE

 Step 4:    SQL Prompt will come .
                SQL> conn system/password@xe

Step 5:    SQL> @ E:\DATA.SQL
Step 6: >  Working through SQl Command Prompt.
                 Now connect with user name SCOTT and password TIGER. Oracle Service Name is XE.

Step 7: >  Connect through Browser
                 Click on Go to Database Home page



 Step 8: Provide user name: scott & Password: tiger



Step 9:  Select Enter Command option

 Step 10:  Write the SQL command are RUN it.


--------------------------------------------------------------------------------------------------------------------------                                      ------------- THANKING YOU ------------------

Comments

Popular posts from this blog

Design a Calculator Using C# code.

CONVERSION INTO BINARY FROM DECIMAL, HEXA, OCTAL NUMBERS

Insertion Sorting in C Language.