Hello i am using RMAN for Backup and Restore/Recover SDE Database on Oracle DBMS
rman target /
backup pluggable database pdb plus archivelog;
and then i do some changes in my SDE Database through Arcgis desktop create shapefile or edits etc
and then i try to restore the database
sql> shu immediate;
startup mount;
i found there is no any changes happened ! i mean the edits i did it's the same although it should back to the past until back up moment
i am fresh graduate and i need to learn from you best practice please support