spfile

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-07 16:06:10
Original
1088 people have browsed it

1 让ORACLE自动从spfile启动 SQL create spfile='/dev/vx/rdsk/vgora/lv_spfile' from pfile; SQL shutdown immediate; 修改initora11g.ora文件 /oracle/app/product/11g/db/dbs cp initora11g.ora initora11g.ora_bak echo SPFILE='/dev/vx/rdsk/vgora/lv_s

1 让ORACLE自动从spfile启动
SQL> create spfile='/dev/vx/rdsk/vgora/lv_spfile' from pfile;
SQL> shutdown immediate;
修改initora11g.ora文件
/oracle/app/product/11g/db/dbs
cp initora11g.ora initora11g.ora_bak
echo SPFILE='/dev/vx/rdsk/vgora/lv_spfile' > initora11g.ora
SQL> startup

2 pfile路径
/oracle/app/admin/ora11g/pfile

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template