Hi all. I am new to Oracle APEX and educating myself using the Oracle APEX tutorials.
On my (Windows) laptop I have installed Oracle SQL Developer and Oracle Database XE.
I am trying to follow the installation instructions from https://docs.oracle.com/en/database/oracle/application-express/21.2/htmig/downloading-installing-apex.html#GUID-7E432C6D-CECC-4977-B183-3C654380F7BF
I have downloaded the zip file apex_22.1_en.zip. The installation instructions in 6.2.1 Step 4 say:
Start SQL*Plus and connect to the database where Oracle APEX is installed as SYS
specifying the SYSDBA
role, with the example below for Windows.
SYSTEM_DRIVE:\ sqlplus /nolog
SQL> CONNECT SYS as SYSDBA
Enter password: SYS_password
What does it mean to "Start SQL*Plus"?
Thanks for any help you can give me!