DBA Data[Home] [Help]

GSMADMIN_INTERNAL.DBMS_GSM_UTILITY dependencies on TVERS_LOOKUP_T

Line 46: catvers_lookup constant tvers_lookup_t := tvers_lookup_t(

42: --
43: -- Making changes in minor patches is not allowed because they will
44: -- not be installed correctly
45: ------------------------------------------------------------------------------
46: catvers_lookup constant tvers_lookup_t := tvers_lookup_t(
47: -- Database Version Catalog Version
48: --------------------------------------------------
49: tvers_rec('12.1.0.1', 1),
50: tvers_rec('12.1.0.2', 2)

Line 67: gsmvers_lookup constant tvers_lookup_t := tvers_lookup_t(

63: --
64: -- Making changes in minor patches will require addding another level
65: -- to the version string
66: ------------------------------------------------------------------------------
67: gsmvers_lookup constant tvers_lookup_t := tvers_lookup_t(
68: -- GSM Version String GSM Version number
69: --------------------------------------------------
70: tvers_rec('12.1.0.1', 1),
71: tvers_rec('12.1.0.2', 2)

Line 99: dbvers_lookup constant tvers_lookup_t := tvers_lookup_t(

95: --
96: -- Making changes in minor patches is not allowed because they will
97: -- not be installed correctly
98: ------------------------------------------------------------------------------
99: dbvers_lookup constant tvers_lookup_t := tvers_lookup_t(
100: -- DB Version String DB Version number
101: --------------------------------------------------
102: tvers_rec('12.1.0.1', 1),
103: tvers_rec('12.1.0.2', 2)

Line 120: gdsctlvers_lookup constant tvers_lookup_t := tvers_lookup_t(

116: --
117: -- Making changes in minor patches will require addding another level
118: -- to the version string
119: ------------------------------------------------------------------------------
120: gdsctlvers_lookup constant tvers_lookup_t := tvers_lookup_t(
121: -- GDSCTL Version String GDSCTL Version number
122: --------------------------------------------------
123: tvers_rec('12.1.0.1', 1),
124: tvers_rec('12.1.0.2', 2)