Hi,
I am currently having problems with Oracle 9i.
Everytime I startup the pc and try looking into the services, all the services are started, but the service OracleServiceXXX (the SID i created) is in a "Starting" state. There is no way that i could stop the service and try restarting it, unless i restart the server having the service OracleServiceXXX set to manual. If i start the server with the OracleServiceXXX as manual, and try starting the service manually (either through dos prompt or through the Services application, and waiting for 10 - 20 minutes), it will still be hanging on the "Starting" state.
I experience the same situation on a different unit having an Oracle 8i. The difference is that, in Oracle8i, all i have to do is to
startup the database manually:
set ORACLE_SID = XXX
sqlplus /nolog
connect sys/change_on_install as sysdba (it will have a message of "connected to an idle instance.")
startup (this will startup the instance)
This will work and i could use the database already.
If i try the same thing on Oracle9i, the line:
>>> connect sys/change_on_install as sysdba
will only display a message of "connected."
If i try the line:
>>> startup
it will have a message of "ORA-01081: cannot start already-running ORACLE - shut it down first"
Knowing that it is already started, i try to shut it down again and restart it.
I tried the line:
shutdown immediate
The problem is that it says that there is an "end-of-file communication channel..."
and it won't shutdown.
Is there anyone who could help me with this problem.
I will be posting the specifications of the server, as well as the init.ora for the service.
Specs:
> CPU Intel Xeon 2.4 Ghz (2 CPUs)
> RAM memory: 1 GB
> HDD : 70 GB
> OS : Windows 2000 server
> other : tape backup
>
> Database : Oracle version 9.2.0.1.0
ora file:
==========================
==========
==========
==========
==========
==========
===
db_block_buffers=45000
db_block_size=8192
db_file_multiblock_read_co
unt=32
open_cursors=500
db_domain=world
db_name=XXX
background_dump_dest=c:\or
acle\ora92
\rdbms\tra
ce
core_dump_dest=c:\oracle\o
ra92\rdbms
\trace
event='10943 trace name context level 4'
max_dump_file_size=10240
timed_statistics=TRUE
user_dump_dest=c:\oracle\o
ra92\rdbms
\trace
global_names=TRUE
control_files=("C:\DATA\CT
RL\ctrl1.c
tl", "C:\DATA\CTRL\ctrl2.ctl", "C:\DATA\CTRL\ctrl3.ctl")
db_files=254
instance_name=XXX
job_queue_processes=4
compatible=9.2.0.0.0
hash_join_enabled=TRUE
query_rewrite_enabled=FALS
E
star_transformation_enable
d=FALSE
java_pool_size=33554432
large_pool_size=8388608
shared_pool_size=50000000
processes=200
fast_start_mttr_target=300
log_buffer=163840
log_checkpoint_interval=99
9999999
max_enabled_roles=48
os_authent_prefix=""
os_roles=FALSE
remote_login_passwordfile=
EXCLUSIVE
remote_os_authent=TRUE
pga_aggregate_target=25165
824
sort_area_size=2097152
rollback_segments=(r01,r02
,r03)
undo_management=AUTO
undo_retention=10800
undo_tablespace=UNDOTBS1
dml_locks=500
==========================
==========
==========
==========
==========
==========
===
I hope somebody could help. Thanx.
spoj