Can we recover a schema(user) using the RMAN level 0 backup?

    Requires Free Membership to View

RMAN does not let you recover all objects in a schema. There is no RECOVER SCHEMA or RECOVER USER command in RMAN. You can recover a datafile, tablespace or the entire database with RMAN. You may need to determine which tablespace(s) contain the user's segments and recover just that tablespace. This will not recover the schema's non-segment objects like sequences, procedures, etc. Those are stored in the SYSTEM tablespace.

This was first published in March 2006

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.