Cannot View Database Home Page After Upgrading to XE 3.2 on Windows XP

Hi all,
I have recently upgraded from APEX 3.1 to APEX 3.2 on my Oracle 10g XE database running on Windows XP SP3.
Unfortunately after successfully completing the upgrade and starting the services when I try and visit the Start -> All Programs -> Oracle Database 10g Express Edition -> Go To Oracle Database Home Page I am receiving a page cannot be found error (or broken link message, depending on the browser I try IE7, Firefox 3.0.10 or Chrome 2.0).
The link I am being directed to is:
http://127.0.0.1:8080/apex (I have an entry in my Hosts file referring this to localhost).
How can I tell if Port 8080 is still open and accessible? I am using the embedded web pl/sql gateway and tried reconfiguring it again by running apxconf.sql as SYS:
SQL> @apxconf.sql
PORT
8080
Enter values below for the XDB HTTP listener port and the password for the Application Express ADMIN user.
Default values are in brackets [ ].
Press Enter to accept the default value.
Enter a password for the ADMIN user []
Enter a port for the XDB HTTP listener [      8080] +<simply returned default>+
...changing HTTP Port
PL/SQL procedure successfully completed.
PL/SQL procedure successfully completed.
Session altered.
...changing password for ADMIN
PL/SQL procedure successfully completed.
Commit complete.
-------- Confirming that the services have started ---------------
C:\oracle\oraclexe\app\oracle\product\10.2.0\server\BIN>net start OracleXETNSListener
The OracleXETNSListener service was started successfully.
C:\oracle\oraclexe\app\oracle\product\10.2.0\server\BIN>net start OracleServiceXE
The OracleServiceXE service is starting......
The OracleServiceXE service was started successfully.
C:\oracle\oraclexe\app\oracle\product\10.2.0\server\BIN>lsnrctl status
LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 16-JUN-2009 23:16:51
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
ction
Start Date 16-JUN-2009 23:16:27
Uptime 0 days 0 hr. 0 min. 24 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Default Service XE
Listener Parameter File C:\oracle\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN\listener.ora
Listener Log File C:\oracle\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1522)))
Services Summary...
Service "CLRExtProc" has 1 instance(s).
Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
Listener Log File (C:\oracle\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log)
TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 16-JUN-2009 23:16:27
Copyright (c) 1991, 2005, Oracle. All rights reserved.
System parameter file is C:\oracle\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN\listener.ora
Log messages written to C:\oracle\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
Trace information written to C:\oracle\oraclexe\app\oracle\product\10.2.0\server\network\trace\listener.trc
Trace level is currently 0
Started with pid=600
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1522)))
Listener completed notification to CRS on start
TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
16-JUN-2009 23:16:51 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=Gary Williams))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * status * 0
------------ Other tests -------------
SQL> SELECT STATUS FROM DBA_REGISTRY WHERE COMP_ID = 'APEX';
STATUS
VALID
C:\temp\apex>find /I "ora-" *.log
---------- INSTALL2009-06-16_13-02-41.LOG
---------- SQLNET.LOG
SQL> SELECT username
2 FROM dba_users
3 WHERE username LIKE 'FLOWS_%'
4 OR username LIKE 'APEX_%';
USERNAME
FLOWS_030100
APEX_PUBLIC_USER
APEX_030200
FLOWS_FILES
FLOWS_020100
I have turned off my Firewall, checked against multiple browsers.... HELP!!!!
I've backed out the 3.2 upgrade and reinstalled and receieved the same issue. The next step is to unistall the XE database and reinstall, but I'm loathed to do that without seeking some responses from this Forum.
Many thanks.
Have a great day.
Kind Regards,
Gary.

