Setting Up the AI Data Platform Environment This post backs up a step from the rest of the AI Data Platform series . Before any bronze/silver/gold Spark job can run, or a stream producer can hand data off to something downstream, the AI Data Platform (AIDP) environment itself has to exist: a Workbench, a workspace, a catalog, compute, and a place to keep secrets. This post walks through building all of that from nothing on a brand-new OCI tenancy, using the same TfL bus-arrivals demo's naming (catalog tfl , schemas bronze / silver / gold ) as the throughline. The shape of an AI Data Platform environment Inside Oracle AIDP. AIDP's console groups objects into a hierarchy that's worth having straight before clicking anything: a Workbench instance (the top-level resource, e.g. aidp001 ) sits on an Autonomous AI Lakehouse — which isn't a separate product, just a regular Autonomous Database provisioned with workload type Lakehouse. Ins...