oracle sqlplus error ora-24324 and ora-01041? [message #100752] |
Fri, 01 August 2003 01:19 |
eagletian
Messages: 1 Registered: August 2003
|
Junior Member |
|
|
when I run following statement in sqlplus:
sql>startupp file=c:oracleadmintixipipfile
inittixipi.ora.6312003235543
These error occur:
ora-24324: service handle not initialized
ora-01041: internal error. hostdef extension doesn't exist
what can i do?
|
|
|
|
Re: oracle sqlplus error ora-24324 and ora-01041? [message #101173 is a reply to message #100755] |
Thu, 03 June 2004 03:56 |
Patrick David
Messages: 1 Registered: June 2004
|
Junior Member |
|
|
Hi Mahesh,
It seems that I have the same problem as yours. I'm using Oracle 9i R2, 9204, and when I start my database using the same command "startup pfile=...", I get the same errors. But no any ideas on how fix it.
Did you find a solution? If so could you tell me how to do?
Thanks in advance
Patrick
|
|
|
|
|
Re: oracle sqlplus error ora-24324 and ora-01041? [message #101360 is a reply to message #100752] |
Thu, 26 August 2004 22:13 |
Ravi Kumar .C
Messages: 1 Registered: August 2004
|
Junior Member |
|
|
The problem is that the oracle is unable to create the background process,You should check whether the path specified for all backround process are correct and create folders if not. Then reload the listener
and issue the command again in a new session.
Rgds
C.Ravi Kumar
DBA
INDIA
|
|
|
|
|
Re: oracle sqlplus error ora-24324 and ora-01041? [message #329694 is a reply to message #100752] |
Thu, 26 June 2008 04:54 |
sunildasar
Messages: 1 Registered: June 2008 Location: Bangalore
|
Junior Member |
|
|
Hi,
Even I faced the following issue.The issue can be solved in the following way
When you are creating Spfile form pfile,give the full path of the pfile that U have modified
create spfile from pfile='<pfile-location>'
and then Start the Database
This should resolve the issue
The reason for the issue might be because the pfile is not present in the default directory
i.e ORACLEHOME\database for Windows and ORACLEHOME/dbs for Linux/Solaris
So When you are creating spfile U need to provide the full location for the pfile
Hope this helps U resolve the issue.Please let me know if U need any help regarding this
|
|
|
|
Re: oracle sqlplus error ora-24324 and ora-01041? [message #335094 is a reply to message #329776] |
Mon, 21 July 2008 00:15 |
altafhk
Messages: 45 Registered: June 2007 Location: Islamabad
|
Member |
|
|
I also got the problem ORA-24324 and understood that we are using Authentication server.ini where connection string is given like:
DB_CONN_STRING=teskhi/testkhi@testdb
PORT=8123
ENCRYPT=NO
LOG_FILE_NAME=Log/AuthenticationServer
LOG_FILE_SIZE=4194304
NO_OF_LOG_FILES=2
The application is routed through a file:
HOST_NAME=191.1.16.247:7123
WEB_BASED=NO
PRODUCT_ONLY=YES
MARGIN_INTERVAL=30
ENCRYPT=NO
This hostname is my client machine where all users are using the application. This hostname was given the server ip. When I changed that ip with 247, the problem resolved.
|
|
|