Jump to content

User:NeverMindMePlease/Orphan (computing)

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Timrollpickering (talk | contribs) at 21:32, 14 January 2019 (External links: remove Category:Articles created via the Article Wizard per Wikipedia:Categories for discussion/Log/2019 January 6, removed: Category:Articles created via the Article Wizard). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In computing, an orphan refers to a virtual dataset such as a database row or file that has no known parent object. These often occur when the parent object is deleted but the child object is left intact, leaving it redundant.

Examples

[edit]
  • If an application was to be installed onto one's computer, then certain files might be created at the time of installation. If the application was then later to be deleted or uninstalled, but these files were left alone, they would be orphan files.[1]
  • In a database environment, certain datasets can contain a reference to other datasets that act as children objects. If a query were to be executed that removed the parent datasets, then the children would be rendered orphans.[2]

References

[edit]
[edit]