About Modifying Subclassed Objects
You can modify a subclassed object by doing any of the following:
- Set the properties of the object as desired, overriding or inheriting properties
as desired.
- Use the Property Palette to quickly view a subclassed object's properties.
The Property Palette displays an arrow beside subclassed properties, a small
circle beside default values, a square beside non-default values, and an arrow/check
symbol beside local overrides.
- Modify subclassed code as desired.
Use the Property Palette to modify subclassed triggers and program units.
Note: Do not use the PL/SQL Editor to modify subclassed code; doing so will break the link to the source object.
Related topics
Guidelines for subclassing objects
Modifying a subclassed object
Rolling back a property to its inherited value