Installing Process Oracle 10g Database Software on Windows 10

AzharulIslamShopon 769 views 31 slides Oct 21, 2017
Slide 1
Slide 1 of 31
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21
Slide 22
22
Slide 23
23
Slide 24
24
Slide 25
25
Slide 26
26
Slide 27
27
Slide 28
28
Slide 29
29
Slide 30
30
Slide 31
31

About This Presentation

Hello Dear, beautiful people Today presenting Step-By-Step Installing process Oracle 10g database software with Administrator Create, virtual memory create, database create, database user create, listener create, log in with example, user connected with example.


Slide Content

Hamdard University Bangladesh





Department Of Computer Science Engineering
Lab Report
No. of Experiment : 01
Name of Experiment : Oracle 10g Installing Process
Course Title : Database Management System
Course Code : CSE504
Date of Experiment : 26-09-2017
Date of Submission : 03-10-2017


Name : Azharul Islam
ID : 315161012
Batch : 8
th








Remarks

Installing Oracle 10g database software with Administrator Create,
virtual memory create, database create, database user create,
listener create, log in with example, user connected with example.

Administrator Create:

1. First we search cmd then showing Command Prompt then click right
button then click Run as administrator.




Here, type (cd..) then click Enter Button

Now again type (cd..) then click Enter Button.


Here, type (active:yes) then click Enter Button


Successfully this process


Administrator Create Done.

Virtual Memory Create:

2. Click This PC with right button then click properties. Then showing this step to the pictures.

3. Here automatically Selected No Paging file but we need to custom size. So we select custom
size. Showing the next picture.

4. Here, Maximum size 4000, it’s Internal memory (RAM) size & 3000 is initial Size,it’s my
wish.

5. Virtual Memory create done. Restart Now.

Virtual Memory create done.

6. Insert Oracle CD , the auto run window opens automatically. If we are
installing from network or hard disk, click setup.exe in the installation
folder.
7. The Oracle Universal Installer (OUI) will run and display the Select
Installation Method Window.

8. A summary screen appears showing information such as your global
settings, space requirements and the new products to be installed.
Click Install to start the installation..

9. The Install window appears showing installation progress.

10. At the end of the installation phase, the Configuration
Assistants window appears. This window lists the configuration
assistants that are started automatically.
If you are creating a database, then the Database Configuration
Assistant starts automatically in a separate window.

11. The installation and database creation is now complete. The End of
Installation window displays several important URLs, one of which is
for Enterprise Manager.
12. Choose Basic Installation:
Select this option to quickly install Oracle Database 10g. This method
requires minimal user input. It installs the software and optionally
creates a general-purpose database based on the information you
provide.
For basic installation, you specify the following:
Oracle Home Location — Enter the directory in which to install the Oracle
Database 10g software. You must specify a new Oracle home directory for
each new installation of Oracle Database 10g.

13. Now Minimize This Page & Going To Program Files
Now Database Create Process:

14. Here password always Small latter (sys123) for all windows.

s

15. When this process complete to 100% then click password management. Show that next
picture.

16. At the end of database creation, you are prompted to unlock user
accounts to make the accounts accessible.
The SYS and SYSTEM accounts are already unlocked. Click OK to
bypass password management.

Database User Create Process:
17. Here, user name & password is same.

Listener Create Process:

18. Searching (cmd) and Showing this page and click Command Prompt with Right Button then
Showing a new options then click Run as administrator.

Now we log in Database:

19. Write Cd..
Then click Enter Button

20. Now Again Write cd..
and click Enter Button.

21. Now write the drive name that install this software like drive (C,D,E,F). Then Click Enter.

22. Opening Minimize Page and Copying The Path

23. Now again write cd but not click to Enter Button. Discographer paste the copying path.
Showing next picture.

24. Paste the path and click Enter Button.

25. Now type set oracle_sid=orcl and click Enter Button

26. Now Type sqlplus sys/sys123 as sysdba and click Enter Button.

27. Log in Done

28. Now see some database example. So type Select * form tab;

29. Showing this database example

30. Now connect my user. So Type conn sh/sh and click Enter Button
(sh/sh=username/userpasword).

31. Showing my connected user status.

32. Now see my user database example. So type select * form tab; and click Enter Button.


33. Showing this my user database example. Same process for others user.