https://container-registry.oracle.com/ords/ocr/ba/database/adb-free
https://docs.oracle.com/ja/learn/unveiling-oracle-estate-explorer-autonomous-db/index.html
podman run -d \
-p 1521:1522 \
-p 1522:1522 \
-p 8443:8443 \
-p 27017:27017 \
-e WORKLOAD_TYPE=ATP \
-e WALLET_PASSWORD=[Walletパスワード] \
-e ADMIN_PASSWORD=[ADMINパスワード] \
--cap-add SYS_ADMIN \
--device /dev/fuse \
--name adb-free \
container-registry.oracle.com/database/adb-free:latest-23ai
% podman run -d \
-p 1521:1522 \
-p 1522:1522 \
-p 8443:8443 \
-p 27017:27017 \
-e WORKLOAD_TYPE=ATP \
-e WALLET_PASSWORD=*********** \
-e ADMIN_PASSWORD=************ \
--cap-add SYS_ADMIN \
--device /dev/fuse \
--name adb-free \
container-registry.oracle.com/database/adb-free:latest-23ai
253b3537965d2b8ad7f58f62034347286e05abd15c94f95c157a6fd34c3a57cf
%
ADB Freeのコンテナは初回起動時にPDBのデータファイルをダウンロードします。そのため、初回起動に時間がかかります。
User has requested to download '.pdb' archive file from Object Storage bucket
Downloading MY_ATP.pdb..
25%|██▍ | 100M/408M [00:45<02:56, 1.83MB/s]
Mapped local pools from /u01/ords/databases:
/ords/ => default => VALID
2025-06-06T07:37:24.038Z INFO Oracle REST Data Services initialized
Oracle REST Data Services version : 25.1.0.r1001652
Oracle REST Data Services server info: jetty/12.0.13
Oracle REST Data Services java info: Java HotSpot(TM) 64-Bit Server VM (build: 17.0.12+8-LTS-286 mixed mode, sharing)
ALTER USER MPACK_OEE IDENTIFIED BY <PASSWORD>
ユーザーMPACK_OEEは、Oracle Estate ExplorerのAPEXアプリケーションが含まれるワークペースMPACK_OEEの管理者ユーザです。Autonomous Databaseなので、データベース・ユーザーのパスワードがワークスペースへサインインする際のパスワードになります。
Password (For authentication against workspace user account repository only)のPasswordとConfirm Passwordを設定します。ALTER USER MPACK_OEE文で設定したパスワードは、APEXのワークスペースへのサインインに使用するパスワードです。ここで設定するパスワードは、Oracle Estate Explorerのアプリケーションのサインインに使用します。