1. Query the index in Oracle:
SELECT * from user_indexes; statement when logging in with ordinary users
Select * from DBA_INDEXES; when you log in to the administrator.
Select * from tabs; query information for all tables.
2, start the command:
Start listener: LSNRCTL START
Start SQLPLUS, log in to execute the command startup