Hello Roel,
Thank you taking the time to reply.
I had previously tried all those url combinations and still no luck.
I also found out about displaying the HTTP port number. And you were right it was listening on the default 8080. I disabled it and re-enabled it on port 9080 to see if that made a difference but it didn't so I decided to remoce Oracle XE database and go through the reinstallation and subsequent upgarde to APEX 3.2. Everything appera sto be working fime now.
One point of note is that if I view the Listener status now I notice another line from what I had previously referring to the HTTP listener, although my listener.ora file never changed (apart from having the TNS Listener port resuming to the default 1521).
C:\>lsnrctl status
LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 18-JUN-2009 11:24:30
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
Start Date 18-JUN-2009 09:08:04
Uptime 0 days 2 hr. 16 min. 29 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Default Service XE
Listener Parameter File C:\oracle\oraxe\app\oracle\product\10.2.0\server\network\admin\listener.ora
Listener Log File C:\oracle\oraxe\app\oracle\product\10.2.0\server\network\log\listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=D9GVDX1S)(PORT=1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=8080))(Presentation=HTTP)(Session=RAW))
Services Summary...
Service "CLRExtProc" has 1 instance(s).
Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "XEXDB" has 1 instance(s).
Instance "xe", status READY, has 1 handler(s) for this service...
Service "XE_XPT" has 1 instance(s).
Instance "xe", status READY, has 1 handler(s) for this service...
Service "xe" has 1 instance(s).
Instance "xe", status READY, has 1 handler(s) for this service...
The command completed successfully
Can anyone answer why this may have been omitted previously? Presumably this is why my browser couldn't render anything from APEX.
Kind Regards,
Gary.

