![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I connected to an Oracle 10.2 via Enterprise Manager (EM) as sysdba. The checkbox to enable/disable Archivelog-Mode is disabled (grayed out). Why? Thank you! |
#3
| |||
| |||
|
|
Database can only be switched between archivelog and noarchivelog when it's mounted and not open. Also, it must be shut down cleanly. |
|
sqlplus "/ as sysdba" shutdown immediate startup mount alter database archivelog; alter database open; |
|
I dunno how to do that in EM. |

#4
| |||
| |||
|
|
Hi, I connected to an Oracle 10.2 via Enterprise Manager (EM) as sysdba. The checkbox to enable/disable Archivelog-Mode is disabled (grayed out). Why? Thank you! |
#5
| |||
| |||
|
|
Which OEM? I cannot even find the option ( so far ) to change it going thru the screens in a 10.2.0.4 OEM database control type setup. |
|
Is this grid control you are going thru |
#6
| |||
| |||
|
|
In EM 9.2 you can find it under: Instance/Configuration and then the Recovery tab. http://www.oracle.com/technology/obe...hange_Arch_Mod... |
#7
| |||
| |||
|
|
Doing this via EM allows it to do this in "open mode" because when you set the checkbox all the stuff (shutdown, startup, alter ...) is done for you by the EM. |
#8
| |||
| |||
|
|
Doing this via EM allows it to do this in "open mode" because when you set the checkbox all the stuff (shutdown, startup, alter ...) is done for you by the EM. Beautiful! I cannot wait to do that in the middle of working hours. |
#9
| |||
| |||
|
|
You're a DBA 2.0? Not a problem. Database can only be switched between archivelog and noarchivelog when it's mounted and not open. Also, it must be shut down cleanly. So, at approximately 10:30 AM, do the following: sqlplus "/ as sysdba" shutdown immediate startup mount alter database archivelog; alter database open; Being just an old DBA 1.0 hack, I dunno how to do that in EM. |

#10
| |||
| |||
|
|
I connected to an Oracle 10.2 via Enterprise Manager (EM) as sysdba. The checkbox to enable/disable Archivelog-Mode is disabled (grayed out). |
![]() |
| Thread Tools | |
| Display Modes | |
| |