Skip to Main Content

Oracle Forms

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!

ORA-02070: database FIREBIRD does not support ROWIDs in this context

SoofiJul 13 2016 — edited Jul 14 2016

Dear All,

     I am using oracle 12c and Oracle forms 11g in windows platform.

I recently made a heterogeneous connection for Firebird database and finally created the database link name @firebird.

I can get the table values from firebird db by using the above dblink. Now I created a view as below,

create view test_vw as

select col1,col2 from tab1@firebird

I build a form by using the above view and now when I execute the form it shows me the error

ORA-02070: database FIREBIRD does not support ROWIDs in this context

Is there any problem in the view I created?

Your valuable suggestions greatly appreciated.

Regards,

Soofi

This post has been answered by Andreas Weiden on Jul 13 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 11 2016
Added on Jul 13 2016
4 comments
1,789 views