About ORA-02070: database xxx does not support operator USERENV I

Source: Internet
Author: User
Tags bug id


Database Link is the most used in Distributed Systems. Today, a problem occurs when Database links are used:
When updating a table in a remote database, the following error occurs: for example, when executing such a statement: update procedure_run_byshell_log_list @ db_link
SET (a. sid, a. serial #) =
(SELECT I. sid, I. serial #
FROM v $ session I
WHERE I. sid IN (SELECT ii. sid FROM v $ mystat ii WHERE rownum = 1); This is a Bug (Bug ID: 774807) SQL command "insert into t1 @ db_link select * from t1" always worked in 7.3.4, but the statement now fails on any version of Oracle8 solution: you can insert data to a temporary table or save it to a variable before inserting or updating it to a remote database:

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.