APEX 4.0 Installation auf Oracle XE (10.2)
In Kurzform hier die Zusammenfassung der Schritte einer APEX 4.0 Installation auf einer lokalen XE-Datenbank unter Windows:
- ins SQLPlus wechseln
sqlplus sys as sysdba
1) eigentliche APEX-Installation
@apexins SYSAUX SYSAUX TEMP /i/
@apexins tablespace_apex tablespace_files tablespace_temp images
mit:
– tablespace_apex is the name of the tablespace for the Oracle Application Express application user.
– tablespace_files is the name of the tablespace for the Oracle Application Express files user.
– tablespace_temp is the name of the temporary tablespace.
– images is the virtual directory for Oracle Application Express images. To support future Oracle Application Express upgrades, define the virtual image directory as /i/
2) Admin-Pwd vergeben
@apxchpwd
3) APEX-Public-User anpassen
ALTER USER APEX_PUBLIC_USER ACCOUNT UNLOCK;
ALTER USER APEX_PUBLIC_USER IDENTIFIED BY pwd;
4) Bildpfad angeben
@apxldimg.sql D:\apex_4.0
(Verzeichnis, in das das APEX.zip entpackt wurde. Im Beispiel liegen die Bilder in D:\apex_4.0\apex\images\..., anzugeben ist aber D:\apex_4.0)
5) Anmelden, Passwort ändern, loslegen :-)
Bei der Installation gabs keine Probelem.
- ins SQLPlus wechseln
sqlplus sys as sysdba
1) eigentliche APEX-Installation
@apexins SYSAUX SYSAUX TEMP /i/
@apexins tablespace_apex tablespace_files tablespace_temp images
mit:
– tablespace_apex is the name of the tablespace for the Oracle Application Express application user.
– tablespace_files is the name of the tablespace for the Oracle Application Express files user.
– tablespace_temp is the name of the temporary tablespace.
– images is the virtual directory for Oracle Application Express images. To support future Oracle Application Express upgrades, define the virtual image directory as /i/
2) Admin-Pwd vergeben
@apxchpwd
3) APEX-Public-User anpassen
ALTER USER APEX_PUBLIC_USER ACCOUNT UNLOCK;
ALTER USER APEX_PUBLIC_USER IDENTIFIED BY pwd;
4) Bildpfad angeben
@apxldimg.sql D:\apex_4.0
(Verzeichnis, in das das APEX.zip entpackt wurde. Im Beispiel liegen die Bilder in D:\apex_4.0\apex\images\..., anzugeben ist aber D:\apex_4.0)
5) Anmelden, Passwort ändern, loslegen :-)
Bei der Installation gabs keine Probelem.
hi,
AntwortenLöschenhabe alles genauso ohne Probleme installiert.
Kann mich bei http://host:8080/apex/apex_admin nicht anmelden. ist der Nutzername "admin"?
diesen Nutzer gibt es aber nicht in der DB komischerweise!
Ja, der User ist admin. Das Pwd wurde in Step 2 vergeben.
AntwortenLöschenadmin ist ein APEX-User, kein Datenbank-User. Daher ist admin auch nicht in der Schema-Liste der Datenbank aufgeführt.