Hello Experts, I want to know that which background process create the memory in oracle when start the instance? If anyone from you guys knows it then please explain it here.
Thanks in Advance!
Comments
Sugandh |
| 16 Nov 2015 4:57 pm
I guess server process.
Jyoti Pandey |
| 16 Nov 2015 4:57 pm
After pmon authentication server process allocate memory.
Chandan Singh Parihar |
| 16 Nov 2015 4:58 pm
Server process comes after instance start and not at the time of instance startup.it must be pmon but need to check by bringing db in nomount stage and parallaly check which process is running.
Romil Tripathi |
| 16 Nov 2015 4:58 pm
Startup nomount itself means background process started and memory structure allocated.
Abhijeet Mudgal |
| 16 Nov 2015 4:58 pm
Server process. Oracle server process create SGA based on pfile.
Nitesh Singh |
| 16 Nov 2015 4:59 pm
Server process is responsible. Because server process is created once the instance is up.
I guess server process.