Operating System - HP-UX
1748018 Members
3585 Online
108757 Solutions
New Discussion юеВ

Re: Database creation failed during installation process

 
SOLVED
Go to solution
Gabriel Mu├▒oz
Occasional Advisor

Database creation failed during installation process

I have a problem with database creation in Oracle 8.0.4 installation process on HP-UX 11.

In install.log file appears:

- ERROR: The 'CREATE DATABASE' statement for the ORCL database failed.
egrep failed to find 'ORA-' error in the file:
/opt/oracle/admin/ORCL/create/crdbORCL.lst

crdbORCL.lst contents:

ORA-12537: TNS:connection closed
LCC-00161: Message 161 not found; product=SVRMGR; facility=MGR

ORA-12537: TNS:connection closed
create database "ORCL"
*
ORA-03114: not connected to ORACLE
ORA-12537: TNS:connection closed

I'm thinking in a posible error with Oracle TCP/IP adapter installation.

1) adapters:

Installed Net8 Protocol Adapters are:

BEQ Protocol Adapter
IPC Protocol Adapter
Error!!! TCP/IP Protocol Adapter not completely installed!
Adapter present in ntcontab.o, but missing from libnetwork.a...
RAW Protocol Adapter

Installed Net8 Naming Adapters are:

Error!!! Oracle TNS Naming Adapter not completely installed!
Adapter present in libnetwork.a, but missing from nnfgt.o...
Error!!! Oracle Naming Adapter not completely installed!
Adapter present in libnetwork.a, but missing from nnfgt.o...

Installed Advanced Networking Option/Network Security products are:

Oracle Security Server Authentication Adapter

2) In Oracle install.log file appear:

>>> Entering network/install/tcppa.ins
- Removing TCP/IP Protocol Adapter Generated Files...
- Loading TCP/IP Protocol Adapter Libraries...
- Loading TCP/IP Protocol Adapter Administrative Scripts...
- Loading TCP/IP Protocol Adapter Documentation Files...
- Loading TCP/IP Protocol Adapter Executables...
- Registering TCP/IP Protocol Adapter...
- Installed Protocol Adapters are: BEQ Protocol Adapter, IPC Protocol Adapter, Error!!! TCP/IP Protocol Adapter not completely installed!, Adapter present in ntcontab.o, but missing from libnetwork.a..., RAW Protocol Adapter, Error!!!

Oracle TNS Naming Adapter not completely installed!, Adapter present in libnetwork.a, but missing from nnfgt.o..., Error!!! Oracle Naming Adapter not complete

Why database creation failed during installation process?
Rocketir
13 REPLIES 13
Volker Borowski
Honored Contributor
Solution

Re: Database creation failed during installation process

Gabriel,

the installation is buggy, you need to get an oracle patch. I attached a SAP-note describing the bug.

The related bugfix is named, but I suspect, you'll need to get it through oracle support, if you have no SAP support available.

Hope this helps
Volker
Volker Borowski
Honored Contributor

Re: Database creation failed during installation process

I just checked the BUGFIX :-)
It is about 20k in size :-)
V.
Gabriel Mu├▒oz
Occasional Advisor

Re: Database creation failed during installation process

What is the URL from download this patch?

In your file attachment appears:

(You can download and install the patch for Bug 647452 from sapservX from the following directories;

/home/ftp/general/3rdparty/oracle/HP_UX/8.0.4/BUG647452
and
/home/ftp/general/3rdparty/oracle/HP_UX11.0/8.0.4/BUG647452)

Where is a sapservX? Sorry, but I don't know.
Rocketir
Volker Borowski
Honored Contributor

Re: Database creation failed during installation process

Hey Gabriel,

sapservX is a service-system for SAP customers.
It is not accessable for non-SAP customers.

Unfortunatly, I only have SAP support, and no Oracle-support, so I can not browse the Oracle-website itself.
You should be able to find and download the BUGFIX from Oracle-website. I can not (as I am getting my Oracle support through SAP), so I do not know the URL, sorry.

Volker


Gabriel Mu├▒oz
Occasional Advisor

Re: Database creation failed during installation process

Hi Volker:

Thanks for your answers.

Can you post the patch as attachment, please?

Thank you again.
Rocketir
Alexander M. Ermes
Honored Contributor

Re: Database creation failed during installation process

Hi there.
Are you aware of the fact, that Oracle 8.0.4
is outdated ? I do not think, that Oracle will support this anymore. Try to update to 8.0.6 .
Rgds
Alexander M. Ermes
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"
Volker Borowski
Honored Contributor

Re: Database creation failed during installation process

Well,
since this thing is so small.....

It is in compressed tar format

$ tar -tvf BUGFIX.647452.TAR
drwxrwxr-x ux10/
-rw-rw-r-- ux10/README.647452
-rw-rw-r-- ux10/adapters
drwxrwxr-x ux11/
-rw-rw-r-- ux11/README.647452
-rw-rw-r-- ux11/adapters

...of course I do not take any liability :-)

Consider what Alexander said in addition!
This Version is beyond support for quite a while now !

Good luck
Volker
Volker Borowski
Honored Contributor

Re: Database creation failed during installation process

Hmm,

seems impossible to open a .Z attachment, so I bet .tar would be a problem as well.

Volker
Gabriel Mu├▒oz
Occasional Advisor

Re: Database creation failed during installation process

Thank you very much for help me.
Rocketir