(1) SQL startup pfile=/oracle/admin/db/pfile/init.ora.73201416940 ORACLE instance started. Total System Global Area 285212672 bytes Fixed Size 2095704 bytes Variable Size 88081832 bytes Database Buffers 188743680 bytes Redo Buffers 62914
(1)
SQL> startup pfile=/oracle/admin/db/pfile/init.ora.73201416940
ORACLE instance started.
Total System Global Area 285212672 bytes
Fixed Size 2095704 bytes
Variable Size 88081832 bytes
Database Buffers 188743680 bytes
Redo Buffers 6291456 bytes
Database mounted.
Database opened.
在原金领办公系统上增加的客户管理系统,其中包括客户管理,文档管理,表格管理,分超级管理员(总经办),管理员(部门经理),普通用户(员工),强大的检索功能,各种条件检索,普通用户删除的客户资料,超级管理员能在回收站中恢复,有效的保证了员工离职使客户资源丢失问题。超级管理员:ao密码:123456
(2)
SQL> create spfile from pfile='/oracle/admin/db/pfile/init.ora.73201416940';
File created.
(3)
重新启动,可以找到spfile
备份spfile
SQL> create pfile='/oracle/admin/pfile.ora' from spfile;
File created.









