ALTER DATABASE LINK
Description
Modifies database link objects. For details about database links, see DATABASE LINK.
Precautions
Currently, only the username and password can be modified for database links.
Syntax
ALTER [ PUBLIC ] DATABASE LINK dblink { CONNECT TO user IDENTIFIED BY password };
Parameters
- dblink
Name of a connection.
- user
Username for connecting to a remote database.
- password
Password for connecting to a remote database.
- PUBLIC
Connection type. If PUBLIC is not specified, the database link is private by default.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot