Saturday, April 25, 2009

Xubuntu 9.04

Today I installed Oracle XE on the new Xubuntu 9.04 - it worked ;-)

Minor problem was that XE forgot the passwords given on installation for SYSTEM and SYS, so it was impossible to login to APEX.

Solution was:

su - oracle
sqlplus /NOLOG
connect / as sysdba
ALTER user system identified by new_password;
ALTER user sys identified by new_password;

:-)

No comments: