Oracle is installed but doesn't work?
This is caused by that your account is given from domain server or your system has non-English locale.
HowTo resolve this problem:
- Create local user (this user should not be a domain account).
- Set OS system locale to English (US or UK, via Regional and Language Options), reboot.
- Install Oracle XE under local user (via
runas
console program or via Run as... from Windows Explorer popup menu). - Open file
"Oracle\app\oracle\product\10.2.0\server\NETWORK\ADMIN\sqlnet.ora
and comment (via # symbol) or remove lineSQLNET.AUTHENTICATION_SERVICES = (NTS)
- Open shell, type
sqlplus oracle_user/oracle_password
and work with Oracle XE.
2 comments:
BTW Oracle XE really SUCKS =)
Thanx a lot, mate.
Post a Comment