Re: Oracle Express, Go To Database Home Page problem



I've has a similar problem just today.

The installation is broken on Windows - especially if you are using the new improved installer whihc installs on systems with slightly less that 256 Mb RAM.

The logs directory (c:\oracleex\<something>\config\logs - if I remember correctly) will show problems in the log for postscripts.log and postDBCreation.log I suspect.

My problems were as folows :

cannot access the database home page PLUS
cannot restart the database after shutting it down.

What I found was that there is a bug in ex.sql where the call to 'host' to create the initXE.ora file is found. This call has a '/' instead of a '\' in the spfile = full_path_to_spfile line.

Also, in postscripts.sql (or PostDBCreation.sql - I'm away from the Windows stuff at the moment) fails to create the spfile as there is a similar '/' rather than a '\' in it.

Being unable to restart the database after creating the spfile causes most of the latter half of postscripts.sql and postDBCreation.sql to fail.

There is also a missing script - something like dbmsmml.sql - which cannot be run as it (obviously) isn't there.

The fix is to proceed as follows :

run sqlplus command line
login a sys/password as sysdba
create spfile='path_to_dbs\spfile.ora' from pfile;
shutdown database
login as sys again
startup

Go through postscripts.sql and postDBCreation.sql line by line.

http:127.0.0.1:8080/htmldb should then work.

Good luck.


Cheers, Norm. .



Relevant Pages

  • Re: Granting permission to a database - need help
    ... folder and it would have the database connection info. ... Windows authentication, and not use an application login, as then ... Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx ...
    (microsoft.public.sqlserver.programming)
  • Sharepoint - "Cannot connect to the configuration database"
    ... Update for SQL Server 2000 Desktop Engine on Windows ... "Cannot connect to the configuration database. ... Event Category: Installation ...
    (microsoft.public.windows.server.sbs)
  • Re: Importing table from text file to Access...
    ... I'm sorry, I can't understand "same is able only for Windows, Word ... Open the Northwind sample database, display the Database Window, and ... settings in the wizard except for specifying "field names in first row". ... >> Have you repaired your Office 2003 installation? ...
    (microsoft.public.access.externaldata)
  • XP Embedded database fails to install on XP SP2
    ... I just downloaded the evaluation version of Windows XP Embedded SP2 from MS ... Clean installation of Windows XP SP2 into a VirtualPC. ... Installed the MSDE database engine sucessfully, ...
    (microsoft.public.windowsxp.embedded)
  • Web Security Models with VS2005 and Windows Server 2003
    ... but I am finding the security model confusing (actually I'm a bit confused ... to be validated using windows authentication. ... should I use a login page with the login components available under VS2005. ... but to what each user can return from the database on the particular page ...
    (microsoft.public.dotnet.languages.csharp)