![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
On 4 Mar, 13:43, Mladen Gogala <gogala.mla... (AT) gmail (DOT) com> wrote: 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. OP stated version 10.2. The quotes aren't needed: |
|
sqlplus "/ as sysdba" could also be sqlplus / as sysdba ![]() -g |
#12
| |||
| |||
|
|
OP stated version 10.2. The quotes aren't needed: Platform dependent! |
#13
| |||
| |||
|
|
I am on the holly platform and he is right, but I do like my double quotes. Don't take away my double quotes, I see no reason for changing my bad habits. |
#14
| |||
| |||
|
|
Holly platform? Holy platform? Hollister? |
#15
| |||
| |||
|
|
On 4 Mar, 13:43, Mladen Gogala <gogala.mla... (AT) gmail (DOT) com> wrote: 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. OP stated version 10.2. The quotes aren't needed: sqlplus "/ as sysdba" could also be sqlplus / as sysdba ![]() -g |
#16
| |||
| |||
|
|
I believe on Windoze the quotes are still needed! Matthias- Hide quoted text - |
#17
| |||
| |||
|
|
On Mar 4, 9:47 am, "Chris Seidel" <csei... (AT) arcor (DOT) de> wrote: snip 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... Okay then ... the "old old" EM ... I haven't used that one in a long time. The terminology people use gets a little confusing trying to sort out old EM from new OEM thru dbconsole from new OEM thru grid control ... |
#18
| |||
| |||
|
|
Okay then *... the "old old" EM ... I haven't used that one in a long time. The terminology people use gets a little confusing trying to sort out old EM from new OEM thru dbconsole from new OEM thru grid control ... I hate the dbconsole - just in case you were wondering.. having a look at Oracle SQL Developer for a quick & easy gui for checking things as I speak - not too impressed (yet) |
#19
| |||
| |||
|
|
On Mar 8, 6:16 pm, gs <g... (AT) gs (DOT) com> wrote: snip Okay then ... the "old old" EM ... I haven't used that one in a long time. The terminology people use gets a little confusing trying to sort out old EM from new OEM thru dbconsole from new OEM thru grid control ... I hate the dbconsole - just in case you were wondering.. having a look at Oracle SQL Developer for a quick & easy gui for checking things as I speak - not too impressed (yet) I am still a Toad user although that product has become kind of bloated over the years. Our developers are using SQL Developer because of the cost ( or lack thereof ). Mladen made an excellent point here though ... when switching between archive log modes you really want to do it outside of a GUI. I always use command line for switching archive on/off - I will admit |
#20
| |||
| |||
|
|
I always use command line for switching archive on/off - I will admit using EM in 9i once just to see how well it worked, but I just feel much more comfortable using command line rather than wondering if the GUI is really doing something or just sitting there hung. One thing I don't like about SQL developer is you need to be logged in as the user whose schema you want to see, which is a pain when you want to see tables from different schemas in the same session. Unless I am missing something, the only way to do this in SD is disconnect/reconnect- Hide quoted text - |
![]() |
| Thread Tools | |
| Display Modes | |
| |