startup pfile='path'
startup (spfile)
pfile:
open_cursors=300
startup pfile
show parameter open_cursors
300
shut immediate
open pfile using notepad
open_cursors=400
startup pfile
show parameter open_cursors
open_cursors=400
shut immediate
startup
show parameter open_cursors
300
shut immediate
startup pfile='path'
create spfile from pfile;
shut immediate
startup
show parameter open_cursors=400