|
|
|
|
Re: installing oracle8i on windows xp [message #101667 is a reply to message #101647] |
Fri, 11 February 2005 03:46   |
wahed
Messages: 1 Registered: February 2005
|
Junior Member |
|
|
Sir,
i am unable to connect to the database through my jsp programs i am using tomcat server.My oracle8i(1.7)installation is not over as the test to connect,the database cannot be reached please help me. I am using java2 version.
|
|
|
|
|
|
|
|
|
|
|
Solution for run Oracle in Windows XP [message #240192 is a reply to message #101069] |
Thu, 24 May 2007 06:06   |
ramezdreams
Messages: 3 Registered: May 2007 Location: India
|
Junior Member |

|
|
1. Change the startup setting of the instance of Oracle database such that the instance of Oracle database does not automatically start when the Oracle database service is started. To do so, follow these steps.
Warning If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.
a. Click Start, and then click Run.
b. In the Open box, type regedit, and then click OK.
c. In Registry Editor, locate the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME0
Note The name of this registry key ends with the number zero (0), not the letter o.
d. In the right pane of Registry Editor, double click ORA_<SID>_AUTOSTART.
Note: Replace <SID> with the name of the Oracle database service.
e. In the Edit String dialog box, type FALSE in the Value data box, and then click OK.
f. Close Registry Editor.
Alternate for Step 2 and 3:
Copy the given files, StartupOracleORCL.sql and Orastart.bat to C:\ drive )
2. Create the following batch file with the name StartupOracleORCL.sql:
connect internal/oracle
startup
3.Create the following Windows batch file with the name Orastart.bat in the same folder where you created the StartupOracleORCL.sql batch file in step 2:
svrmgrl @<Full path of startupOracleORCL.sql created in Step 2>
4. Restart your system properly
5.(Every time before starting SQL Plus) Run the Orastart.bat file at a command prompt
Note: a) You may notice that the instance of Oracle database starts successfully.
b) Now you can start SQL plus from Program files and login with system/manager or scott/tiger
|
|
|
Re: Oracle 8i & Windows XP Pro [message #240205 is a reply to message #171583] |
Thu, 24 May 2007 06:26   |
ramezdreams
Messages: 3 Registered: May 2007 Location: India
|
Junior Member |

|
|
Hi,
Actually i'm not getting any error on while installing Oracle in Windows Xp, First time i cud run sql plus with any default usrname/password but after restarting the system iam unable to use the sql plus.. the following error only i got,
"ERROR:
ORA-01034: ORACLE not available "
But now, i have found the soltuion for this problem only...
This is Solution for run Oracle in Windows XP
1.Change the startup setting of the instance of Oracle database such that the instance of Oracle database does not automatically start when the Oracle database service is started.
To do so, follow these steps.
Warning If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.
a. Click Start, and then click Run.
b. In the Open box, type regedit, and then click OK.
c. In Registry Editor, locate the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME0
Note The name of this registry key ends with the number zero (0), not the letter o.
d. In the right pane of Registry Editor, double click ORA_<SID>_AUTOSTART.
Note: Replace <SID> with the name of the Oracle database service.
e. In the Edit String dialog box, type FALSE in the Value data box, and then click OK.
f. Close Registry Editor.
Alternate for Step 2 and 3:
Copy the given files, StartupOracleORCL.sql and Orastart.bat to C:\ drive )
2.Create the following batch file with the name StartupOracleORCL.sql:
connect internal/oracle
startup
3.Create the following Windows batch file with the name Orastart.bat in the same folder where you created the StartupOracleORCL.sql batch file in step 2:
svrmgrl @<Full path of startupOracleORCL.sql created in Step 2>
4. Restart your system properly
5. (Every time before starting SQL Plus) Run the Orastart.bat file at a command prompt
Note: a) You may notice that the instance of Oracle database starts successfully.
b) Now you can start SQL plus from Program files and login with system/manager or scott/tiger.
Try to solve your problem...
Thank you,
Rameshkumar.G
|
|
|
Re: Oracle 8i & Windows XP Pro [message #240212 is a reply to message #171511] |
Thu, 24 May 2007 06:37  |
ramezdreams
Messages: 3 Registered: May 2007 Location: India
|
Junior Member |

|
|
You try this,
i got this solution from some other forums,
But i didn't try this...
Installation of Oracle8i on Windows XP
This is a work around to Install Oracle 8i on Windows XP:
1 - Copy the content of your Oracle CD into hard disk in your
machine. For example Copy from oracle8i CD into D:\Oracle\ ...
2 - Search the file Symcjit.dll on the D drive (where you have
copied Oracle8i. You can found it in:
- For Oracle8i 1.7:
D:\Oracle\stage\Components\oracle.swd.jre\1.1.7.30\1
\DataFiles\Expanded\jre\win32\bin\symcjit.dll
- For Oracle8i 1.6:
D:\Oracle\stage\Components\oracle.swd.jre\1.1.7.24\1
\DataFiles\Expanded\jre\win32\bin\symcjit.dll
3 - Rename this file (Example): symcjit_back.dll
4 - Execute the Oracle setup.exe from D:\Oracle\setup.exe
..Ramez..
|
|
|