Here provide a step by step guideline for Oracle APEX Installation ...
This installation guideline created by MR. Noor Alam. I will give a thanks to Mr.Noor Alam for Oracel APEX Installation guideline.
Installation:
- Create a table Space (Exam: apexts) to your database from TOAD. (Size 2 GB and Auto Increment 10 MB)
- Copy Apex folder in hard disk drive where will install (Example: Location: D:/apex)
- Open Command Prompt.
- Insert the apex folder(Example- d: --press enter, cd apex --press enter)
- sqlplus /nolog --press enter (To connect SQL)
- conn sys@xe (DB name) as sysdba --press enter (To connect SYS user as a DBA)
- Press enter when passward require/enter sys user’s password.
- @apexins.sql apexts apexts temp /i/ --press enter. (It’s main command for apex installation.)
It takes 30-40 minutes and will be disconnect. Need to connect again.
- Open Command Prompt.
- Go to the apex folder(Example- d: --press enter, cd apex --press enter sqlplus /nolog --press enter
- conn sys@xe as sysdba --press enter
- Press enter when passward require/enter sys user’s password.@apxldimg.sql --Press Enter. It’s for loading image.
- Enter value for 1: D: (where apex folder copied) --Press Enter
- @apxconf.sql --press enter
- To set apex Admin Password & default Port Number (8080) as following…
- Password for Admin user in apex: Set a Complex Password (Exam: Noor$4) –Press Enter listennr: --Press Enter
- Unlock some users which are related to apex (anonymous, apex_030200, apex_040100, apex_public_user).
**Connect without DB name
---conn sys/ as sysdba
Reset Password in Apex Developer Users:
- If one forget Admin user password of Internal Workspace, do the following to reset password
- Open Command Prompt.
- Insert the apex folder(Example- d: --press enter,cd apex --press enter)
- sqlplus /nolog --press enter (To connect SQL)
- conn sys@xe (DB name) as sysdba --press enter (To connect SYS user as a DBA)
- Press enter when password require/enter sys user’s password.
- @ apxchpwd.sql --press enter (To reset password for Admin user of Internal Workspace)
- Enter password for Admin User of Internal Workspace --Press Enter
After login Internal Workspace by Admin user one can change password of all workspace users. After login a specific workspace by that’s workspace admin user one can change the admin user and other users of that workspace but can’t change password of others workspace users.
Un installation:
- Open Command Prompt.
- Go to the apex folder where it installed (Example- d: --press enter, cd apex --press enter)
- >sqlplus /nolog --press enter
- conn sys@xe (DB name) as sysdba --press enter
- @apxremov.sql --press enter (This command will uninstall apex)
- Remove the folder from the drive after completed the process.
Browse Apex from Your PC:
- Open a browser (firefox/Explorer etc)
- Write the URL: http://pc_name/IP:port_number/apex (Exam:http://noor-pc:8080/apex)
cheers !!!
Comments
Post a Comment