Skip to Main Content

ORDS, SODA & JSON in the Database

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!

Is there a place I can see schema changes in ORDS 3.x.x

Pandora's ActorOct 13 2017 — edited Nov 15 2017

I upgraded from 3.0.4 to 3.0.12. I was looking at the "How to back out ORDS upgrade" thread as mentioned below (because I wanted to fall back from 3.0.12 to 3.0.11) and I don't have a schema export. Is it possible to just deploy 3.0.11 and start using with the existing config?

Also I found "ORDS Release Notes 3.0.12 " that talks about the various changes in versions but I can't tell if there are any schema changes. ORDS upgrade said:

Upgrading Oracle REST Data Services schema 3.0.4.60.12.48 to version 3.0.12.263.15.32

... Log file written to .........

Upgrading ORDS schema to 3.0.5

Upgrading ORDS schema to 3.0.6

So is questions are:

1. Is there a certain keyword I should looking for when I look to see if there is a schema change.

2. Can I run 3.0.11 ORDS with a schema upgraded to 3.0.12?

How to back out ORDS upgrade

Thanks!

This post has been answered by thatJeffSmith-Oracle on Oct 13 2017
Jump to Answer

Comments

Answer

When you have an object as a parameter in a data control you should also see a parameter object created that has the simple types in it.

See for example the video here:

https://blogs.oracle.com/shay/entry/calling_web_service_with_complex

Marked as Answer by Luigi B. · Sep 27 2020

Hi,

in the first case, have a look at the constructors in the DC. It will have the object (entity) as a node. You use this to e.g. create an edit form for the method call. The iterator --> get current row of the parameter form is then the object it wants you to pass. So no need to change the WS

Frank

Luigi B.

I still find the fact that ADF has different behaviors, depending on the name of the operation/element really odd, but this solves my problem without changing the service, so I'm good with that, thanks!

1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 10 2017
Added on Oct 13 2017
1 comment
159 views