Database Reference
In-Depth Information
e xe RCiSe 11.1 (continued)
###########################################
pga_aggregate_target=788m
###########################################
# System Managed Undo and Rollback Segments
###########################################
undo_tablespace=UNDOTBS1
control_files=("C:\ORACLE\ORADATA\NDLNE\CONTROLFILE\O1_MF_980KX1CY_.CTL", "C:\
ORACLE\FAST_RECOVERY_AREA\NDLNE\CONTROLFILE\O1_MF_980KX1N8_.CTL")
5. In Windows create an instance as a service. Run this one-line command as adminis-
trator from the command line:
C:\ oradim -NEW -SID NDLNE -STARTMODE MANUAL -PFILE C:\Oracle\admin\NDLNE\
init.ora
Instance created.
6. Connect to the instance:
C:\ sqlplus /nolog
SQL> CONNECT / AS SYSDBA
Connected to an idle instance.
7. Create a server parameter file (spfile):
SQL> create spfile from pfile= 'C:\Oracle\admin\NDLNE\pfile\init.ora';
File created.
8. Start the instance:
SQL> STARTUP NOMOUNT
ORACLE instance started.
Total System Global Area 2471931904 bytes
Fixed Size 2405664 bytes
Variable Size 671091424 bytes
Database Buffers 1778384896 bytes
Redo Buffers 20049920 bytes
SQL>
Search WWH ::




Custom Search