DBA_REGISTRY_HISTORY The output of the entire contents of DBA_REGISTRY_HISTORY looks like the following. in the following way:

    1 answer 1

    Not clearly, than you deduce. Explicit formatting failure, besides, the bundle_series column is missing in the layout, and its data is output. Correctly read it like this:

    строка 1 action time = 22.09.11 20:04:47.707619 action = apply namespace = server version = 11.2.0.3.0 bundle series = psu comments = PatchSet 11.2.0.2.0 

    etc.

    • Thank. What does apply mean? - Starting the server? Apply update? - Unknown_person1
    • Application. Those. in this case, applying the patch to the server (this is indicated in the namespace column). - hinotf
    • Here is a link to the description of the view and what column means: docs.oracle.com/cd/B19306_01/server.102/b14237/… - hinotf
    • Thank. I already looked at this source, it was not clear to me what is apply. What is meant by "use"? How does upgrade differ from apply? What is meant by downgrade? Why is bundle_series here and not in the source? What does bundle_series mean? What is PSU? If you drop a link to a resource where you can find out, I will be very grateful. - Unknown_person1
    • Because we looked at the description for the old version. The column BUNDLE_SERIES appeared with 11.2 docs.oracle.com/cd/E11882_01/server.112/e40402/… . I suppose, apply is the application of a patch that does not change the version, upgrade and so clearly, downgrade - sometimes the version needs to be lowered due to system-critical errors in the newer one. - hinotf