• Azure - Microsoft - Oracle

    Azure VMs with Oracle- Next Steps

    Microsoft has done a great job of documenting how to create a VM with the appropriate VM image and Oracle version, then how to log in, startup the listener and create the database.  I just have some enhancements I’d like to make to it, hoping to help it move up one level. I Bequeath to You All instructions provided by the Microsoft documentation show how to connect to the database using a bequeath, (BEQ) connection.  This is done by the following command, using SQL Plus, (or similar): sqlplus / as sysdba It bypasses the need for a connection string, only…