no -p -o tcp_ephemeral_low=9000no -p -o tcp_ephemeral_high=65500no -p -o udp_ephemeral_low=9000no -p -o udp_ephemeral_high=65500
SQL> startup nomount;ORACLE instance started.
Total System Global Area 1073741824 bytesFixed Size 2050856 bytesVariable Size 239076568 bytesDatabase Buffers 826277888 bytesRedo Buffers 6336512 bytesSQL> alter system set db_name=coconut scope=spfile;System altered.
SQL> alter system set db_unique_name=coconut scope=spfile;
System altered.
SQL> shutdown immediate;ORA-01507: database not mounted
ORACLE instance shut down.
SQL> startup;ORACLE instance started.Total System Global Area 1073741824 bytesFixed Size 2050856 bytesVariable Size 239076568 bytesDatabase Buffers 826277888 bytesRedo Buffers 6336512 bytesDatabase mounted.Database opened.
SQL> select name from v$database;