Nat Luengnaruemitchai

Geek Blog

  Home  |   Contact  |   Syndication    |   Login
  99 Posts | 0 Stories | 209 Comments | 236 Trackbacks

News

Archives

Post Categories

Blogroll

Thursday, June 18, 2009 #

If…

1. You installed Oracle XE but you cannot launch APEX or start up oracle.exe process

2. Your computer joined Windows domain

3. You installed it using Domain account

Very likely, it will try to install it using domain authentication which it may not work.

Therefore, the solution is to:

1. Create a local user with admin right

2. Log in using that local user and set regional setting to en-US

3. Install Oracle XE

4. Go to c:\Oracle\app\oracle\product\10.2.0\server\NETWORK\ADMIN\sqlnet.ora and remove the line that said SQLNET.AUTHENTICATION_SERVICES = (NTS)


Many times, I installed SQL Server 2008 and failed with just the error message “Access Denied”. One of the cases I found is that my Administrator account doesn’t have SeDebugPrivilege especially when GPO policy is in effect. I still don’t understand why anyone should be admin but cannot debug things :(

Check out the following links for more information:

http://blogs.msdn.com/joaol/archive/2008/12/02/sql-server-2008-installation-aborts-due-an-access-denied.aspx

http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/94f373ae-bb3e-4664-b0fd-95121d09f7de