Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle9R2
William F. O'Neill wrote:
> 'Shared memory Pool"
> Am using Oracle 9.2.0.1.0 on WINXP Pro.
> Am using Oracle in a non-network environment (standalone).
> Daniel:
> Again, am not a DBA....What should the kernel parameters be, and where would
> I find them? Thank,
> Bill....
There are no kernel parameters in Windows. Were you working in *NIX you would have known what they were.
Most likely the problem is that the Windows services didn't start.
Start
Settings
Control Panel
Administrative Tools
Services
Does the OracleService show as started?
If not start it ... if so stop it and restart it
Try again
If that doesn't work.
Start
Run
Cmd
NET STOP OracleService<sid_name_from_control_panel_service>
NET START OracleService<sid_name_from_control_panel_service>
Carefully record any error messages seen in their totality.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace 'x' with 'u' to respond)Received on Sun Mar 13 2005 - 22:16:30 CST
![]() |
![]() |