We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1、我最近在使用Enterprisedb 10.4,然后参照下面的文章:https://www.enterprisedb.com/docs/en/10.0/Ora_Reference_Guide_v10/Database_Compatibility_for_Oracle_Developers_Reference_Guide.1.035.html
在pg admin里面输入了下面这些代码 CREATE DATABASE LINK chicago CONNECT TO sue IDENTIFIED BY 'mypassword' USING oci '//127.0.0.1/acctg';
但是却报了下面这个错,很疑惑,语法都是按照文档上来的,为什么会有这个问题呢 ERROR: syntax error at or near "TO" SQL state: 42601 Character: 40
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1、我最近在使用Enterprisedb 10.4,然后参照下面的文章:https://www.enterprisedb.com/docs/en/10.0/Ora_Reference_Guide_v10/Database_Compatibility_for_Oracle_Developers_Reference_Guide.1.035.html
在pg admin里面输入了下面这些代码
CREATE DATABASE LINK chicago
CONNECT TO sue IDENTIFIED BY 'mypassword'
USING oci '//127.0.0.1/acctg';
但是却报了下面这个错,很疑惑,语法都是按照文档上来的,为什么会有这个问题呢
ERROR: syntax error at or near "TO"
SQL state: 42601
Character: 40
The text was updated successfully, but these errors were encountered: