Muhammad Abdul Qaium is a Database Engineer/Oracle Apex Developer/BI Developer (in Connecticut, USA) who is an Oracle Certified Cloud Architect Professional, OCI Autonomous DB specialist as well as Oracle Business Intelligence Foundation Suite 11g Certified Implementation Specialist with extensive expertise in Database design , PL/SQL, Oracle Apex, Microsoft SSIS, ETL, Power BI, Qlik Sense, BI Publisher, Jasper Report, OBIEE. Contact: qaiuminfo@gmail.com
Search This Blog
Monday, July 17, 2017
Install and Uninstall Oracle Apex
To
install apex your PC have must oracle setup
1. open CMD with adminstrator
2. goto the path of apex software using CMD command like
3. goto sqlplus and login with sys
as sysdba
4. select name from v$datafile
5. CREATE TABLESPACE apex DATAFILE 'C:\ORACLEXE\APP\ORACLE\ORADATA\XE\apex.dbf' SIZE 10M AUTOEXTEND ON NEXT 1M;
6. @apexins.sql APEX1 APEX1 TEMP /i/ (***This i must be lower case!!!)
7. @apxchpwd.sql for password set
8. @apxldimg F:\apex1 ( load images what u use in apex)
9. ALTER USER ANONYMOUS ACCOUNT
UNLOCK ; (unlock nonymous user)
10. @apxlding.sql D: ( images load confirm)
11. EXEC DBMS_XDB.sethttpport(8080)
; (makeing a port for apex you can take any port number)
Remove/
Uninstall Apex:
$ sqlplus /nolog
SQL> connect / as sysdba
Connected.SQL> @apxremov.sql
PL/SQL procedure successfully completed.
…Application Express Removed
Subscribe to:
Post Comments (Atom)
Error From Interactive Grid - Process ' Process- Save Interactive Grid Data' raised 'ORA-0000: normal, successful completion' while performing row locking.
Error: Process ' Process- Save Interactive Grid Data' raised 'ORA-0000: normal, successful completion' while performing row ...
.png)
-
Create Excel File From Classic Report in Oracle Apex Using Java Script 1. Upload File Download File 2. Copy Pest the Code <!DO...
-
Version 11 g 1. 11g have not PDB (Pluggable Database) 2. 11g (g for Grid Computing) 3. Released in 2008 4. Dose Not have Cloud Support 5. ...
No comments:
Post a Comment