您的位置:首页 > 数据库 > Oracle

oracle ORA-00844: Parameter not taking MEMORY_TARGET into account, see alert log for mo

2012-04-28 16:59 495 查看
ORA-00844: Parameter not taking MEMORY_TARGET into account, see alert log for mo

re information

SQL> show parameter memory;

ORA-01034: ORACLE not available

进程 ID: 0

会话 ID: 0 序列号: 0

 

 

SQL> create pfile='c:\inittest.ora' from spfile;

文件已创建。

SQL> startup pfile='c:\inittest.ora';

ORACLE 例程已经启动。

Total System Global Area  631926784 bytes

Fixed Size                  1334996 bytes

Variable Size             205521196 bytes

Database Buffers          419430400 bytes

Redo Buffers                5640192 bytes

数据库装载完毕。

数据库已经打开。

SQL> create spfile from pfile='c:\inittest.ora';

文件已创建。

SQL> shutdown immediate;

数据库已经关闭。

已经卸载数据库。

ORACLE 例程已经关闭。

SQL> startup;

ORACLE 例程已经启动。

Total System Global Area  631926784 bytes

Fixed Size                  1334996 bytes

Variable Size             205521196 bytes

Database Buffers          419430400 bytes

Redo Buffers                5640192 bytes

数据库装载完毕。

数据库已经打开。

 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  oracle 数据库 sql system c
相关文章推荐