This is the path of my existing database.. C:\oracle\product\10.2.0\d
b_1\databa
se
In that 'intorcl' file is there.. Content of that file is:
SPFILE='C:\oracle\product\
10.2.0\db_
1/dbs/spfi
leorcl.ora
'
(***just one line--i am worried about that----How can I bring whole contents here)
orcl is the database
but corresponding database's pfile path is C:\oracle\product\10.2.0\a
dmin\orcl\
pfile
it 's content is :
##########################
##########
##########
##########
##########
##########
##
# Copyright (c) 1991, 2001, 2002 by Oracle Corporation
##########################
##########
##########
##########
##########
##########
##
##########################
##########
#######
# Cache and I/O
##########################
##########
#######
db_block_size=8192
db_file_multiblock_read_co
unt=16
##########################
##########
#######
# Cursors and Library Cache
##########################
##########
#######
open_cursors=300
##########################
##########
#######
# Database Identification
##########################
##########
#######
db_domain=""
db_name=orcl
##########################
##########
#######
# Diagnostics and Statistics
##########################
##########
#######
background_dump_dest=C:\or
acle\produ
ct\10.2.0/
admin/orcl
/bdump
core_dump_dest=C:\oracle\p
roduct\10.
2.0/admin/
orcl/cdump
user_dump_dest=C:\oracle\p
roduct\10.
2.0/admin/
orcl/udump
##########################
##########
#######
# File Configuration
##########################
##########
#######
control_files=("C:\oracle\
product\10
.2.0\orada
ta\orcl\co
ntrol01.ct
l", "C:\oracle\product\10.2.0\
oradata\or
cl\control
02.ctl", "C:\oracle\product\10.2.0\
oradata\or
cl\control
03.ctl")
db_recovery_file_dest=C:\o
racle\prod
uct\10.2.0
/flash_rec
overy_area
db_recovery_file_dest_size
=214748364
8
##########################
##########
#######
# Job Queues
##########################
##########
#######
job_queue_processes=10
##########################
##########
#######
# Miscellaneous
##########################
##########
#######
compatible=10.2.0.1.0
##########################
##########
#######
# Processes and Sessions
##########################
##########
#######
processes=150
##########################
##########
#######
# SGA Memory
##########################
##########
#######
sga_target=167772160
##########################
##########
#######
# Security and Auditing
##########################
##########
#######
audit_file_dest=C:\oracle\
product\10
.2.0/admin
/orcl/adum
p
remote_login_passwordfile=
EXCLUSIVE
##########################
##########
#######
# Shared Server
##########################
##########
#######
dispatchers="(PROTOCOL=TCP
) (SERVICE=orclXDB)"
##########################
##########
#######
# Sort, Hash Joins, Bitmap Indexes
##########################
##########
#######
pga_aggregate_target=16777
216
##########################
##########
#######
# System Managed Undo and Rollback Segments
##########################
##########
#######
undo_management=AUTO
undo_tablespace=UNDOTBS1
i am trying to create a new database newdb
instance and password file creation using oradim was successful
How can I successfully create the database newdb?
Start Free Trial