Skip to Main Content

Programming Languages & Frameworks

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!

connection with existing oracle Database

User_MVH93Jun 6 2021 — edited Jun 9 2021

Hi there
I have existing Oracle Database and I create website using MERN stack with noSQL Database
So the question is
can i connect existing oracle SQL Database with NOSQL database of website
or what should be used for connection two database if i using MERN stack for developer website
one existing data and other i created ?

Can i connect SQL with NoSQL Database or it's impossible ?

Thank you

Comments

managed BEAN

Hello,

Can you provide some more details, pls?

What is the relation between tables? Are they from same vo? Are in same/different page?

It could be as simple as make a partial trigger for both tables or more complex where you have to execute more than one method... all depends on your current implementation.

Regards,

Carlos

1 - 1

Post Details

Added on Jun 6 2021
1 comment
266 views