|
|
|
|
|
Re: ORA-01041: internal error. hostdef extension doesn't exist [message #179402 is a reply to message #179398] |
Tue, 27 June 2006 05:33 |
aciolac
Messages: 242 Registered: February 2006
|
Senior Member |
|
|
No, it can be incorrect. Make the next from command line:
Z:\>set ORACLE_SID=MYDB
-- to verify that your SID is set correct
Z:\>echo %ORACLE_SID%
MYDB
Z:>sqlplus /nolog
SQL> connect as sysdba
............
SQL> shutdown abort
If you also give the error, restart the instance service from Service Manager(As i understand, you have Win installed).
|
|
|
|
|
Re: ORA-01041: internal error. hostdef extension doesn't exist [message #179410 is a reply to message #179408] |
Tue, 27 June 2006 05:47 |
prlzuby
Messages: 35 Registered: June 2006 Location: Pakistan
|
Member |
|
|
I m using Windows XP and made database in learning environment so that there is small init.ora file. However the init.ora code is copies as follow:
##############################################################################
# Copyright (c) 1991, 2001 by Oracle Corporation
##############################################################################
###########################################
# Archive
###########################################
#log_archive_min_succeed_dest=5
log_archive_dest_1="location=D:\mydb\archive"
log_archive_dest_2="service=mydb.hyd.customs.gov.pk"
log_archive_format=%t_%s.dbf
log_archive_start=true
###########################################
# Cache and I/O
###########################################
db_block_size=4096
db_cache_size=33554432
###########################################
# Cursors and Library Cache
###########################################
open_cursors=300
###########################################
# Diagnostics and Statistics
###########################################
background_dump_dest=D:\mydb\bdump
core_dump_dest=D:\mydb\cdump
timed_statistics=TRUE
user_dump_dest=D:\mydb\udump
###########################################
# Distributed, Replication and Snapshot
###########################################
db_domain=""
remote_login_passwordfile=shared
###########################################
# File Configuration
###########################################
control_files=("D:\mydb\CONTROL01.CTL", "D:\mydb\CONTROL02.CTL", "D:\mydb\CONTROL03.CTL")
###########################################
# MTS
###########################################
dispatchers="(PROTOCOL=TCP)(SER=MODOSE)", "(PROTOCOL=TCP)(PRE=oracle.aurora.server.GiopServer)", "(PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)"
###########################################
# Miscellaneous
###########################################
compatible=9.0.0
db_name=mydb
###########################################
# Network Registration
###########################################
instance_name=mydb
###########################################
# Pools
###########################################
java_pool_size=33554432
large_pool_size=1048576
shared_pool_size=33554432
###########################################
# Processes and Sessions
###########################################
processes=150
###########################################
# Redo Log and Recovery
###########################################
fast_start_mttr_target=300
###########################################
# Sort, Hash Joins, Bitmap Indexes
###########################################
sort_area_size=524288
###########################################
# System Managed Undo and Rollback Segments
###########################################
undo_management=AUTO
undo_tablespace=UNDOTBS
#REMOTE_OS_AUTHENT=TRUE
#checkpoints_to_alert=true
#sql_trace=true
|
|
|
|
|
Re: ORA-01041: internal error. hostdef extension doesn't exist [message #179423 is a reply to message #179418] |
Tue, 27 June 2006 06:18 |
aciolac
Messages: 242 Registered: February 2006
|
Senior Member |
|
|
From you alert.log, I can see that when you stops your server, database are not shutting down. This is not good. Also You have problem with host mydb.hyd.customs.gov.pk - possible he doesn't response to your database calls. Because of this problem, ARCH process cannot stop corectly and database cannot stop. Under WinXP exist utility which are called some like Oracle NT Instance configuration. From this utility You can stop explicitly your database(you must to see at the end of alert.log ARC0: 'Archival stopped'). Aftre stopping, resolve problem with
ARC0: Error 12154 connecting to standby host 'mydb.hyd.customs.gov.pk'
or comment corresponding row in the alert.log.
|
|
|
|
|
Re: ORA-01041: internal error. hostdef extension doesn't exist [message #179429 is a reply to message #179426] |
Tue, 27 June 2006 06:33 |
aciolac
Messages: 242 Registered: February 2006
|
Senior Member |
|
|
1)for excluding appearence of error, resolve situation with conexion between your host and mydb.hyd.customs.gov.pk, or comment the row log_archive_dest_2="service=mydb.hyd.customs.gov.pk" from your init.ora.
2)Is necessary to restart your database. It is possible to try to connect to database as I already write(I think that you are already tried, but will be good to try yet once an to paste log of execution here), or to go to service manager, and stop service, that responds for work of your instance mydb(also possible to try to use Oracle NT Instance configuration).
P.S. stopping of host without shutdown of database are from 5 june.
|
|
|
|
|
|
|
|
|
|
|
|
Re: ORA-01041: internal error. hostdef extension doesn't exist [message #180029 is a reply to message #179386] |
Thu, 29 June 2006 20:36 |
raja_rajendran
Messages: 3 Registered: June 2006 Location: Malaysia
|
Junior Member |
|
|
Hi,
Frm Control panel choose the system.
Ans look into it's properties.
In the 'Network identification' tab,
you'll have
full computer name : XXXXXX
Workgroup : Workgroup.
During the O/s installation, if you have selected it as DOMAIN
here you'll see as
workgroup : Domain
In this case, if it is domain, then you'll have the 'hostdef extension doesn't exist' problem.
Because, in your 'tnasnames.ora', you will have the server or hostname, same as the full computer name.
ie, the computer name "xxxxx" will be found in the tnsnames.ora file as hostname.
Now, if your computer was installed as workgroup, then it will recognise your system and it won't give any problem.
But, if it was installed as Domain, then you'll have the 'hostdef' problem.
So, if you can, install the o/s again and during the o/s installation choose 'workgroup' and please don't choose 'domain'.
When I encounterd the same problem 'hostdef extension dosen't exist' in my windows server, I reinstalled the o/s and Oracle as mentioned above and the Oracle db is fine now.
If possible, do resinstall the o/s and oracle.
all the best.
Raja
|
|
|
|
|
|
Re: ORA-01041: internal error. hostdef extension doesn't exist [message #300156 is a reply to message #181612] |
Thu, 14 February 2008 07:56 |
funky
Messages: 4 Registered: December 2007 Location: Zagreb
|
Junior Member |
|
|
You have classic problem with firewall.
Note 208433.1 seems to indicate that Intel-Linux does not support OOB.
The "disable_oob" is set in the sqlnet.ora on the client. It does not need a database instance restart. The client specifies to the server when it connects whether it will be using "in-band" or "out-of-band".
|
|
|
|