Search Results

0
votes
5answers
312 views

Insert fail then update OR Load and then decide if insert or update.

I have a webservice in java that receives a list of information to be inserted or updated in a database. I don't know which one is to insert or update. Which one is the best approach to abt …
0
votes
3answers
1k views

Oracle Backup Database with sqlplus it’s possible?

I need to do some structural changes to a database (alter tables, add new columns, change some rows etc) but I need to make sure that if something goes wrong i can rollback to initial state: …