User Tools

Site Tools


kurs:installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
kurs:installation [2008/11/26 12:00]
mh
kurs:installation [2011/12/15 09:37]
mh
Line 1: Line 1:
 +moöchte man vobn auf auf ein virtual box image zugreifen
  
 +siehe doku http://​www.virtualbox.org/​manual/​ch06.html
 +
 +<​code>​
 +apex installation
 +
 ++ entpacken nach oracle/apex
 ++ beschreibnung der installation ab seite 27
 +
 +sqlplus für developement!!!
 +> @apexins SYSAUX SYSAUX TEMP /i/ -- done
 +
 +> ALTER USER APEX_PUBLIC_USER ACCOUNT UNLOCK
 +
 +</​code>​
 +
 +Thank you for installing Oracle Application Express.
 +
 +Oracle Application Express is installed in the APEX_030200 schema.
 +
 +The structure of the link to the Application Express administration services is
 +as follows:
 +http://​host:​port/​pls/​apex/​apex_admin (Oracle HTTP Server with mod_plsql)
 +http://​host:​port/​apex/​apex_admin ​    ​(Oracle XML DB HTTP listener with the embed
 +ded PL/SQL gateway)
 +
 +The structure of the link to the Application Express development interface is as
 + ​follows:​
 +http://​host:​port/​pls/​apex (Oracle HTTP Server with mod_plsql)
 +http://​host:​port/​apex ​    ​(Oracle XML DB HTTP listener with the embedded PL/SQL
 +gateway)
 +
 +<​code>​
 +> @apxchpwd -- password change ​   -- done set to wifi 
 +> @apex_epg_config.sql
 +> ALTER USER ANONYMOUS ACCOUNT UNLOCK;
 +> @apxldimg.sql <​entpackungspfad>​
 +
 +wenns die db zereißt wg redo log voll
 +SQL>​alter system set db_recovery_file_dest_size=4G;​
 +
 +
 +
 ++ unterumständen vorher zu machen
 +
 +
 +checken ob server läuft
 +> SELECT DBMS_XDB.GETHTTPPORT FROM DUAL;
 +0
 +falls hier 0 zurückkommt dann
 +> EXEC DBMS_XDB.SETHTTPPORT(8080);​
 +
 +> @apex_epg_config.sql C:​\oracle\product\11.1.0\db_1 -- installation of apex server plsql gateway server --strangely done
 +
 +
 +> ALTER USER ANONYMOUS ACCOUNT UNLOCK;
 +
 ++ shared server einstellen
 +
 +> ALTER SYSTEM SET SHARED_SERVERS = 5 SCOPE=BOTH; ​
 +</​code>​
kurs/installation.txt · Last modified: 2014/09/10 21:22 (external edit)