Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to backup a table before users use sql to update the apps tables?

apps backup sql Table tables Users
0
10 Posted

How to backup a table before users use sql to update the apps tables?

0
10

Example 1: Create table ap_invoices_all_bkp as select * from ap_invoices_all; Example 2: Create table gl_interface_bkp as select * from gl_interface; Note: SQL updates are not allowed unless directed to do so by Oracle Support or Development

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123