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 [2011/01/11 22:36]
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>​ <​code>​
 apex installation apex installation
Line 7: Line 11:
 sqlplus für developement!!! sqlplus für developement!!!
 > @apexins SYSAUX SYSAUX TEMP /i/ -- done > @apexins SYSAUX SYSAUX TEMP /i/ -- done
 +
 +> ALTER USER APEX_PUBLIC_USER ACCOUNT UNLOCK
 +
 </​code>​ </​code>​
  
Line 27: Line 34:
 <​code>​ <​code>​
 > @apxchpwd -- password change ​   -- done set to wifi  > @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 wenns die db zereißt wg redo log voll
 SQL>​alter system set db_recovery_file_dest_size=4G;​ SQL>​alter system set db_recovery_file_dest_size=4G;​
 +
  
  
 + unterumständen vorher zu machen + unterumständen vorher zu machen
  
-@apxldimg.sql SYSTEM_DRIVE:​\TEMP 
-+ see thread http://​forums.oracle.com/​forums/​thread.jspa?​threadID=664138 
-+ /​apex/​images will be appended automatically 
-+ does not work under cygwin 
  
 checken ob server läuft checken ob server läuft
 > SELECT DBMS_XDB.GETHTTPPORT FROM DUAL; > SELECT DBMS_XDB.GETHTTPPORT FROM DUAL;
-S31+0
 falls hier 0 zurückkommt dann falls hier 0 zurückkommt dann
 > EXEC DBMS_XDB.SETHTTPPORT(8080);​ > EXEC DBMS_XDB.SETHTTPPORT(8080);​
kurs/installation.txt · Last modified: 2014/09/10 21:22 (external edit)