back
commands
from a terminal session.
The doflashback.sh script is designed for a clustered database.
usage: doflashback.sh [-s SID] list|set|<back|backtime>|drop <markername> -s SID - allows you to set the ORACLE SID The full set of options are: set - set a restore point and flashback marker back - flashback to a marker, using srvctl backimm - flashback to a marker, using DB Immediate shutdown backtime - flashback to a point in time, format DD/MM/YY HH24:MI drop - drop a restore point (and marker) list - list the flashback markers available listtime - list the oldest time we can flashback to
The doconservice.sh script allow restart of connector services.
usage: doconservice.sh [-s SID] list|[status|start|stop <or|mis>] -s SID - allows you to set the ORACLE SID The full set of options are: list - list the con services on the machine status - status of the specified service start - start the specified service stop - stop the specified service
You will need to modify both of these scripts for your purposes as there are
specific assumptions on naming standards related to the clusters that may differ in your environment.
view doflashback.sh or download doflashback.sh
view doconservice.sh or download doconservice.sh
For more on Oracle Flashback (and RMAN) look here