ORA-00855 PGA_AGGREGATE_TARGET cannot be set because of insufficient physical memory
I have been investigated a case with ORA-00855
recently, and decided to share my findings about this error in this post.
I have been investigated a case with ORA-00855
recently, and decided to share my findings about this error in this post.
Thus far, I have reviewed the kqftab
structure which is used to build the majority of tables shown in X$KQFTA
.
It is not clear yet where actual columns are coming from.
Let us find out in this post.
Some X$ tables are not coming from the kqftab
structure.
Let us find out their origin.
Explaining how to read the X$KQFTA
structure listing X$ tables.
A question about the subject appeared on Oracle-L today here asking how to trace a known SQL statement executed by a certain user. This post is written to demonstrate my solution to this problem.
There has been a tweet recently saying that VARRAY
is faster than CLOB
.
I found that it is generally not the case, and conducted additional tests to support this statement in this post.
Since 21c it is now possible to use credential objects in database links. This post demonstrates the new capability.
Encountered an error related to clock synchronization checks ran during Grid Infrastructure configuration. This post demonstrates how the issue was analyzed and resolved.
Oracle introduced a new parameter read_only
in 21c which is not documented in Database Reference yet at the time of this writing.
It allows to enable read-only mode for a user session, preventing any writes.
This post demonstrates how it works.
Creating a pluggable database (PDB) by plugging an unplugged PDB in 19.12 can fail with the ORA-7445 kpdbfSourceFileSearch
error.
Somehow there is no information about this error on MOS, so that I am sharing it in this post along with the solution that helped in my case.