[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
4506
Subscribe to:
Posts (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...
-
Open SQL Developer package content. Go to Applications, right click on SQL Developer and select "Show Package Contents". Go to Con...
-
Error Log SQL> alter database open resetlogs; alter database open resetlogs * ERROR at line 1: ORA-01194: file 1 needs more recovery to...
-
Tried to startup or mount a database, we got ORA-00214. SQL> startup ORACLE instance started. ... ORA-00214: control file '/u01/app/o...
No comments:
Post a Comment