-
Couldn't load subscription status.
- Fork 18
TEST SI
github-actions edited this page Apr 10, 2024
·
3 revisions
- From the compute source, ssh into the Azure VM:
ssh -i ~/.ssh/lza-oracle-single-instance oracle@<PUBLIC_IP_ADDRESS>- Check the Oracle related environment variables:
env | grep -i oracle- Connect to the database:
sqlplus / as sysdba
show user
Congratulations!!! Now, you have a functional Oracle DB running on the Azure VM.
- Wiki Home
-
Introduction to deploying Oracle
- Single instance automated deployment with Terraform through GitHub Actions (recommended method)
- Single instance automated deployment with Bicep through GitHub Actions (recommended method)
- Dataguard automated deployment with Terraform through GitHub Actions (recommended method)
- Dataguard automated deployment with Bicep through GitHub Actions (recommended method)
- Single Instance manual deployment with Terraform through Azure CLI
- Single Instance manual deployment with Bicep through Azure CLI
- Dataguard manual deployment with Terraform through Azure CLI
- Dataguard manual deployment with Bicep through Azure CLI
- Frequently Asked Questions
- Contributing
- Known Issues
- Telemetry