Oracle Application Express FGA 2024
Oracle Application Express FGA 2024
1. Go to https://iacademy2.oracle.com
2. Enter Workspace and Student username as provided below.
6. Upload script
Tables and data are not populated automatically. To populate your schema you must run a script. You can find
the script and detailed instructions on how to run the script in Section 0 of your curriculum.
In order to have access to the tables and data used throughout the course, a Script file that can be accessed from
Oracle iLearning must be run in the teacher account and all student accounts.
The teacher should do this as a “run-through” with the class following the instructions below. This method
insures that students understand, and can download and run the scripts in their own schemas.
a. Download the script file provided by the email, UNZIP the zip file, and save the script file(SQL_Schema.sql)
locally on your PC.
b. Open APEX in your browser and login.
c. Select “SQL Workshop”
d. Select “SQL Scripts”
e. Click “Upload”
f. Click Browse and navigate to the file you downloaded from Oracle iLearning in Step a, and click “Upload”.
g. You will now see the Script listed. Click the Run icon.
i. Here is the results, just ignore the error message (ORA-00942: table or view does not exist)
j. The first attempt will generate errors for the DROP statements due to the tables not already existing in the
schema. These statements are necessary in the script, if it becomes necessary to restore the tables to the
original state.
l. You should now see the tables listed on the left of the Object Browser page. These are the tables (and data)
that will be used in the curriculum for your course(s)
.
NOTE: The Script can be run again at a later date to revert the schema to its original state in the event
of a student accidently modifying or deleting data.