Mapping Oracle SGA memory into physical files in Solaris.

Is there a way by which we could map Oracle SGA memory into physical files in solaris.
We could find these physical files in /dev/shm/ folder in linux environment but they are missing in solaris.

Hi,

/dev/shm on linux is the representation of shared memory and does not really hold physical files.
On solaris the ipcs command may help you to view the information you get from /dev/shm on linux.