Oracle 10.2 Derived Fixed Tables
In Oracle 10.1 there were 14 derived fixed tables; in Oracle 10.2 there are 16 derived fixed tables
The following table shows the three derived fixed tables that were added in Oracle 10.2
|
| Derived Table | Source Table |
| X$KGLCURSOR_CHILD | X$KGLOB |
| X$KGLCURSOR_CHILD_SQLID | X$KGLOB |
| X$KGLCURSOR_CHILD_SQLIDPH | X$KGLOB |
|
The following table shows the only derived fixed table that was removed from Oracle 10.2
|
| Derived Table | Source Table |
| X$JSKSLV | X$KGLOB |
|
|