# source /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/oracle_env.sh
sqlplus
SQL*Plus: Release 10.2.0.1.0 - Production on xxxHotovo, není třeba restart. Připojit se můžete na http://127.0.0.1:8080/apex.
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> connect
Enter user-name: system
Enter password: ******
Connected.
SQL> EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE);
SQL> EXIT