Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Ora-27146 while creating a new database on Oracle 8.1.6 on Solaris 2.7
This is a multi-part message in MIME format.
------=_NextPart_000_0037_01C07FEA.37B07580 Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Dear DBA gurus,
I am getting the above error with the message Post/wait initialization
failed when I issue the startup nomount command. Ram size is 128MB. I am
attaching herewith the /etc/system file
and the initialization parameter file that I am using. Can you please help
me in tackling this error. Any help in this regard will be greatly
appreciated.
TIA and regards,
Ranganath
------=_NextPart_000_0037_01C07FEA.37B07580 Content-Type: application/octet-stream;
name="initNDBDEV.ora"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="initNDBDEV.ora"
#
# Copyright (c) 2000 by Nayna Networks, Inc.
#
#########################################################################=
#####
#
# Name: initNDBDEV.ora
#
# Purpose: This is the initialization file for the instance NDBDEV=20
# which is the development database used by Nayna's =
nWaveManager
# Network Management System.
#=20
# Change History:
# =
-------------------------------------------------------------------------= ----# =
# Date Person Description
-------------------------------------------------------------------------=
db_name =3D NDBDEV
db_domain =3D lgsi.co.in
instance_name =3D NDBDEV
service_names =3D NDBDEV.lgsi.co.in
db_files =3D 500 =20LARGE control_files =3D ("/user1/app/oracle/oradata/NDBDEV/control01.ctl")=20
# db_files =3D 100 # =
SMALL
# db_files =3D 400 # =
MEDIUM
# db_files =3D 1500 # =
=20
#
# (cmd) Nayna: Per Designer installation, check if these should be =
increased for=20
# development db.
#
open_cursors =3D 1000
max_enabled_roles =3D 30
#
# Nayna: Use large value.
#
# db_file_multiblock_read_count =3D 8 =
# SMALL
# db_file_multiblock_read_count =3D 16 =
# MEDIUM
db_file_multiblock_read_count =3D 32 =
db_block_buffers =3D 1600 =20# LARGE
# db_block_buffers =3D 100 =
# SMALL
# db_block_buffers =3D 550 =
# MEDIUM
# db_block_buffers =3D 3200 =
# Nayna: Allows you to grant SYSDBA & SYSOPER system privileges to =
individual users=20
# and have them connect as themselves.
remote_login_passwordfile =3D EXCLUSIVE
large_pool_size =3D 614400
java_pool_size =3D 20971520
log_checkpoint_interval =3D 10000
log_checkpoint_timeout =3D 1800
#
# Nayna: Use large value.
#
# processes =3D 50 =
# SMALL
# processes =3D 100 =
# MEDIUM
processes =3D 200 =
log_buffer =3D 163840 =
# Uncommenting the lines below will cause automatic archiving if =
archiving has
# been enabled using ALTER DATABASE ARCHIVELOG.
#log_archive_start =3D true
#log_archive_dest_1 =3D =
"location=3D/oradisk09/app/oracle/admin/NDBDEV/arch"
#log_archive_format =3D arch_%t_%s.arc
# If using private rollback segments, place lines of the following
# form in each of your instance-specific init.ora files:
# rollback_segments =3D ( rbs01, rbs02, rbs03, rbs04, rbs05,=20
# rbs06, rbs07, rbs08, rbs09, rbs10 )
# If using public rollback segments, define how many
# rollback segments each instance will pick up, using the formula
# # of rollback segments =3D transactions / =
transactions_per_rollback_segment
# In this example each instance will grab 40/10 =3D 4:
# transactions =3D 40
# transactions_per_rollback_segment =3D 10
# Global Naming -- enforce that a dblink has same name as the db it =
connects to
# global_names =3D false
# Edit and uncomment the following line to provide the suffix that will =
be
# appended to the db_name parameter (separated with a dot) and stored as =
the
# global database name when a database is created. If your site uses
# Internet Domain names for e-mail, then the part of your e-mail address =
after
# the '@' is a good candidate for this parameter value.
# db_domain =3D us.acme.com # global database name is =
db_name.db_domain
# Uncomment the following line if you wish to enable the Oracle Trace =
product
# to trace server activity. This enables scheduling of server =
collections
# from the Oracle Enterprise Manager Console.
# Also, if the oracle_trace_collection_name parameter is non-null,
# every session will write to the named collection, as well as enabling =
you
# to schedule future collections from the console.
# oracle_trace_enable =3D true
# define directories to store trace and alert files
background_dump_dest =3D /user1/app/oracle/admin/NDBDEV/bdump
core_dump_dest =3D /user1/app/oracle/admin/NDBDEV/cdump
#Uncomment this parameter to enable resource management for your =
database.
#The SYSTEM_PLAN is provided by default with the database.
#Change the plan name if you have created your own resource plan.
# resource_manager_plan =3D system_plan
user_dump_dest =3D /user1/app/oracle/admin/NDBDEV/udump
#
# Nayna: 8K.
#
db_block_size =3D 8192
remote_login_passwordfile =3D exclusive
os_authent_prefix =3D ""
# The following parameters are needed for the Advanced Replication =
Option
job_queue_processes =3D 4
job_queue_interval =3D 60
distributed_transactions =3D 10
open_links =3D 4
mts_dispatchers =3D =
"(PROTOCOL=3DTCP)(PRE=3Doracle.aurora.server.SGiopServer)"
# Uncomment the following line when your listener is configured for SSL
# (listener.ora and sqlnet.ora)
# mts_dispatchers =3D =
"(PROTOCOL=3DTCPS)(PRE=3Doracle.aurora.server.SGiopServer)"
#
# Nayna: (cmd) check to see if this should be changed
#
compatible =3D "8.1.6"
sort_area_size =3D 262144
sort_area_retained_size =3D 65536
------=_NextPart_000_0037_01C07FEA.37B07580 Content-Type: application/octet-stream;
name="NDBDEV.db"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="NDBDEV.db"
Rem
Rem Copyright (c) 2000 by Nayna Networks, Inc.
Rem =
-------------------------------------------------------------------------=
Rem Purpose: Create database script for the nWaveManager's development=20 Rem database (NDBDEV).
Rem database backups at regular, frequent intervals.Rem
-------------------------------------------------------------------------= ---- Rem Date Person Description
-------------------------------------------------------------------------=
-------------------------------------------------------------------------=
CREATE DATABASE ndbdev
CONTROLFILE REUSE
LOGFILE GROUP 1 ('/user1/app/oracle/oradata/NDBDEV/redo01a.log')=20 SIZE 5M REUSE, GROUP 2 ('/user1/app/oracle/oradata/NDBDEV/redo02a.log')=20 SIZE 5M REUSE
![]() |
![]() |