Skip to content

OCI Database Cloud Services : Skills for ExaDB-XS Worflow - #96

Open
Kushal34563 wants to merge 4 commits into
oracle:mainfrom
Kushal34563:oci-database-cloud-service-skills-for-exadbxs-workflow
Open

OCI Database Cloud Services : Skills for ExaDB-XS Worflow#96
Kushal34563 wants to merge 4 commits into
oracle:mainfrom
Kushal34563:oci-database-cloud-service-skills-for-exadbxs-workflow

Conversation

@Kushal34563

@Kushal34563 Kushal34563 commented Jul 27, 2026

Copy link
Copy Markdown
Member

Description:
This PR adds a comprehensive ExaDB-XS skill for managing Oracle Exadata Database Service on Exascale Infrastructure through OCI MCP operations.

The skill supports the full ExaDB-XS resource hierarchy:

  • Exascale DB Storage Vaults
  • ExaDB VM Clusters
  • DB Homes
  • Databases/CDBs
  • Pluggable Databases/PDBs

Key capabilities include:

  • Guided collection of required and optional parameters.
  • No mutation calls allowed
  • Hierarchy-aware inspect, and list flows.
  • OCI MCP operations through oracle/mcp oci-api-mcp-server.
  • GI major-version and minor-version discovery guidance.
  • Safe handling of passwords, private keys, and other sensitive values.
  • Clear boundaries for compartments, subnets, NSGs, and other external dependencies.
  • Guardrails against unsupported service families, invented values, unsafe destructive actions.

The skill is organized around a central workflow guide, OCI MCP references, and service metadata.

Signed-off-by: kushkana <kushal.k.kanagarla@oracle.com>
@Kushal34563
Kushal34563 force-pushed the oci-database-cloud-service-skills-for-exadbxs-workflow branch from 49d9f48 to c3a6502 Compare July 27, 2026 15:24
@Kushal34563 Kushal34563 changed the title Add ExaDB-XS database cloud service skill OCI Database Cloud Services : Skills for ExaDB-XS Worflow Jul 27, 2026
@Kushal34563 Kushal34563 closed this Sep 7, 2026
@Kushal34563 Kushal34563 reopened this Sep 7, 2026
@oracle-contributor-agreement

Copy link
Copy Markdown

Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
The following contributors of this PR have not signed the OCA:

  • PR author: Kushal34563

To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application.

When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated.

If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public.

@oracle-contributor-agreement oracle-contributor-agreement Bot added the OCA Required At least one contributor does not have an approved Oracle Contributor Agreement. label Sep 7, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a validation.md under references


Resolve compartment and region first; accept one region or `all regions`.

```json

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These type of commands
{"command":"db exadb-vm-cluster list --compartment-id <COMPARTMENT_OCID> --region <REGION> --all --query \"data[*].{ID:id,Name:\\\"display-name\\\",State:\\\"lifecycle-state\\\",AD:\\\"availability-domain\\\",Nodes:\\\"node-count\\\",EnabledECPU:\\\"enabled-e-cpu-count\\\",TotalECPU:\\\"total-e-cpu-count\\\"}\" --output table"}

Are for the cli, and won't work with mcp server
please update the same

@Kushal34563 Kushal34563 closed this Sep 7, 2026
@Kushal34563 Kushal34563 reopened this Sep 7, 2026
@Kushal34563 Kushal34563 closed this Sep 7, 2026
@Kushal34563 Kushal34563 reopened this Sep 7, 2026
@oracle-contributor-agreement oracle-contributor-agreement Bot added OCA Verified All contributors have signed the Oracle Contributor Agreement. and removed OCA Required At least one contributor does not have an approved Oracle Contributor Agreement. labels Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants