how to create a apex workspace in oracle 11g xe _ maclochlainns weblog

Upload: alberto-moreno-lopez

Post on 04-Jun-2018

225 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/14/2019 How to Create a APEX Workspace in Oracle 11g XE _ MacLochlainns Weblog

    1/5

    MacLochlainns Weblog

    Reset 11g XE APEX Password

    Me gusta A 2 personas les gusta esto.

    Ive been busy working on other things since APEX 4 shipped. After I got through the installations ofOracle Database 11gXE (see prior posts), figuring out the default user name and password for APEXAdministration became a tedious task. The documentation didnt really help point to what was needed butits always in the code.

    You reset the APEX Administration Account for Oracle Database 11gXE by doing the following steps:

    Open a command shell and change the directory to the %ORACLE_HOME%\apex directory (the defaultOracle Home is c:\oraclexe\app\oracle\product\11.2.0\server ). Then, connect as the

    SYSTEMuser to the SQL*Plus utility, and run the following command that sets the temporarypassword to admin. Youll reset the password when you connect through the web interface.

    1.

    @apxxepwd admin

    Open APEX Administration by navigating to the http://localhost:8080/apex/apex_admin ,

    and youll see the followingAPEX Administration Loginscreen. Enter adminas the user name andadminas the password and click theLoginbutton.

    2.

    Youll be prompted to reset the password in the following Change Passwordscreen. Enter adminasthe old password and a new password that complies with the following rules, and click theApply

    Changesbutton.

    3.

    Password must contain at least 6 characters.New password must differ from old password by at least 2 characters.

    Password must contain at least one numeric character (0123456789).Password must contain at least one punctuation character (!#$%&()*+,-/:;?_).Password must contain at least one upper-case alphabetic character.Password must not contain username.

    w to create a APEX workspace in Oracle 11g XE | MacLochlainns ... http://blog.mclaughlinsoftware.com/2011/09/14/reset-11g-xe-apex-pas...

    5 12/02/2013 15:04

  • 8/14/2019 How to Create a APEX Workspace in Oracle 11g XE _ MacLochlainns Weblog

    2/5

    After configuring the APEX Administration account, click on theManage Workspacesicon (orbutton), as shown below. If re-opening the browser to go straight here, just type the following URLhttp://localhost:8080/apex/apex_admin .

    4.

    The upper left box contains what you need to create a workspace. Click on the Create Workspaceoption as shown below.

    5.

    w to create a APEX workspace in Oracle 11g XE | MacLochlainns ... http://blog.mclaughlinsoftware.com/2011/09/14/reset-11g-xe-apex-pas...

    5 12/02/2013 15:04

  • 8/14/2019 How to Create a APEX Workspace in Oracle 11g XE _ MacLochlainns Weblog

    3/5

    The choice to add a workspace launched aprovisioningworkflow. You firstIdentify Workspace.6.

    The dialog box for this first provisioning step is (and the other highlighted workflow tracking lists arentshown):

    The dialog box for this second provisioning step is:7.

    w to create a APEX workspace in Oracle 11g XE | MacLochlainns ... http://blog.mclaughlinsoftware.com/2011/09/14/reset-11g-xe-apex-pas...

    5 12/02/2013 15:04

  • 8/14/2019 How to Create a APEX Workspace in Oracle 11g XE _ MacLochlainns Weblog

    4/5

    The dialog box for this third provisioning step is:8.

    The dialog box for this fourth provisioning step cpmfirms what youre doing before you perform thetask:

    9.

    The dialog box for this fifth provisioning step confirms success or reports failure:10.

    w to create a APEX workspace in Oracle 11g XE | MacLochlainns ... http://blog.mclaughlinsoftware.com/2011/09/14/reset-11g-xe-apex-pas...

    5 12/02/2013 15:04

  • 8/14/2019 How to Create a APEX Workspace in Oracle 11g XE _ MacLochlainns Weblog

    5/5

    After youve provisioned a workspace, you can create objects like you did with APEX 3. Enter the

    following URL: http://localhost:8080/apex and youll be brought to this login screen.

    11.

    After logging in to yourBasicworkspace, youll have these four principal widgets, as shown in the

    screen capture.

    12.

    Maybe I went through the 2-Day APEX manual too quickly but I didnt see how to do this, all I saw was

    how to use the HRsample schema. As always, I hope this helps others.

    w to create a APEX workspace in Oracle 11g XE | MacLochlainns ... http://blog.mclaughlinsoftware.com/2011/09/14/reset-11g-xe-apex-pas...