Chinaunix首页 | 论坛 | 博客
  • 博客访问: 543537
  • 博文数量: 704
  • 博客积分: 39800
  • 博客等级: 大将
  • 技术积分: 4950
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-15 13:32
文章分类

全部博文(704)

文章存档

2011年(1)

2008年(703)

我的朋友

分类:

2008-10-15 13:44:22

SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> create pfile=´/home/oracle/initora11g_p.ora´ from memory;
create pfile=´/home/oracle/initora11g_p.ora´ from memory
*
ERROR at line 1:
ORA-00922: missing or invalid option


SQL> create spfile=´/home/oracle/spfileora11g_p.ora´ from memory;
create spfile=´/home/oracle/spfileora11g_p.ora´ from memory
*
ERROR at line 1:
ORA-00922: missing or invalid option


SQL> startup nomount
ORACLE instance started.

Total System Global Area 267825152 bytes
Fixed Size 1299316 bytes
Variable Size 176163980 bytes
Database Buffers 88080384 bytes
Redo Buffers 2281472 bytes
SQL> create pfile=´/home/oracle/initora11g_p.ora´ from memory;

File created.

SQL> create spfile=´/home/oracle/spfileora11g_p.ora´ from memory;

File created.

--------------------next---------------------

阅读(272) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~