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)
Java to Oracle database Connection Using JDBC
Oracle database. // Java Program to Establish Connection // in JDBC with Oracle Database // Importing database import java.sql.*; // Import...
-
Search by keyword from Oracle Database Objects. select owner, type, name, line, text from dba_source where 1 = 1 and text like '%TEXT Y...
-
We Can Export Application Components individually from Oracle Apex. Application > Shared Components > Export Application Compo...
No comments:
Post a Comment