Skip to content

TEST SI

github-actions edited this page Apr 10, 2024 · 3 revisions

Testing the final configuration

  1. From the compute source, ssh into the Azure VM:
ssh -i ~/.ssh/lza-oracle-single-instance  oracle@<PUBLIC_IP_ADDRESS>
  1. Check the Oracle related environment variables:
env | grep -i oracle
  1. Connect to the database:
sqlplus / as sysdba
show user

Test image

Congratulations!!! Now, you have a functional Oracle DB running on the Azure VM.

Clone this wiki locally