This section describes how to create a database user on the Oracle server through the Web interface.
During the installation process, only one administration login user was created on the Oracle server.
When connecting Java programs to the server, it's better to use a regular login user.
Here is what I did to create a user called "Herong" through the Web interface.
Run IE with http://localhost:8080/apex.
Login with "SYSTEM/Yang".
Click on the Administration menu icon, and select "Database User" > "Create User". I got the Create Database User page.
Enter "Herong" as Username and "TopSecret" as Password. Check the "CREATE TABLE" and other privileges.
Click the Create button. User "Herong" is created. See the user list page below:
Note that "HR" is another login uesr that provided by the installation process
for tutorial demonstration purpose.