Actually, this topic "How to Move Oracle Database" follows my previous post: How to Move ORACLE HOME. But I think it can be used in… Read More »How to Move Oracle Database
Here is a quick glance at the default locations of SPFILE and PFILE in different platforms. For instance, Linux and Windows. Linux/Unix SPFILE <ORACLE_HOME>/dbs/spfile<ORACLE_SID>.ora PFILE… Read More »Where is Oracle SPFILE Location
If we need to change some values of parameters persistently, what should we start? First of all, we have to know whether the database started… Read More »SPFILE or PFILE?
If we were trying to change parameters in an unfamiliar database that was handed over from other DBA, we have to figure it out whether… Read More »Where is Oracle PFILE Location
Show Parameter Spfile Whenever you want to know the location of Server Parameter File (SPFILE), I think the first thing you want to do is… Read More »Show Parameter Spfile
Tuning ASSM or ASM target can never be done within SCOPE=MEMORY or even SCOPE=BOTH, which is not allowed. SQL> alter system set sga_target=64g scope=both; alter… Read More »How to Raise SGA_TARGET or MEMORY_TARGET