[oracle@ora1 ~]$ sqlplus / as sysdba
SQL> archive log list;
SQL> show parameter recovery_file_dest;
SQL> alter system set db_recovery_file_dest_size=75g scope=both;
SQL> archive log list;
SQL> shutdown immediate;
SQL> startup mount;
SQL> alter database archivelog;
SQL> alter database open;
SQL> archive log list;
SQL> exit;
[oracle@ora1 ~]$ rman target /;
RMAN> backup database plus archivelog;
Total Pageviews
Subscribe to:
Comments (Atom)
ORA-00845: MEMORY_TARGET not supported on this system
The shared memory file system should have enough space to accommodate the MEMORY_TARGET and MEMORY_MAX_TARGET values. To verify: SQL> sh...
-
Problems with the X Server Crashing and Non-Root Users If you are having trouble with the X server crashing when anyone logs in, you may hav...
-
APPLIES TO: Oracle Database - Enterprise Edition - Version 11.1.0.6 and later Oracle Database - Standard Edition - Version 11.2.0.1 to 11...
-
You might get this error, when you tried to drop the undo table. Its because , there are some active transactions in the undo. The solution ...
No comments:
Post a Comment