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!

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 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

732615
Can't show you any documentation but i've run both SE1 and EE on VMware without problems. Can't tell if all functionality works on it but the basic ones i used worked.
Absolutley it is.

Have you heard of BIC2GO ?

When I was in OCS we used to cart round a BIC2GO image to help us get up and running when doing POC's with customer data, plug the VMWare into customer network and the client can access all presentation services over there network.
Nicolae Ancuta
Hi,

we have an OBISE1 installed on an Windows XP (OBISE1 is supported only in Windows) on VMWare.
On VMWare you can install virual machines with linux and windows OSs.
It doesn't matter if is an phisical or virtual machine. The OS matters.

Regards
Nicolae
644784
From what I understand, BIC2GO is for development/demo purposes.

My question is for running OBI EE on vmware for the production instance.
rmoff
OBIEE supported platforms doc: http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/e10417.pdf

If it doesn't specify it then by inference you could say it's not supported. Best to raise an SR to clarify with Oracle if you have to be certain.

As others have said, it certainly works on VMWare - but that's not the same as supported :)
Beat me to it ! , page 30 on that doc link above
1 - 6
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,709 views