X$MESSAGES hidden columns
Sometimes X$ tables might have seemingly unused gaps in a row.
This post reviews such gaps in X$MESSAGES
that turns out to be hidden columns.
Sometimes X$ tables might have seemingly unused gaps in a row.
This post reviews such gaps in X$MESSAGES
that turns out to be hidden columns.
The starting address of X$ tables makes sense for tables residing in SGA or defined within the Oracle binary. It is usually found by querying an X$ table. This blog post describes an alternative method of obtaining the starting address by calling an Oracle C function.
Let us find out how to get X$ table columns from the Oracle binary.
I have been investigated a case with ORA-00855
recently, and decided to share my findings about this error in this post.