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!

Export ORDS RESTFul Wesbervices

HabibJul 4 2018 — edited Aug 20 2018

Hello

Is there a way to export ORDS RESTFul Wesbervices created in a schema through command line?

We need to automate it to be deployed to different environments.

Regards,

Habib

This post has been answered by thatJeffSmith-Oracle on Jul 4 2018
Jump to Answer

Comments

thatJeffSmith-Oracle
Answer
Marked as Answer by Habib · Sep 27 2020
Habib

Thanks Jeff. It helped.

However wouldn't it be better if expdp exports webservices too?

That would be a request for the database team.

RESTful Web Services aren't database objects in and of themselves, so I imagine their answer would be 'no.'

You can see where we store the definitions in the data dictionary, so in addition to the SQLcl solution, and our existing PL/SQL API, you could always write your own queries/SQL scripts. But i'd rather you fall back on SQLcl's code so you dont' have to maintain anything.

Stephan Visser

Is there also a way to export the Privileges or is it Modules only?

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

Post Details

Locked on Sep 17 2018
Added on Jul 4 2018
4 comments
659 views