Hallo,
ich habe die Installation anhand der oracle-doku
[
download.oracle.com]
#
Unzip apex_3.2.zip as follows, preserving directory names:
*
UNIX and Linux: Unzip apex_3.2.zip
*
Windows: Double click the file apex_3.2.zip in Windows Explorer
#
Change your working directory to apex.
#
Start SQL*Plus and connect to the database where Oracle Application Express is installed as SYS specifying the SYSDBA role. For example:
*
On Windows:
SYSTEM_DRIVE:\ sqlplus /nolog
SQL> CONNECT SYS as SYSDBA
Enter password: SYS_password
*
On UNIX and Linux:
$ sqlplus /nolog
SQL> CONNECT SYS as SYSDBA
Enter password: SYS_password
#
Disable any existing password complexity rules for the default profile. See "Configuring Password Protection" in Oracle Database Security Guide.
#
Select the appropriate installation option.
Full development environment provides complete access to the Application Builder environment to develop applications. A Runtime environment enables users to run applications that cannot be modified. To learn more, see "About the Oracle Application Express Runtime Environment".
Available installation options include:
*
Full development environment. Run apexins.sql passing the following four arguments in the order shown:
@apexins tablespace_apex tablespace_files tablespace_temp images
in der Doku steht auch beim anmelden keine Workspace:(
Gruß
htmldbneu