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