Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Implementing automatic memory management issue

user8297302Jan 6 2009 — edited Jan 6 2009
I have just recently upgraded our database from 10g to 11g on a Linux RHEL4 x86-64 OS. I'm trying to convert from using huge memory pages to automatic memory management. I've mounted the /dev/shm with the maximum amount of shared memory to be used. My ASM instance on the same server starts up without any problems and utilizes the new shared memory space. But when I try to start the production database instance after changing the memory_target parameter to a non-zero value, I get the following error:

SQL> startup mount pfile='$ORACLE_HOME/dbs/initdatatrak.ora'
ORA-27103: internal error
Linux-x86_64 Error: 2: No such file or directory
Additional information: 27129
Additional information: -1
Additional information: 3

Any ideas what my problem might be?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 3 2009
Added on Jan 6 2009
2 comments
684 views