ORA-01127: database name 'string' exceeds size limit of string characters

Oracle error
oracle, oracle error, oracle blog


ORA-01127: database name 'string' exceeds size limit of string characters
Cause: Obvious
Action: None



See more oracle error here.

oracle error- ORA-00839: SGA_TARGET cannot be modified to the specified value

Oracle error
oracle, oracle error, oracle blog
ORA-00839: SGA_TARGET cannot be modified to the specified value


Cause: The specified value of SGA_TARGET was not compatible with current settings of PGA_AGGREGATE_TARGET and MEMORY_TARGET/MEMORY_MAX_TARGET.
Action: Set SGA_TARGET to be no more than the difference of MEMORY_TARGET/MEMORY_MAX_TARGET and PGA_AGGREGATE_TARGET. Also ensure that the current PGA memory used for non-auto workareas is low.



See more oracle error here.

Oracle error- ORA-00838: Specified value of MEMORY_TARGET is too small, needs to be at least stringM

Oracle error
oracle, oracle error, oracle blog
ORA-00838: Specified value of MEMORY_TARGET is too small, needs to be at least stringM


Cause: The specified value of MEMORY_TARGET was less than the sum of the specified values for SGA_TARGET and PGA_AGGREGATE_TARGET.
Action: Set MEMORY_TARGET to at least the recommended value.

See more oracle error here.