Ticker

6/recent/ticker-posts

Installation of Oracle APEX - Javainhand Tutorial

Oracle APEX Tutorial - Installation of Oracle APEX

Hello Friends,
In this Oracle APEX Tutorial Post, I will try to describe how can you install oracle apex in your system with a few simple steps.

Some Remember Points for oracle apex 5.1 installation

Starting with Oracle APEX Installation in your system, first of all, you need an oracle database in your system any of these versions (10g or 11g). 

If you've not to install oracle database in your system then following these steps:
  1. First Go to oracle database site and download any of these versions (10g, 11g, or 12c).  
   http://www.oracle.com/technetwork/database/enterprise-  edition/downloads/index.html    
  •  After the download of the oracle database install and configure.
2. Download Oracle Apex Latest version 

Oracle APEX Tutorial - Installation of Oracle APEX
http://www.oracle.com/technetwork/developer-tools/apex/downloads/index.html
 3. Now open your cmd and set your Oracle Apex file path 



4.After setting the Oracle Apex file path into cmd open SQL PLUS to connect your database.  




5. Connect your database with sys user command:


Sys/<your database password> as sysdba

6. Run this script:

@apexins.sql sysaux sysaux temp /i/

7. After running this @apexins.sql sysaux sysaux temp /i/  wait 30 to 45 mins. again follow the step no. 3 and step no 4.

8. Run this script:



apex_egp_config.sql C:\<dictionary>



9. After that unlock user anonymously:

alter user anonymous account unlock;

10. final step for install  oracle apex into the system:

@apexconf.sql


After that set your user and password  enjoy

For Oracle APEX Video Tutorial of Installation 





If You Like This Tutorial Please Like Share And Comment.

Post a Comment

0 Comments