RMAN> list backup of database;
列出所有数据文件的备份集;
The logic behind such a backup script is quite simple: obtain a list of tables from the database, iterate over this list and use commands such as DESC?
这类备份脚本背后的逻辑很简单:从数据库取得一个表列表,迭代此列表并使用如DESC ?
The logic behind such a backup script is quite simple: obtain a list of tables from the database, iterate over this list and use commands such as DESC?
这类备份脚本背后的逻辑很简单:从数据库取得一个表列表,迭代此列表并使用如DESC ?
应用推荐