What should I do if I want to assign a link to a remote user after installing oracle?
1. Run the command
LSNRCTL status checks whether the listener is up to
2. If no listener is running, run ProgramUse Net manage to configure or use net configuration Assis to configure
3. Use Database Configuration assistant to configure a new database. The SID and service name are generally the same, for example, orcl.
4. Provide tnsnames. ora to the other party. This file mainly contains information such as your IP address.
5. The listener I created is zhanglistener. The password, username, and database name are both zhangtest5. if an error occurs when dbconsole is started and dbconsole fails to be started, you can manually run the E:... emca script. Re-configure the database tool in E: \ oracle \ product \ 10.1.0 \ db_1 \ bin. Here, configure the user login name, password, and other information, after the configuration is complete, you can use it to log on ..
6. The main problem is that the service name of the listener (that is, the database name must exist)
7. Good luck, over!