Oracle
 sql >> Database >  >> RDS >> Oracle

Cambia la porta Oracle dalla porta 8080

Dall'inizio | Esegui, apri una finestra di comando. Supponendo che le tue variabili ambientali siano impostate correttamente, inizia con quanto segue:

C:\>sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on Tue Aug 26 10:40:44 2008
Copyright (c) 1982, 2005, Oracle.  All rights reserved.

SQL> connect
Enter user-name: system
Enter password: <enter password if will not be visible>
Connected.

SQL> Exec DBMS_XDB.SETHTTPPORT(3010); [Assuming you want to have HTTP going to this port]    
PL/SQL procedure successfully completed.

SQL>quit 

quindi apri il browser e usa la porta 3010.