Skip to Main Content

Java Development Tools

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.

JDeveloper9i and native language support

ac352017ceOct 18 2002
I'm working on Read Hat Linux 7.3 with JDeveloper9i RC2. I wonder how I can use characters in comments, UI components e.t.c. Russian characters are displayed not properly nor in IDE code editor nor in resulting app. How can I setup JDeveloper to use native language characters?

Comments

Kalpataru

Hi Soofi,

Is your source database and destination database version are same , check the both database version properly ?

Is your view have rowid column ?

If yes then remove the rowid column and try.

You can also check this threads for your reference.

http://www.orafaq.com/forum/t/119514/

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

SQL Error: ORA-02070: database does not support in this context

If your issue is not resolved then you can ask it in Oracle Support Forms forum for better help.

Andreas Weiden
Answer

If oyu use a "foreign" database other than Oracle, the concept of ROWID's is unknown.

You can overcome this by changing the Key-Mode of the block to "Non-Updateable" and mark your PK-column-item in the block by Setting the property "Primary Key" to "Yes"

Marked as Answer by Soofi · Sep 27 2020
Soofi

Thanks Andreas Weiden,

It worked for me. But what if my foreign table has no primary key.

Regards,

Soofi

Andreas Weiden

But what if my foreign table has no primary key.

Well, then you are out of luck (and you have a problem with the database-design).

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

Post Details

Locked on Nov 15 2002
Added on Oct 18 2002
0 comments
159 views