Am trying to create database manually but with no luck. Am trying to do this on windows xp pro. Here are my steps. I set the enviroment and a new instance using oradim command. setup a password with orapwd file. At the command prompt i set the oracle_sid. log on sqlplus
sqlplus /nolog
connect /as sysdba
startup nomount -after typing this statment i get the error
ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file 'C:\U01\APP\ORACLE\PRODUCT\9204\DATABAS
E\INITDBSTUDEN.ORA
I do have a pfile in the location named above. Below is a copy of my pfile
##############################################################################
# Copyright (c) 1991, 2001 by Oracle Corporation
##############################################################################
###########################################
# Cache and I/O
###########################################
db_block_size=2048
#db_cache_size=83886080
db_cache_size=80M
###########################################
# Cursors and Library Cache
###########################################
open_cursors=300
###########################################
# Diagnostics and Statistics
###########################################
background_dump_dest=/u01/app/oracle/admin/dbstuden/bdump
core_dump_dest=/u01/app/oracle/admin/dbstuden/cdump
timed_statistics=TRUE
user_dump_dest=/u01/app/oracle/admin/dbstuden/udump
###########################################
# MTS
###########################################
# Uncomment the following line when your listener is configured for SSL
# (listener.ora and sqlnet.ora)
# dispatchers = "(PROTOCOL=TCPS)(SER=MODOSE)", "(PROTOCOL=TCPS)(PRE=oracle.aurora.server.GiopServer)", "(PROTOCOL=TCPS)(PRE=oracle.aurora.server.SGiopServer)"
# dispatchers="(PROTOCOL=TCP)(SER=MODOSE)", "(PROTOCOL=TCP)(PRE=oracle.aurora.server.GiopServer)", "(PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)"
###########################################
# Archiving
# Uncommenting the lines below will cause
# automatic archiving if archiving has
# been enabled using
# ALTER DATABASE ARCHIVELOG.
###########################################
#log_archive_start = true
#log_archive_dest = "/u01/app/oracle/admin/dbstuden/arch"
#log_archive_format = arch_%t_%s.arc
###########################################
# Processes and Sessions
###########################################
processes=500
###########################################
# Redo Log and Recovery
###########################################
fast_start_mttr_target=300
Bookmarks