Oracle control file is a good source of info for database physical layout.
Here is how you can get text output:
Sample command:
alter database backup controlfile to trace as '/tmp/cntl.ctl';
Above command is different from :
Alter database backup controlfile to '/tmp/cntrol.bck'; <= this is actual backup in binary. Different usage.
Here is how you can get text output:
Sample command:
alter database backup controlfile to trace as '/tmp/cntl.ctl';
Above command is different from :
Alter database backup controlfile to '/tmp/cntrol.bck'; <= this is actual backup in binary. Different usage.
No comments:
Post a Comment