0% found this document useful (0 votes)
24 views13 pages

Oracle Database Installation

Uploaded by

vigneshwarr238
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views13 pages

Oracle Database Installation

Uploaded by

vigneshwarr238
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 13

1) Unzip the OracleXE112_Win64

2) Double click on OracleXE112_Win64


3) Double click on DISK1
4) Double click on setup

5) Click Yes
6) Click Next

7) Click I Accept
8) Click Next

9) Click Next
10) Enter Password : apps
Confirm Password: apps
11) Click Next
12) Click Install
13) Click Finish
14) Click window button

15) Click Start Database


16) Click window button

17) Click Run SQL Command Line


18) Type in the screen like

SQL> connect codba


Click enter button
Enter password:apps
Click enter button
SQL> ALTER USER hr ACCOUNT UNLOCK;

SQL> ALTER USER hr IDENTIFIED BY apps;

SQL> SELECT host_name FROM v$instance;


Click enter

Copy Host name: DESKTOP-LAAKKFK


Note : This host name will use in the below

OPEN Sql developer (which you download from Google drive)

1) Unzip sqldeveloper-20.4.1.407.0006-x64
2) Double click on sqldeveloper
3) Double click on sqldeveloper
4) Right click on Oracle Connections and click New Connections
Name: HR
Username: HR
Password: apps -- click save password icon
Port: 1521
Service name: xe
Hostname: DESKTOP-LAAKKFK
Note: Copy this host name from step 18 which we saved in earlier step
5) After giving all values – click the test button

Note : After clicking test – it’s should come status : Success


6) Click Save and Connect button
7) Select HR from menu screen

You might also like