Similar Messages

  • Cannot access database home page

    I am trying to learn Oracle on my own on home PC. I have Windows XP Professional. When i choose "go to databse home page", it uses this url: http://127.0.0.1:8080/htmldb and then tells me the page is not found.
    Any ideas????
    Thanks,
    Ira
    [email protected]

    I am also having the same problem. This all worked ok on Friday, now I cannot get into the Oracle Database Home Page. The database is running, I can login via sqlplus but I cannot access the database via the Database home page and my application cannot get to it either. It is all on my local workstation. Application cannot make a connection. It gives this error:
    'The Network Adapter could not establish the connection'
    When I look at services running it is all running, the listener says automatic, when I try to start it, manually it says it started and stopped because it has nothing to do.
    I tired the command ALTER DATABASE OPEN and mentioned previously and got the message, 'a database already opne by the instance'.

  • Unable to open Database Home Page after installation

    Hello!
    I have made my very first installation of Oracle 10g XE and I have immediately tried to open the Database Home Page, as suggested by the installer.
    However, I have got a browser error and I noticed that no process was listening on port 8080.
    No Oracle service was running, except OracleXETNSListener. Nonetheless I have started OracleServiceXE as well and it started without visible errors.
    However, port 8080 is still not open.
    I am really disappointed with my first experience with Oracle products. No errors whatsoever, but an inaccessible home page. In addition, I have noticed other questions about the same problem. No working answers for me. I feel quite frustrated.
    Just FYI: I am running Windows XP SP3.
    Is there any way to solve this issue at the end of the day?
    Thank you and sorry if being offending. I think that a company like Oracle should not tolerate such an unfriendly product installation, especially if counting on winning new customers with its free XE database.
    Best wishes,
    Georgi
    P.S. Yes, I have errors in C:\oraclexe\app\oracle\product\10.2.0\server\config\log files, but they are quite a lot and I can't realize what went wrong exactly. There are probably errors elsewhere as well, but they are not visible to the ordinary user/developer during the installation. Sad.
    Edited by: user10677497 on Dec 3, 2008 4:30 PM

    Hello!
    I have made my very first installation of Oracle 10g XE and I have immediately tried to open the Database Home Page, as suggested by the installer.
    However, I have got a browser error and I noticed that no process was listening on port 8080.
    No Oracle service was running, except OracleXETNSListener. Nonetheless I have started OracleServiceXE as well and it started without visible errors.
    However, port 8080 is still not open.
    I am really disappointed with my first experience with Oracle products. No errors whatsoever, but an inaccessible home page. In addition, I have noticed other questions about the same problem. No working answers for me. I feel quite frustrated.
    Just FYI: I am running Windows XP SP3.
    Is there any way to solve this issue at the end of the day?
    Thank you and sorry if being offending. I think that a company like Oracle should not tolerate such an unfriendly product installation, especially if counting on winning new customers with its free XE database.
    Best wishes,
    Georgi
    P.S. Yes, I have errors in C:\oraclexe\app\oracle\product\10.2.0\server\config\log files, but they are quite a lot and I can't realize what went wrong exactly. There are probably errors elsewhere as well, but they are not visible to the ordinary user/developer during the installation. Sad.
    Edited by: user10677497 on Dec 3, 2008 4:30 PM

  • Cannot see menu items on database home page after install of beta3

    I have installed XE beta 3 in a Windows 2000 SP4 VM. Install went fine and I can get to the home page without issue. However, I cannot see the items when I use the pulldown menus. If I move the mouse cursor over them, it is possible to select although I dotn know what I am selecting!
    Has anyone experienced this problem, or does anyone have any idea what is causing it?
    Many thanks,
    Rob

    I am running VMware Workstation 5.5 for Windows XP.
    I have a Windows 2000 VM established, with SP4 applied.
    The VM is running IE 5. I have no other browsers installed. I am not able to install XE anywhere else at present, due to resource limitations.
    Just wondering if anyone else has had this issue. Next week I will install onto a "real" Windows 2000 environment, but would like to get this one working sooner than that.
    Thanks for your response.
    Cheers, Rob

  • Lost Home Page after upgrade.

    Vista Home Edition OS
    Firefox has been my default browser for years.
    I have recently tried to disable Yahoo tool bar and in the process somehow lost my Firefox Home Page and the ability to log on to my page.
    After previous Mozilla upgrades, I could sign in to my account and be at my home page.
    Now I get the Google search, the Firefox challenge and restore Previous session, but link to sign-in.
    The Yahoo Took Bar is still there and previous tech support remedies have failed.
    I cannot find any reference to the Yahoo Tool Bar in the add-ons.

    I have a similar problem, and have investigated possible solutions I could find, and nothing worked.  Here is the situation:
    --Event: Upgrading my wife's iPhone 4 from iOS 4.x to 5.1
    --Problem: All contacts were lost.  Nothing in SIM card, Texts, Searchlight, etc.  Phone numbers were retained (e.g., in favorites)
    Details...
    --I did back up the phone before upgrading, but can only find later backups to restore from (i.e., backups made after the upgrade).  I tried a restore, but nothing meaningful changed.  I cannot figure out how to go back the backup before the upgrade.  (I don't have Time Machine, somehting suggested in another post.)
    --There is no Outlook or other application synchronized from which to recover contacts
    --We both sign into the same Apple account
    --I did NOT turn on any kind of iCloud sync (which I think would have synced my contacts with my wife's phone).  All iCloud services are turned off, though the upgrade did set up an iCloud account, which I have since deleted (just in case).
    Does anyone have any suggestions?

  • Cannot view explorer home page

    I am trying to login the explorere using Firefox latest version, after login, i see blank page, home page does not show up.
    Explorer version 4.0 SP5
    I have flash player 12, Windows7.
    But it works with IE 9.
    Did anyone see this issue?

    Jawahar,
         If Explorer works fine using IE 9 the your back-ed is working fine.   Looks like you an issues with Flash plugin on Firefox, test that the plugin has been installed properly.
    https://www.mozilla.org/en-US/plugincheck/
    You can also go to Adobe's site to validate
    https://www.adobe.com/software/flash/about/
    Regards,
    Ajay

  • Newbie needs help!  Cannot open database home page...

    Hi all,
    I know this sort of question has been posted before but either it never got resolved or the thread seems to just die...
    I have just installed 10gXE and have tried to open the 'homepage' but all I get is 'page not available' errors in either IE Firefox or Opera. I have turned off the windows Firewall to see if that had anything to do with it but it made no difference.
    the out put of 'lsnrctl status' is:
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 08-MAR-2007 14:19:22
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    Start Date 08-MAR-2007 13:31:01
    Uptime 0 days 0 hr. 48 min. 21 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\listener.ora
    Listener Log File C:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=fawlty-towers)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    which seems ok but then I've never used Oracvle before so I don't know what to look for. (I have years of database experience btw using MySQL, PostgreSQL, SQL Server, hell, even Access!)
    If I do 'netstat -na' I get:
    Active Connections
    Proto Local Address Foreign Address State
    TCP 0.0.0.0:135 0.0.0.0:0 LISTENING
    TCP 0.0.0.0:445 0.0.0.0:0 LISTENING
    TCP 0.0.0.0:1521 0.0.0.0:0 LISTENING
    TCP 0.0.0.0:3260 0.0.0.0:0 LISTENING
    TCP 0.0.0.0:3261 0.0.0.0:0 LISTENING
    TCP 127.0.0.1:1026 0.0.0.0:0 LISTENING
    TCP 127.0.0.1:1027 0.0.0.0:0 LISTENING
    TCP 127.0.0.1:1597 0.0.0.0:0 LISTENING
    TCP 127.0.0.1:2691 127.0.0.1:2692 ESTABLISHED
    TCP 127.0.0.1:2692 127.0.0.1:2691 ESTABLISHED
    TCP 127.0.0.1:2693 127.0.0.1:2694 ESTABLISHED
    TCP 127.0.0.1:2694 127.0.0.1:2693 ESTABLISHED
    TCP 127.0.0.1:2695 127.0.0.1:2696 ESTABLISHED
    TCP 127.0.0.1:2696 127.0.0.1:2695 ESTABLISHED
    TCP 127.0.0.1:6880 0.0.0.0:0 LISTENING
    TCP 127.0.0.1:45100 0.0.0.0:0 LISTENING
    TCP 192.168.1.64:139 0.0.0.0:0 LISTENING
    TCP 192.168.1.64:1912 141.146.8.66:80 ESTABLISHED
    TCP 192.168.1.64:1913 141.146.8.66:80 ESTABLISHED
    TCP 192.168.1.64:1914 141.146.8.66:80 ESTABLISHED
    TCP 192.168.1.64:1919 141.146.8.66:80 ESTABLISHED
    TCP 192.168.1.64:1920 141.146.8.66:80 ESTABLISHED
    TCP 192.168.1.64:1921 141.146.8.66:80 ESTABLISHED
    TCP 192.168.1.64:1945 194.106.56.35:110 TIME_WAIT
    TCP 192.168.1.64:4550 82.11.36.182:33445 ESTABLISHED
    UDP 0.0.0.0:445 *:*
    UDP 0.0.0.0:500 *:*
    UDP 0.0.0.0:1032 *:*
    UDP 0.0.0.0:1034 *:*
    UDP 0.0.0.0:1066 *:*
    UDP 0.0.0.0:1067 *:*
    UDP 0.0.0.0:4500 *:*
    UDP 0.0.0.0:16680 *:*
    UDP 127.0.0.1:123 *:*
    UDP 127.0.0.1:1640 *:*
    UDP 127.0.0.1:1700 *:*
    UDP 127.0.0.1:1900 *:*
    UDP 127.0.0.1:2629 *:*
    UDP 127.0.0.1:4765 *:*
    UDP 192.168.1.64:123 *:*
    UDP 192.168.1.64:137 *:*
    UDP 192.168.1.64:138 *:*
    UDP 192.168.1.64:1900 *:*
    UDP 192.168.1.64:2697 *:*
    UDP 192.168.1.64:56841 *:*
    My local PC IP is 192.168.1.64 incase you didn't guess from all that!
    My 'hosts' file has nothing in it except '127.0.0.1 localhost' which I tried commenting out but, rather obviously, didn't make a jot of difference.
    Any help would be appreciated.

    sqlplus / as sysdbaThis will tell you if you are connected to an idle
    instance or not. If it says your are connected to an
    idle instance ...It does indeed say that I am connected to an idle instance
    ... do the following:
    SQL> startup
    When I do that I get the following:
    ORA-01078: failure in processing system parameters
    ORA-01565: error in identifying file 'C:\oraclexe\app\oracle\product\10.2.0\serv
    er\dbs/spfileXE.ora'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.Legatti, the dump log you mentioned is this (Hope you don't mind me pasting the whole thing...):
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Thu Mar 08 13:31:14 2007
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows XP Version V5.1 Service Pack 2
    CPU                 : 1 - type 586
    Process Affinity    : 0x00000000
    Memory (Avail/Total): Ph:1068M/2047M, Ph+PgF:2871M/3939M, VA:1943M/2047M
    Thu Mar 08 13:31:14 2007
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Shared memory segment for instance monitoring created
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
      sessions                 = 49
      sga_target               = 599785472
      control_files            = C:\ORACLEXE\ORADATA\XE\CONTROL.DBF
      compatible               = 10.2.0.1.0
      db_recovery_file_dest    = C:\oraclexe\app\oracle\flash_recovery_area
      db_recovery_file_dest_size= 10737418240
      undo_management          = AUTO
      undo_tablespace          = UNDO
      remote_login_passwordfile= EXCLUSIVE
      dispatchers              = (PROTOCOL=TCP) (SERVICE=XEXDB)
      shared_servers           = 4
      job_queue_processes      = 4
      audit_file_dest          = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\ADUMP
      background_dump_dest     = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\BDUMP
      user_dump_dest           = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\UDUMP
      core_dump_dest           = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\CDUMP
      db_name                  = XE
      open_cursors             = 300
      os_authent_prefix        =
      pga_aggregate_target     = 199229440
    PMON started with pid=2, OS id=5344
    PSP0 started with pid=3, OS id=1424
    MMAN started with pid=4, OS id=4928
    DBW0 started with pid=5, OS id=2092
    LGWR started with pid=6, OS id=3088
    CKPT started with pid=7, OS id=1920
    SMON started with pid=8, OS id=2148
    RECO started with pid=9, OS id=5296
    CJQ0 started with pid=10, OS id=5960
    MMON started with pid=11, OS id=3720
    Thu Mar 08 13:31:18 2007
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    MMNL started with pid=12, OS id=5076
    Thu Mar 08 13:31:18 2007
    starting up 4 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Thu Mar 08 13:31:22 2007
    The input backup piece C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\CONFIG\SEEDDB\EXPRESS.DFB is in compressed format.
    Thu Mar 08 13:31:41 2007
    Full restore complete of datafile 4 to datafile copy C:\ORACLEXE\ORADATA\XE\USERS.DBF.  Elapsed time: 0:00:19
      checkpoint is 193065
    Full restore complete of datafile 2 to datafile copy C:\ORACLEXE\ORADATA\XE\UNDO.DBF.  Elapsed time: 0:00:20
      checkpoint is 193065
    Thu Mar 08 13:32:04 2007
    Full restore complete of datafile 3 to datafile copy C:\ORACLEXE\ORADATA\XE\SYSAUX.DBF.  Elapsed time: 0:00:42
      checkpoint is 193065
    Full restore complete of datafile 1 to datafile copy C:\ORACLEXE\ORADATA\XE\SYSTEM.DBF.  Elapsed time: 0:00:52
      checkpoint is 193065
    Thu Mar 08 13:32:14 2007
    Create controlfile reuse set database "XE"
    MAXINSTANCES 8
    MAXLOGHISTORY 1
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    Datafile
    'C:\oraclexe\oradata\XE\system.dbf',
    'C:\oraclexe\oradata\XE\undo.dbf',
    'C:\oraclexe\oradata\XE\sysaux.dbf',
    'C:\oraclexe\oradata\XE\users.dbf'
    LOGFILE
    GROUP 1 SIZE 51200K,
    GROUP 2 SIZE 51200K,
    RESETLOGS
    WARNING: Default Temporary Tablespace not specified in CREATE DATABASE command
    Default Temporary Tablespace will be necessary for a locally managed database in future release
    Setting recovery target incarnation to 1
    Thu Mar 08 13:32:15 2007
    Successful mount of redo thread 1, with mount id 2497757598
    Thu Mar 08 13:32:15 2007
    Completed: Create controlfile reuse set database "XE"
    MAXINSTANCES 8
    MAXLOGHISTORY 1
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    Datafile
    'C:\oraclexe\oradata\XE\system.dbf',
    'C:\oraclexe\oradata\XE\undo.dbf',
    'C:\oraclexe\oradata\XE\sysaux.dbf',
    'C:\oraclexe\oradata\XE\users.dbf'
    LOGFILE
    GROUP 1 SIZE 51200K,
    GROUP 2 SIZE 51200K,
    RESETLOGS
    Shutting down instance: further logons disabled
    Thu Mar 08 13:32:15 2007
    Stopping background process CJQ0
    Thu Mar 08 13:32:15 2007
    Stopping background process MMNL
    Thu Mar 08 13:32:15 2007
    Stopping background process MMON
    Thu Mar 08 13:32:16 2007
    Shutting down instance (immediate)
    License high water mark = 1
    Thu Mar 08 13:32:16 2007
    Stopping Job queue slave processes
    Thu Mar 08 13:32:16 2007
    Job queue slave processes stopped
    Waiting for dispatcher 'D000' to shutdown
    All dispatchers and shared servers shutdown
    Thu Mar 08 13:32:18 2007
    ALTER DATABASE CLOSE NORMAL
    ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
    Thu Mar 08 13:32:18 2007
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 activeAny ideas?

  • Can't connect to database or Database Home Page (after installation)

    sorry that i have to make another thread for this problem, but i didnt found an equal problem to mine.
    after installing oracleXE 10, i get an error message in my firefox, if want to start 127.0.0.1:8080/apex.
    i have win xp pro. in command line i tryed to connect to sqlplus:
    c:\>sqlplus
    user-name: system
    password: <password>
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    and by trying:
    C:\>sqlplus system/<password>@XE
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Jun 13 17:37:21 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    my services are running. (Listener and ServiceXE)
    lsnrctl status says:
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=compi)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    i think the problem is the status UNKNOWN
    in windows the PATH is set to: E:\oraclexe\app\oracle\product\10.2.0\server\bin
    i hope i have the important details posted
    its my second day, and i have no clues what to do. its my first time for Oracle.
    can someone help?
    Message was edited by:
    crunchy_nut

    it seems he can not find the file spfileXE.ora while i tried to shutdown the database, the folder dbs is empty.
    the best is, i show you what the command tells me:
    C:\Dokumente und Einstellungen\Daniel>sqlplus "/ as sysdba"
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jun 14 07:32:17 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> shutdown immediate
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SQL> startup
    ORA-01078: failure in processing system parameters
    ORA-01565: error in identifying file 'E:\oraclexe\app\oracle\product\10.2.0\serv
    er\dbs/spfileXE.ora'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) Das System kann die angegebene Datei nicht finden.
    during installation of oracle, i got no error message or something.
    i hope this is not a big problem :-(
    Message was edited by:
    crunchy_nut

  • Cannot access Oracle XE database home page

    Hi
    I have just installed Oracle Database 10g express edition on my Windows XP, and the installation seemed to go well.
    I then select to go to the database home page after the installation which opens a browser at this address: http://127.0.0.1:8080/apex, and i get a The page cannot be displayed' error.
    During the install, i was given this information:
    Destination Folder: C:\oraclexe\
    Port for 'Oracle Database Listener': 1521
    Port for 'Oracle Services for Microsoft Transaction Server': 2030
    Port for HTTP Listener: 8080
    I have tried restarting my computer, but still get the cannot find server error when attempting to go to the database home page.
    I was wondering if anyone else has had experience with this issue, where they cannot get to the database homepage, and how they may have solved it.
    I also have disabled my firewall. but still could not access Home Page.
    Any help would be greatly appreciated.
    many thanks
    Philip.

    Hi,
    when i tried to conenct through sql command line, this is what i got:
    SQL> connect sys as sysdba
    Enter password:
    Connected to an idle instance.
    SQL> startup
    ORA-01078: failure in processing system parameters
    ORA-01565: error in identifying file 'C:\oraclexe\app\oracle\product\10.2.0\serv
    er\dbs/spfileXE.ora'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    SQL>
    even though the database is already started and i see the service running fine.
    Philip.

  • Blank window page cannot display page when going to database home page

    I cannot view my home page comes up error on oracle express data home page, probably because my config on my listner and tnsnames file during my remote connections I have been making adjustments. Can someone send me a link for default on these. There in my server/Network/Admin folder.
    Thanx

    post what you have got and the output of lsnrctl status

  • Error in Oracle 10g "Go To Database Home Page"

    I just downloaded the Oracle Database 10g Express Edition and successfully installed it. But when I click on the "Go to Database Home Page" from the start menu, a new browser window opens up but nothing actually loads on the page. The browser seems to be trying to load the page forever. The URL that is being tried to load seems to be correct: http://127.0.0.1:8080/apex. I am using IE version 6.0 on Windows XP. Can somebody help me what I am doing wrong?

    Before you proceed with this troubleshooting tecnique, verify the contents of the alertXE.log file, if some issues are reported there, to make you think it is a lack of temporary tablespaces, then proceed as follows:
    This alter tablespace command is issued from a sqlplus prompt.
    Once you have installed your OracleXE it starts your database and listner processes. Before accessing sqlpus, ensure you have properly defined environment variables:
    ORACLE_HOME
    ORACLE_SID
    PATH
    Once you have ensured your environment is properly configured, connect as sysdba
    sqlplus / as sysdba
    This will open your SQL prompt, from there you can issue the commands.
    ~ Madrid.

  • After upgrade to 4.0 database home page now points to APEX IDE

    I was using the original APEX version that comes with Oracle XE and everything was working very nicely.
    After upgrading to APEX 4.0 when I select the "Go to Database Homepage" menu item for XE it routes me to the APEX 4.0 IDE (http://127.0.0.1:8080/apex/f?p=4550:1:1650564107787292). The home page properties is: C:\oraclexe\app\oracle\product\10.2.0\server\Database_homepage.url. Did I miss something in the upgrade steps?
    Other than that everything seems to be running well.
    Any help would be appreciated...

    I actually had read that document way back when, but have been on 3.2 on 10g EE for quite some time and forgot all about it as I was just trying to get a quick review of 4.0 on XE and thought the only way to open up http access from local only on the gateway was in the database home page...live and learn.
    thanks much for the help.

  • Cannot get 'Go to Database Home Page' to work on 10gXE after installation

    Hello,
    I recently installed Oracle(univesal) 10g XE onto my PC. I tried to go to the Database Home Page and am not able to do so. When I click the 'Go to Database Home Page' button, a browser appears with the message 'page cannot be displayed'.
    I am using Windows 2000 and have installed the loopback adaptor.
    Thanks,
    Shane

    You might want to search this forum for keywords "10gXE Database Home Page" - this has been discussed many, many times.
    In addition, Virag has such an excellent troubleshooting site, it is simply a waste of time to walk through the steps here - go to http://viragsharma.blogspot.com/search/label/oracle%20XE first!

  • XE Database home page gone after APEX 3.2 upgrade

    I just upgraded the version of HTMLDB/APEX on my XE database from 2.0 to APEX 3.2. All went well, however, the database home page seems to have disappeared. When I go to Start|Programs|Oracle Database 10g Express Edition|Database home page, I now get the APEX start page. Does the upgrade blow away the Database Home Page?

    Hello:
    This is expected. If you decide to upgrade the Application Express within your Oracle Database XE, you will lose the Oracle APEX interface to perform some of your database management functions. This includes the ability to create and alter users, set database parameters, etc. To perform these functions, you will need to use either SQL Developer or SQL*Plus.http://www.oracle.com/technology/products/database/application_express/html/3.0.1_and_xe.html
    varad

  • XE database home page link goes to APEX home page after 3.2 upgrade

    Hi - I had Oracle XE running on Win XP all OK.
    Taking the Database home page link took me to http://127.0.0.1:8080/apex/f?p=4550: etc etc BUT it took me to the XE login page which we use for system administration - all good so far.
    I then upgraded (sucessfully) the installed APEX (V2.1) which comes with XE to the new V3.2 version.
    All went well BUT the url above takes me to APEX login page and I can't get to XE adminstration.
    Any ideas or clues how I should upgrade to keep both login pages available ?
    Regards Dave Lee

    davejlee wrote:
    All went well BUT the url above takes me to APEX login page and I can't get to XE adminstration.
    I'm not sure what you mean with this?
    In APEX Upgrade guide are listed 'Database Management Differences between Oracle APEX 2.1 and 3.2'
    http://www.oracle.com/technology/products/database/application_express/html/3.2_and_xe.html

Maybe you are looking for

  • Rounding in Adobe

    Hi, I am haivng a problem in Adobe. When I upload the excel data to Adobe and click on Submit button, they decimal values get posted into SAP. This is fine. However when for the second time, when again trying to Submit the same data from within the s

  • DNG (created from EOS 350D) sometimes unsupported image format...

    I've imported some DNG files created from EOS 350D .CR2 files (Compressed, preserve RAW image, JPG preview full size) and I keep getting unsuported image format. Now .DNG files without fill size jpeg preview do show well (these where also created wit

  • Indexing a book using Indesign CS 6

    Hello, Did not use Indesign for 10 years ... and - when starting it up again with a newer version - I was surprised in an unpleasant way that it is still not possible to create footnotes inside tables in a normal way without creepy workarounds. And a

  • Using a WGB to link to a CAPWAP AP (Back to Back)

    Hi Guys, I've got a solution which i need to extend to a mobile cabin that is approx 15M from the main site. Is it possible to setup a WGB through the WLC with an IOS AP in the cabin that is then connected back to back to a lightweight unit to mirror

  • How to activate subversion and have svnX working on 10.5.1

    Hello, First of let me say that I am not a programmer, I do localization works, the developer with whom I collaborate, uses subversion and I manage access and files update transfer with svnX. From Tigers I upgrade to 10.5.1 .. I have installed Xcode