when creating autonomous database, db_name only allows 14 characters
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 669
- Forks
- 236
- Avg merge
- 1m
- Merged PRs (30d)
- 4
Description
As per oracle documentation and from OCI console GUI, autonomous database name is 30 characters max. However, when using cli command as per documentation here: https://docs.oracle.com/en-us/iaas/tools/oci-cli/3.25.1/oci_cli_docs/cmdref/db/autonomous-database/create.html, it's only allow 14 characters.
The official naming standard for autonomous database is here: https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/autonomous-provision.html#GUID-0B230036-0A05-4CA3-AF9D-97A255AE0C08
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the OCI CLI autonomous-database create command and compare its db_name validation with the linked Oracle naming documentation. Confirm the discrepancy between the 14-character limit and the documented 30-character maximum, then update the validation and add or adjust coverage for a 30-character name.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100