[oracle@sujeet ~]$ echo $ORACLE_SID
idea
[oracle@sujeet ~]$ sqlplus
Enter user-name: sys as sysdba
Enter password: sys
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 1071333376 bytes
Fixed Size 1318172 bytes
Variable Size 427819748 bytes
Database Buffers 629145600 bytes
Redo Buffers 13049856 bytes
Database mounted.
Database opened.
SQL> archive log list
Database log mode No Archive Mode
Automatic archival Disabled
Archive destination /R12/oracle/idea/db/tech_st/11.1.0/dbs/arch
Oldest online log sequence 3
Current log sequence 4
NOTE:-DATABASE is No Archive Mode.must be in ARCHIVE mode:-
SQL> shut immediate
ORACLE instance shut down.
SQL> startup mount
ORACLE instance started.
Total System Global Area 1071333376 bytes
Fixed Size 1318172 bytes
Variable Size 427819748 bytes
Database Buffers 629145600 bytes
Redo Buffers 13049856 bytes
Database mounted.
SQL> alter database archivelog;
Database altered.
SQL> archive log list
Database log mode Archive Mode
Automatic archival Enabled
Archive destination /R12/oracle/idea/db/tech_st/11.1.0/dbs/arch
Oldest online log sequence 3
Next log sequence to archive 4
Current log sequence 4
***NOW DATABASE IS IN ARCHIVE MODE*****
SQL> alter database open;
Database altered.
SQL> alter database begin backup;
Database altered.
#.COPY DATA_FILE SOURCE TO DESTINE>>>>
#.MAKE Dir. a on Desktop:-R12_HOTBACKUP
[oracle@sujeet apps_st]$ cp -r data/ /home/oracle/Desktop/R12_HOTBACKUP/
[oracle@sujeet apps_st]$ pwd
/R12/oracle/idea/db/apps_st
[oracle@sujeet apps_st]$ du -sh
43G
.
SQL> alter database end backup;
Database altered.
*****COPY ALL TOP SOURCE TO DESTINE**********
(1).$ORACLE_HOME>>/R12/oracle/idea/apps/
(2).APPL_TOP>>/R12/oracle/idea/apps/apps_st/appl
(3).COMMON_TOP>>/R12/oracle/idea/apps/apps_st/comn
(4).ORA_TOP>>/R12/oracle/idea/inst/apps/idea_sujeet
********MAKE A DIR. ON DESKTOP APPLICATIN_BACKUP******
[oracle@sujeet apps]$ cp -r tech_st/ /home/oracle/Desktop/APPLICATION_BACKUP/
[oracle@sujeet apps_st]$ cp -r appl/ /home/oracle/Desktop/APPLICATION_BACKUP/
[oracle@sujeet apps_st]$ cp -r comn/ /home/oracle/Desktop/APPLICATION_BACKUP/
[oracle@sujeet apps]$ cp -r idea_sujeet/ /home/oracle/Desktop/APPLICATION_BACKUP/
******************************END***********************************************
R12.1.1 HOT BACKUP STEPS
Subscribe to:
Post Comments (Atom)
ORA-00059: Maximum Number Of DB_FILES Exceeded in 19C database
When I am adding datafile to my 19C database facing the below error. SQL> alter tablespace DATA add datafile '/u01/data/data15.dbf...
-
CONCURRENT MANAGER ISSUES IN APPS R12 Status code and Phase code for Concurrent requests Here is what the abbreviation for ...
-
How to clean FND_NODES table in R12.2.4 Step 1: Always apply the latest cloning patches to avoid all the bugs and fixes Step 2: ...
-
Application version : R12.2.10 DB version : 19.17.0 ERROR APP-FND-01388: Cannot read value for profile option CONC_KEEP_BLANK_FILES in rout...
No comments:
Post a Comment