oracle-EM installation

1. Log database

   Example commencement export ORACLE_SID = orcl21

   sqlplus / as sysdba

   >startup nomount;

   >alter database mount;

   >alter database open;

   >exec dbms_xdb_config.sethttpport(5501);         //exec

  >exec dbms_xdb_config.sethttpsport(5500);

  > Select dbms_xdb_config.gethttpport from dual; see http port

  > Select dbms_xdb_config.gethttpsport from dual; see https port

  > Exec dbms_xdb_config.sethttpport (0); http port Close

  > Exec dbms_xdb_config.sethttpsport (0); Close https port

  lsnrctl status

  

   

   Enter 5501 in the Port Access browser: http: // ip: 5501 / em, as follows

   

 Enter Username Password sys / password, shown below

  

 

Guess you like

Origin www.cnblogs.com/fengwenqian/p/11424298.html