Context
Welcome to the Oracle Retail knowledge base: a vault of implementation runbooks and troubleshooting notes for the stack: MFCS, RDT, AIF DATA, AIF APPS, Insights, LPO, IPO, MFP and AP.
This note explains how the vault works. Read it once before writing anything.
New here?
Open this vault as a folder in Obsidian (
Open folder as vault). All the settings, templates and folder structure ship with the repo, so your setup matches everyone else’s. First time? Follow How to set up Obsidian to get configured.
1 - Information flow
Every note travels through the numbered folders in one direction. The number is the order, counting down.
02-Sketch → 01-ToBeReviewed → 00-Knowledge
(writing) (peer review) (trusted)
| Folder | What lives here | Who moves it out |
|---|---|---|
02-Sketch | Notes under development. Incomplete, unverified, changing. Obsidian creates every new note here automatically. | The author, once the note is complete |
01-ToBeReviewed | Notes the author considers finished, waiting for a second pair of eyes. | The reviewer, never the author |
00-Knowledge | Reviewed, authoritative notes. Treat these as correct. | Nobody. This is the final state |
99-images | Every image attached to any note, at any stage. Obsidian saves pastes here automatically. | n/a |
The rules
- Start in
02-Sketch. Never create a note directly in00-Knowledge. - Use the template. Every note starts from
Templates/Template_note.md(see How to format in Obsidian for how to insert it). - When the note is ready, move it to
01-ToBeReviewed. Drag it in the file explorer. Obsidian repairs any links automatically. - A different, authorized person reviews it. You do not review your own note. The reviewer fills in
Reviewed byandReviewed onin the frontmatter. - The reviewer moves it to
00-Knowledge. If it is not ready, the reviewer moves it back to02-Sketchand says why. - Images always go to
99-images, whatever stage the note is in. Just paste into the note. Obsidian files them for you. - Editing a note that is already in
00-Knowledge? If the change is small (a typo, a new SQL line), edit in place. If you are reworking it, move it back to01-ToBeReviewedso it gets reviewed again.
What a good note looks like
- Frontmatter filled in:
Created by,Created on,Client, and thetagsfor the products it touches. - Opens with
## Context: one short paragraph on why someone would run this procedure. - If the note has more than one subtopic, add a
> [!tip] Quick accessbox right after the Context, with one[[#section|Section]]link per heading so readers can jump. See How to format in Obsidian for the pattern. - Then the procedure, in numbered steps.
- UI navigation written as a breadcrumb:
POM>TOP LEFT MENU>Tasks>Batch Monitoring - End with a footer, separated from the body by a
---rule: a### Relatedsection (one link per line) and, if the note cites external docs, a### Referencesection after it. Do not put a “Related:” line in the middle of the note. A link that reads as part of a sentence, such as “switch back with Batch setup - Incremental mode”, stays where it is.
Reference example: Batch setup - Full mode.
The SQL in these notes is documentation, not a script
Runbooks here contain
updatestatements against Oracle config tables. Read them, adapt them, run them deliberately against the right environment. Never copy-paste a whole note into a session.
Obsidian syntax
New to Obsidian, or need a formatting refresher? How to format in Obsidian has the shortcuts, text formatting, links, and callout syntax. This page keeps only the vault’s own conventions below.
2 - Conventions
Tags
The tag vocabulary is fixed. Use only these, and only the ones that actually apply:
- Products:
#MFCS#RDT#AIF_DATA#AIF_APPS#INSIGHTS#LPO#IPO#MFP#AP - Interaction:
#POM— add to any procedure carried out through POM (Process Orchestration Manager), on top of the product tags.
Tags live in the frontmatter tags: list (no # there). You can also drop #TAG inline in the body when you mention a product in passing.
Do not invent new tags. The value of the vocabulary is that #AIF_DATA finds everything about AIF DATA. Open the Tags pane on the right sidebar to browse.
Frontmatter
Every note carries this block, and Obsidian shows it as editable properties at the top:
---
Created by: Felipe Silva
Created on: 2026-07-20
Client: P&C
Reviewed by:
Reviewed on:
tags:
- AIF_DATA
---Dates are always YYYY-MM-DD. Reviewed by / Reviewed on stay empty until someone actually reviews the note.
Client records which implementation a note describes. Use the short form, such as P&C. Leave it empty for notes that describe a product behaviour rather than one client’s configuration. Anything with a client filled in should be assumed to contain values specific to that engagement, so never copy them into another environment without checking each one.