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

mdtaylor

If you look at the Installation Guide that ships with 12.2.4 and 12.2.4.1 Demantra, you will see Windows 2012 is also supported.  You can just install the Administrative Tools on the new server.

I have seen clients upgrade Windows 2008 to Windows 2012, leaving the Demantra installations intact.  Most Windows Admins prefer to do a fresh installation though.

User_3LS60

Thank you for the reply. can you please provide steps for 12.2.4.1  Administrative Tools on the new server without changing anything on Solaris machines. iam new to Demantra. please help.

Prashant Umap

Hello,

You need to install demantra (Software only) only on new server. I will help you to setup.

Let me know if you need any other help.

Prashant

1 - 3
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,786 views