Skip to Main Content

Oracle Database Discussions

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!

Disaster Recovery

445198Jun 20 2005 — edited Jun 22 2005
Hello everyone,

I need to prepare a disaster recovery plan and architecture for my oracle 10g database. I really don’t know much about the disaster recovery and the architecture and how I can recover my database, when I required?

Please reply soon as it is quite urgent for me.

regards,
Akshay Brahmbhatt

Comments

r035198x
Your getStuff version that takes a class object won't work because 1.) It can't be automatically converted to JSON and 2.) The method itself has not been marked as resource method with an appropriate Consumes content type. You don't really need to try to write custom marshallers for class type to use because you don't need to pass in class types when using rest. It defeats the whole purpose of having completely decoupled client and server. Remember your clients don't have to be Java at all with rest.
The common standard here is to expose /{entityName} as the path that gets all entities of type entity name.
1002901
Thanks for the information!

Anyway, you can be more specific with your explanation... I'm still lost on this.

Thanks,
Robert
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 20 2005
Added on Jun 20 2005
11 comments
708 views