Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ORA-02070: database TO_LINK does not support operator USERENV in this cont

user13792839Mar 2 2011 — edited Mar 2 2011
Hi All,

I am trying to update a table X_STG in another database using a DB link. My DB link's name is to_link.

When I create a table similar to that of table X_STG on my current database, it works fine. However, when, I try to update it using the DB link it gives me the error. (UPDATE X_STG@to_link)


ORA-02070: database TO_LINK does not support operator USERENV in this context.

Note: I created this DB link. So, is there any permissions that I need to grant?

Please help me in this regard. Its very urgent.

What should I do to do the update?

Database is Oracle 9i.

Thanks!

Regards,
AB

Edited by: user13792839 on Mar 2, 2011 7:46 AM

Comments

Jeff Martin

I think you want to use GraphicsContext.fillText() instead of strokeText(). I made this change and your demo runs at least 10x faster.

Ralph.Kar

Thanks Jeff,

that really makes a big difference.

Ralph

jsmith

You may be interested in this presentation on JavaFX performance optimizations

The diamond benchmark used in the presentation looks a bit like your sample application output.

1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 30 2011
Added on Mar 2 2011
13 comments
3,111 views