could not open parameter file error message again
Previouly i had posted regarding this error message it was pointed out to me that i was running a unix script on windows. I am still having the same problem. I did create a database using odca. I then created a pfile from the spfile. I edited the pfile using word pad. I tried to startup the database using the pfile so that i could create a new spfile from it and that's when i get the above message. Below is my modified pfile. My other question is that i don't show a path for the archivelogs, do i just add on the pfile?Thanks for your help.
##############################################################################
# Copyright (c) 1991, 2001, 2002 by Oracle Corporation
##############################################################################
###########################################
# Cache and I/O
###########################################
db_block_size=8192
db_cache_size=25165824
db_file_multiblock_read_count=16
###########################################
# Cursors and Library Cache
###########################################
open_cursors=300
###########################################
# Database Identification
###########################################
db_domain=""
db_name=masaai
###########################################
# Diagnostics and Statistics
###########################################
background_dump_dest=C:\u01\app\oracle\admin\masaai\bdump
core_dump_dest=C:\u01\app\oracle\admin\masaai\cdump
timed_statistics=TRUE
user_dump_dest=C:\u01\app\oracle\admin\masaai\udump
###########################################
# File Configuration
###########################################
control_files=("C:\u01\app\oracle\oradata\masaai\control01.ctl", "C:\u02\app\oracle\oradata\masaai\control02.ctl", "C:\u03\app\oracle\oradata\masaai\control03.ctl","c:\u02\app\oracle\oradata\masaai\control01.ctl","c:\u03\app\oracle\oradata\masaai\control02.ctl","c:\u04\app\oracle\oradata\masaai\control03.ctl")
##########################################
# Instance Identification
###########################################
instance_name=masaai
###########################################
# Job Queues
###########################################
job_queue_processes=10
###########################################
# MTS
###########################################
dispatchers="(PROTOCOL=TCP) (SERVICE=masaaiXDB)"
###########################################
# Miscellaneous
###########################################
aq_tm_processes=1
compatible=9.2.0.0.0
###########################################
# Optimizer
###########################################
hash_join_enabled=TRUE
query_rewrite_enabled=FALSE
star_transformation_enabled=FALSE
###########################################
# Pools
###########################################
java_pool_size=33554432
large_pool_size=8388608
shared_pool_size=50331648
###########################################
# Processes and Sessions
###########################################
processes=150
###########################################
# Redo Log and Recovery
###########################################
fast_start_mttr_target=300
###########################################
# Security and Auditing
###########################################
remote_login_passwordfile=EXCLUSIVE
###########################################
# Sort, Hash Joins, Bitmap Indexes
###########################################
pga_aggregate_target=25165824
sort_area_size=524288
###########################################
# System Managed Undo and Rollback Segments
###########################################
undo_management=AUTO
undo_retention=10800
undo_tablespace=UNDOTBS
as i said in the last thread, go to the directory and do a 'dir' prove you have what you say you have.
The output you have there isnt the output from a pfile created from an spfile so maybe you have something completely different
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width
Bookmarks