RMAN
I need to run a backup on my standby read only database. We are currently using old exp against the standby database, but it's taken too long. I can't use datapump because it won't run against a standby read only database. Our requirements require us to have the ability to restore a particular table from #years back. So these backups will be sent off site.
I was hoping to use RMAN, RMAN can run against a standby read only database, but my understanding is RMAN can't perform table or user level backup.
RMAN is used for database, tablespace or datafile level only.