how to recover tables from other environment?
Hi All,
we have issue with several tables in JPY (task tables) environment only, how can I recover this tables?
(jdv are the tables (task tables) are fine)
Options:
.flashback? form oracle DB...
.report? copy from dv yo py, and then regenerate JITI serilized object...
flashback, this is correct?
FLASHBACK TABLE employees_test TO TIMESTAMP (SYSTIMESTAMP - INTERVAL '.1' minute);
employees_test= table (I need to recover all task tablas)
SYSTIMESTAMP - INTERVAL '.1' minute= the time to back, I need back 1 week
JDE 9.0
TOOL 8.98.4.1
oracle DB
great thanks