screenshot_during_install.htm  Oracle 10g in XP/32 Bit installation
Second Installation,  Oracle 10g, in windows XP 32 Bit. (Back to XP-Apache ) You try at your risk.

 

Step 1: chose a common password"Manas5" for all the tables

Step 2:  Moment of silence please

 

Step 3:  confirmation about all OK at the Oracle profecies.

Checking operating system requirements ...

Expected result: One of 4.0,4.1,5.0,5.1,5.2
Actual Result: 5.1
Check complete. The overall result of this check is: Passed
==================================

Checking service pack requirements ...

Expected result: 1
Actual Result: 2
Check complete. The overall result of this check is: Passed
==================================

Checking physical memory requirements ...

Expected result: 256MB
Actual Result: 1022MB
Check complete. The overall result of this check is: Passed
==================================

Checking Network Configuration requirements ...

Check complete. The overall result of this check is: Passed
==================================

Validating ORACLE_BASE location (if set) ...

Check complete. The overall result of this check is: Passed
==================================

Checking Oracle Home path for spaces...

Check complete. The overall result of this check is: Passed
==================================

Checking Oracle Home path for location ...

Check complete. The overall result of this check is: Passed
===================================

Checking for proper system clean-up....

Check complete. The overall result of this check is: Passed
===================================

Checking for Oracle Home incompatibilities ....

Actual Result: NEW_HOME
Check complete. The overall result of this check is: Passed
===================================

4. At this step, if you have ORACLE_HOME is set at the environmental string, you may get a message that the setting will have some effect down the road, I followed the direction remove that string if you are just installing fresh. (disclaimer: it is your call, if you are trying, try at your risk)


 

5

6

7

8

9

10

11

12

13

 

14

15

16

17. Here you have two options, you can unlock other accounts/user now or you can log-in as system/Manas5 ( as we set the password in the begining.

18

19

Enterprise Manager Database Control URL - (orcl) :
http://MANAS5:1158/em

Your database configuration files have been installed in C: while other components selected for installation have been installed in C:\Oracle. Be cautious not to accidentally delete these configuration files.
The iSQL*Plus URL is:
http://MANAS5:5560/isqlplus
The iSQL*Plus DBA URL is:
http://MANAS5:5560/isqlplus/dba

20: Password for this workstation was Manas5; designated to test with ASP.Net in contrast to the other unit where I am testing with PHP.

21

22 Now click On Host Manas5

23 The screenshot of TCP/IP I used as Microsoft's Loop-Back Networking.

24

# listener.ora Network Configuration File: C:\Oracle\network\admin\listener.ora
# Generated by Oracle configuration tools.

SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = C:\Oracle)
(PROGRAM = extproc)
)
)

LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
(ADDRESS = (PROTOCOL = TCP)(HOST = MANAS5)(PORT = 1521))
)
)

 

25

# tnsnames.ora Network Configuration File: C:\Oracle\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.

ORCL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = MANAS5)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl)
)
)

EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
)
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
)
)
 

26

# sqlnet.ora Network Configuration File: C:\Oracle\network\admin\sqlnet.ora
# Generated by Oracle configuration tools.

# This file is actually generated by netca. But if customers choose to
# install "Software Only", this file wont exist and without the native
# authentication, they will not be able to connect to the database on NT.

SQLNET.AUTHENTICATION_SERVICES= (NTS)

NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)

 

27. However our old good fellow soctt/password is locked.

28 Never fear system/Manas5 is there, to bail scott out
 

alter user scott account unlock;
grant connect, resource to scott;

 

29. Scopus will ask you to reset your password, for this machine I chose "Manas5"

30 However to use the famous emp table, you need to again log-in as DBA to create a new user or allowing scott to use emp.

31. " Give the floor to Scott, coach"
32. Coach says: "  let me try, I would tell emp, that "scott" is with me."

33. " Coach!, you can't be Shakespeare that whatever you write becomes English or Oracle !"
Coach says: "pardon me", "oracle error alert is working.", "here you go Scott, Bye".

34. i SQl and SQL+ they talk to each other. Visit Oracle's site, for code and other documents to get going, I would be adding more later.

Document Date :: Archived and used for comparison only (2011)