Link to home
Start Free TrialLog in
Avatar of tomvv
tomvv

asked on

memory target

QL> create pfile from spfile;

File created.

SQL> startup
ORA-00845: MEMORY_TARGET not supported on this system
SQL> exit
Disconnected
[oracle@wtu dbs]$ ls
hc_DBUA0.dat  init.ora      lkPROS     peshm_DBUA0_0  spfileorcl.ora
hc_orcl.dat   initpros.ora  orapworcl  peshm_orcl_0   spfilepros.ora
hc_pros.dat   lkORCL        orapwpros  peshm_pros_0
[oracle@wtu dbs]$ vi initpros.ora
[oracle@wtu dbs]$ export ORACLE_SID=pros
[oracle@wtu dbs]$ sqlplus /nolog

SQL*Plus: Release 11.2.0.1.0 Production on Sat Sep 15 09:59:49 2012

Copyright (c) 1982, 2009, Oracle.  All rights reserved.

SQL> startup
ORA-01031: insufficient privileges
SQL> conn / as sysdba
Connected to an idle instance.
SQL> startup
ORA-00845: MEMORY_TARGET not supported on this system
SQL>
ASKER CERTIFIED SOLUTION
Avatar of Rich Olu
Rich Olu
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial