At the time to rename the redo log file, I got the following error.

SQL > host moves D:\oracle\product\10.2.0\oradata\test\redo02.log D:\oracle\produc
t\10.2.0\oradata\test\re.log
The process cannot access the file because it is being used by another process.

This isn't a surprise if you do not rename the file also with SQL statements before the move in the OS layer. Did you?

Add above: If you just want to get a group of newspapers moved to another directory, the right way to do that would be
(1) to create the new group to the destination of your choice
(2) the old Group drop
(3) delete the old OS layer group

This is done online, while the instance continues to run in the OPEN State.

Kind regards
Uwe Hesse

http://uhesse.WordPress.com

Published by: Uwe Hesse on 29.07.2010 12:08

Tags: Database

Similar Questions

  • Redo log entries to the online redo log files

    Hello

    I'm a little confused about the redo log entries.

    I learned that LGWR writes redo log entries in the SGA, in redo log files in the following situation:

    -3 seconds after the last validation

    -redo log buffer has 1 MB

    -redo log buffer data 1/3

    When I take a transaction and if I change the wrong data, I have to cancel this transaction BUT the right now,

    What happens if the LGWR writes redo log disk entries?

    Is the bad transaction committed at all times?

    2791011 wrote:

    Hello

    I'm a little confused about the redo log entries.

    I learned that LGWR writes redo log entries in the SGA, in redo log files in the following situation:

    -3 seconds after the last validation

    -redo log buffer has 1 MB

    -redo log buffer data 1/3

    When I take a transaction and if I change erroneous data, I have to cancel this transaction at this time, BUT

    What happens if the LGWR writes redo log disk entries?

    Is the bad transaction committed at all times?

    DML changes are "permanent" after that VALIDATION is issued.

    When any COMMIT is issued, then changes can be undone.

  • bottleneck during the passage of the redo log files.

    Hi all

    I'm using Oracle 11.2.0.3.

    The enforcement team has indicated that they are facing slow at some point.

    I followed the database and I found that at some passage of redo log files (not always), I am facing a slow at the application level.

    I have 2 son since my database is CARS, each thread has 3 groups of multiplexed redo logs the FIU, with size of 300 MB each.

    Is it possible to optimize the switch of the redo log files? knowing that my database is running in ARCHIVELOG mode.

    Kind regards

    Hello

    Yes, Oracle recommends 1 validation by 30 calls from users or less. Of course, every database is different, so this rule cannot be taken too literally, but in your case, this rule seems to apply. In any case State, 900 undertakes seconds it looks like a very large number and the need for a high number of transactions should be questioned. You should talk to your analysts/application management/enterprise architect if warranted - that is to say if the application does in fact almost 2 000 business transactions per second.

    What about DB CPU: here is a link to a blog that I wrote on this subject, it should help to better understand this number:

    http://Savvinov.com/2012/04/06/AWR-reports-interpreting-CPU-usage/

    But briefly: DB processor isn't a real event, it is simply an indication that the sessions are on CPU (or waiting for CPU) rather than wait on i/o requests or events in the database. It is not necessarily a bad thing, because the database must perform tasks and he cannot do without loading the CPU. It may indicate a problem in two cases: when the CPU usage is close to the limit of the host (OS stats section indicates that you are very far from there) or when the CPU is a % of DB time - in the latter case, this could mean that you are making too many logical reads due to inefficient plans or analysis too. In any case, this does not apply to you, because 20 percent is not very high a number.

    Other items in the list of the top 5 deserve attention, too - gc buffer busy acquire, gc current block busy, enq: TX - line lock conflict.

    To summarize, your database under a lot of stress - whether it is the legitimate workload, and if this is the case, you may need to upgrade your hardware later. There is chance that it isn't - for example a high number of runs may indicate that rather than to bulk operations database code using PL/SQL loops, which is a big performance killer. Check "Top SQL by executions" about whether or not this is the case.

    Good luck!

    Best regards
    Nikolai

  • I have to create the new group for waiting for redo log files?

    I have 10 group of files redo log with 2 members of each group for my primary database, I need to create new group for redo log files for the database of relief pending

    Group # members

    ==============

    1              2

    2              2

    3             2

    4             2

    5             2

    6             2

    7             2

    8             2

    9             2

    2 of 10

    If so, the following statement is correct? or nto

    ALTER DATABASE ADD STANDBY LOGFILE GROUP 1 ('D:\Databases\epprod\StandbyRedoLog\REDO01.) LOG',D:\Databases\epprod\StandbyRedoLog\REDO01_1.log');

    Please correct me if am doin wrong

    because when I run the statement I have error message saying: the group is already created.

    Thanks John

    I just found the answer

    Yes, it of recomeded to add the new group, for instnace if I have 10 group of 1 to 10, then the wait should be from 11 to 20

    Thanks I found the answer.

  • SIZE OF THE REDO LOG FILE


    Hello

    I got an error message when I add me new group. log files I searched and found the answer on the form. Ago 4 M minimum size of 11 g R2 log file size.

    My question is why a log file size depends on DB_BLOCK_SIZE? This parameter is set to the component structures of memory that create an instance when a log file is an operating system file that depend on the version of the OS not DB_BLOCK_SIZE.

    Thank you.


    SQL > alter database add logfile group 4 'c:\app\asif\oradata\employee\redo04.log' size 1 m;
    alter database add logfile group 4 'c:\app\asif\oradata\employee\redo04.log' size 1 m
    *
    ERROR on line 1:
    ORA-00336: 2048 blocks the size of the log file is minimum lower than 8192 blocks


    SQL > show parameter db_block_size

    VALUE OF TYPE NAME
    ------------------------------------ ----------- ------------------------------
    Whole DB_BLOCK_SIZE 8192
    SQL >

    You are assuming that the redo log block size is the same as the database block size. This is not correct.

    The error indicates that 8192 is the minimum number of blocks of a redo log file. The documentation states that the minimum size is 4 M. For example, you can deduct your redo log block size is 512 bytes.

    Here's some more information about the size of redo log, the documentation block.

    Unlike the database block size, which can always be between 2 K and 32 K, redo log default files to a block size that is equal to the size of physical sector of the disk. Historically, it is usually 512 bytes (512 b).

    Some new large disks offer 4K sizes byte (4K) to increase sector efficiency improved format and ECC capabilities. Most of the Oracle database platforms are able to detect this bigger sector size. The database then automatically creates files redo log with a block size of 4 K of these discs.

  • What is the purpose of waiting for redo log files

    Hello

    What is the purpose of the log files waiting for redo in the Dr?

    What happens if the standby redo log files are created? or else is not created?

    Please explain

    Thank you

    Re: what is the difference between onlinelog and standbylog

    I mentioned the goal of the eve of the redo log in RD files in above thread.

    Concerning
    Girish Sharma

  • What is the role of the archived in an incremental backup redo log files?

    I want to know, to which RMAN reads what block of data is changed after the last incremental backup.
    and what is the role of the archived in an incremental backup redo log files?

    Please guide.

    Hello

    First Querstion response->
    Each block of data in a data file contains a system change number (SCN), which is the SCN of the last change to the block. During an incremental backup, RMAN reads the RCS of each block of data in the input file and compares at the checkpoint SCN of the incremental backup from parent. If the RCS in the block of input data is greater than or equal to checkpoint SCN of the parent, then RMAN copies the block.

    2 - the archived redolog files are required for the restoration of the online of rman incremental backup in a consistent state.

    Thank you & best regards
    Rahul Sharma

  • How to find the configuration state of REDO logs files?

    I'm trying to move the redo log files.
    Before that, I want to know if it is set as a duplex or any other configuration.

    How to find the REDO log configurations.

    Oracle 10g R2

    Thank you
    Smith

    Example:

    Not in duplex redo log - if the number of members is 1, it is not duplex:

    SQL> select group#, members from v$log;
    
        GROUP#    MEMBERS
    ---------- ----------
             1          1
             2          1
             3          1
    
    SQL> select group#, member from v$logfile;
    
        GROUP# MEMBER
    ---------- --------------------------------------------------
             1 /u01/app/oracle/oradata/db1/redo01.log
             2 /u01/app/oracle/oradata/db1/redo02.log
             3 /u01/app/oracle/oradata/db1/redo03.log
    
    SQL> alter database add logfile member '/u01/app/oracle/oradata/db1/redo01_2.log' to group 1;
    
    Database altered.
    
    SQL> alter database add logfile member '/u01/app/oracle/oradata/db1/redo02_2.log' to group 2;
    
    Database altered.
    
    SQL> alter database add logfile member '/u01/app/oracle/oradata/db1/redo03_2.log' to group 3;
    
    Database altered.
    

    Duplex redolog

    SQL> select group#, members from v$log;
    
        GROUP#    MEMBERS
    ---------- ----------
             1          2
             2          2
             3          2
    
    SQL> select group#, member from v$logfile;
    
        GROUP# MEMBER
    ---------- --------------------------------------------------
             1 /u01/app/oracle/oradata/db1/redo01.log
             2 /u01/app/oracle/oradata/db1/redo02.log
             3 /u01/app/oracle/oradata/db1/redo03.log
             1 /u01/app/oracle/oradata/db1/redo01_2.log
             2 /u01/app/oracle/oradata/db1/redo02_2.log
             3 /u01/app/oracle/oradata/db1/redo03_2.log
    
  • How to change the location of the redo log files... ?

    I want all my redo log files to be created in \u10 instead of/U01 current?
    How to do? NOARCHIVELOG mode database on Oracle 10 g R2.
    Thank you
    Smirh

    user517525 wrote:
    Thank you
    Smirh

    [Move Redo Log members | http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/onlineredo.htm#sthref951]

  • receive the following error code when searching for a piece of music I did several times without a music problem but have recently updated Firefax: Fatal error: Call to undefined function AmazonData() in/home/boss/public_html/mc on line 13

    I am in the page web http://www.songarea.com/ and after searching a piece of music, I get the following error message:
    "Fatal error: Call to undefined function AmazonData() in/home/boss/public_html/mc on line 13.
    I did this several times before without a problem, but have recently updated Firefox with the Skype add-on and wonder if the two things are related.

    URL of affected sites

    http://www.songarea.com/

    Hi John,.

    It is an error message from the web server providing this site. Specifically, it is something wrong with their PHP code.

    It is not browser specific and would go into another browser besides Firefox.

    You will need to contact the webmaster of this site to report this problem. A quick test does not show this problem, but you do not specify what search query, you tried:

    http://www.songarea.com/music-codes/test.html

  • After you download El Capitan, I received the following error message when you try to install: the drive is not formatted in MAC OS extended (journaled). Use disk utility to enable logging or reformat the disc. Can anyone help?

    After you download El Capitan, I received the following error message when you try to install: the drive is not formatted in MAC OS extended (journaled). Use disk utility to enable logging or reformat the disc. Can anyone help? (My disk utility shows that she in MAC OS extended (journaled) format.)

    It shows that it is Mac OS extended, not journaled. Click enable logging in the toolbar.

    The thing you read is if you format the drive using the RAID settings you have selected. You have to look at the bottom of the window where it shows the Format.

  • The installation of Service Pack 2 for Vista failed. I tried several times. Message reads "not successful." "Element not found". I click on the 'Détails' link and it shows the following error: ERROR_NOT_FOUND (0 x 80070490).

    The installation of Service Pack 2 for Vista failed. I tried several times. Message reads "not successful." "Element not found". I click on the 'Détails' link and it shows the following error: ERROR_NOT_FOUND (0 x 80070490). I tried in several ways through the links suggested to solve the problem and nothing has worked.


    I turned to the forums and I saw that many, many people have the same problem with Vista SP2 Upgrade. Microsoft and several of its Vista customers realized that Vista has a lot of problems, but people who have need of the service. Being able to download and install the SP2 can make Vista more stable, but I get the same message mentioned above, and so I am sure are a lot of other people who are trying to get Service Pack 2 integrated into Vista.

    0 X 80070490 - ERROR_NOT_FOUND
    Corrupted system file; You will need to perform an upgrade on the spot or reinstalling the operating system.

    The error you receive occurs if there is corruption in the manifest of component maintenance base.

    Ignore the title: the "Windows features" dialog box is empty in Windows 7 or Windows Vista, or you receive an error message that includes the following code when you try to use Windows Update: "0 x 80073712".
    http://support.Microsoft.com/kb/931712
    "Explains the SFC / Scannow.

    A repair install is the usual solution of SFC/scannow does not work.

    You receive an error code "0 x 80070490" when you use Microsoft Update or Windows Update Web sites to install updates
    http://support.Microsoft.com/kb/958044

    NB: If you have installed SP1 for Vistahttp://support.microsoft.com/kb/948537

    Step 7 (method for Windows Vista), the * UPGRADE option is not available because SP1 has been installed.

    Uninstall SP1

    See also:

    How to overcome error 0 x 80070490 when installing updates in Windows Vista/Server 2008
    http://blogs.msdn.com/andrekl/archive/2008/09/29/how-to-overcome-error-0x80070490-when-installing-updates-in-Windows-Vista-Server-2008.aspx

    TaurArian [MVP] 2005-2010 - Update Services

  • After a virus, I am unable to connect to the internet. Event log messages: the NetBios over TCP/IP service failed to start due to the following error...

    original title: NETBios TCPIP of missing in Device Manager

    I recently had to run two antivirus programs on an infected computer and am now unable to connect to the internet. When I went to the event viewer, I noticed the following error messages:

    Event type: error

    Event source: Service Control Manager

    Event category: no

    Event ID: 7000

    Date: 16/01/2012

    Time: 12:31:17

    User:                       N/A

    Computer: JARRIOUSSTUDIO

    Description:

    The NetBios over TCP/IP service failed to start due to the following error:

    The service cannot be started, either because it is disabled or because it has no enabled devices is associated to him.

    Event type: error

    Event source: Service Control Manager

    Event category: no

    Event ID: 7001

    Date: 16/01/2012

    Time: 12:31:17

    User:                       N/A

    Computer: JARRIOUSSTUDIO

    Description:

    The DHCP Client service depends on the NetBios over TCP/IP service which failed to start because of the following error:

    The service cannot be started, either because it is disabled or because it has no enabled devices is associated to him.

    Event type: error

    Event source: Service Control Manager

    Event category: no

    Event ID: 7001

    Date: 16/01/2012

    Time: 13:32:01

    User:                       N/A

    Computer: JARRIOUSSTUDIO

    Description:

    The DHCP Client service depends on the NetBios over TCP/IP service which failed to start because of the following error:

    A device attached to the system does not work.

    Event type: error

    Event source: Service Control Manager

    Event category: no

    Event ID: 7001

    Date: 16/01/2012

    Time: 13:32:01

    User:                       N/A

    Computer: JARRIOUSSTUDIO

    Description:

    The helpdesk TCP/IP NetBIOS depends on the NetBios over TCP/IP service which failed to start because of the following error:

    A device attached to the system does not work.

    When I look in the Drivers folder, I see netbt, but devices & Non Plug and Play Devices, of TCPIP NETBios is not listed in Manager.

    Hi Diddy Dell,

    Follow these methods.

    Method 1: Performs a search using the Microsoft safety scanner.

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    Note: The data files that are infected must be cleaned only by removing the file completely, which means that there is a risk of data loss.

    Method 2: Follow these steps:

    Step 1: Start the computer in safe mode with network and check if the problem persists.

    A description of the options to start in Windows XP Mode

    http://support.Microsoft.com/kb/315222

    Step 2: If the problem does not persist in SafeMode with network, perform a clean boot to see if there is a software conflict as the clean boot helps eliminate software conflicts.

    How to configure Windows XP to start in a "clean boot" State

    http://support.Microsoft.com/kb/310353

    Note: After completing the steps in the clean boot troubleshooting, follow the section How to configure Windows to use a Normal startup state of the link to return the computer to a Normal startupmode.

    After the clean boot used to resolve the problem, you can follow these steps to configure Windows XP to start normally.

    (a) click Start, run.

    (b) type msconfigand click OK.

    (c) the System Configuration Utility dialog box appears.

    (d) click the general tab, click Normal startup - load all services and device drivers and then click OK.

    (e) when you are prompted, click on restart to restart the computer.

    Method 3: Follow the steps in the article.

    How to reset the Protocol Internet (TCP/IP)

    http://support.Microsoft.com/kb/299357

    Windows wireless and wired network connection problems

    http://Windows.Microsoft.com/en-us/Windows/help/wired-and-wireless-network-connection-problems-in-Windows

  • Almost every time that I do a right-click to display a menu to do something such as delete or copy, the following error message appears: program internal error:.\Src\IntegrationToolsHolder.cpp,21

    Original title: internal program Errror

    I use XP Professional 32-bit.

    Almost every time that I do a right-click to display a menu of something for example delete or copy, you receive the following error message.

    Program internal error:.\Src\IntegrationToolsHolder.cpp,21
    If I click OK on the error message, it goes & I can then right click New & the appropriate menu appears and works correctly.
    Any ideas, please, as to what is the cause?
    Kind regards

    I told you I want to talk to you soon as you try these things.

    How to boot in Safe Mode and Clean worked for you?  Not at all useful?

    You said about this 2 weeks ago?

    Yet once, I fell in this place and the time and effort wasted because MS Answers forums invite to no system information when a new question is asked - but I digress.

    Update of security 908513 is included in Service Pack 3 update.

    Since forums MS Answers asks you any information from system when a new question is asked, we don't even know what Service Pack you have.  If you have SP3, you already have the update.  Two weeks and we don't know what is your Service Pack, what is your antivirus/antimalware environment...  We know that you have XP Pro 32-bit however.

    What you're likely to have is an extension of the Explorer Shell with a malfunction, and you can usually understand as follows:

    When the Windows Explorer (not Internet Explorer) is wrong (especially when right click), begin to suspect third-party add-ons explore extension.

    Those who would be the Explorer extensions that do not belong to Microsoft.  This means that extensions that you have added.  Solution Explorer extensions are generally well and installation of certain applications will install extensions from Explorer solutions for you, give you a choice and sometimes they can be added without your knowledge when you install the new software.

    Solution Explorer extensions are sometimes added as a new right-click option, you see on folders and files (like the scan of this file, open that file, play this song).

    If there is something in particular that you do during exploration that you know will be the cause of the problem, which will help focus on the problem and the help that you suddenly know, when you have found and corrected.  If you can get there when you want it, make an adjustment and then there is no message the next time you don't do anything, you do, you have found and corrected.

    If you can really achieve almost everytime you do a right-click and choose something like delete or copy, you're well on your way to understand.

    First of all you need a way to see what modules explore you have installed now and a way to turn them off (not uninstall them) so you can understand that we are at the origin of the problem.  You can have a lot of extensions not installed Microsoft don't even know you about.

    Download ShellExView here to see what Explorer extensions you have loaded:

    http://www.NirSoft.NET/utils/shexview.html

    ShellExView does not install anything on your computer, simply of runs and displays.

    After launching ShellExView, under Options, choose "Mark non-Microsoft Extensions" and extensions not Microsoft will be pink, clear, but on some systems which is a difficult color to see, so click on display, choose the columns and move the column Microsoft closer to the top, so you can see on your screen without having to scroll left and right.

    Click on the column header for Microsoft sort display (by clicking on the column of Microsoft) then all the non Microsoft extensions are on top and easy to see.

    Non-Microsoft extensions would be things you have added (non-Microsoft) and are what you should be suspect.

    You can also Google the name of a suspect add-on and see if there is any success about the errors with the extension and to what other people have done on it... Maybe just to get an update of the program that adds the suspicious extension.

    You can Google something like:

    Explorer XP crashing

    (you must complete your suspect on behalf of add on)

    See what kind of search results hits you get and are looking for solutions or situations that sound like yours.

    I'm not a defender of trial and error, but I can't think of another way to do...

    Right click and disable the extensions one at a time non-Microsoft keep a list so you can enable them again later if you wish. The result of the change is immediate and no reboot is necessary.  Test your failure condition.

    If you recognize all the extensions that have been added or recently downloaded, start with these first.

    Disabling the extension does not uninstall the extension - it is just disabled.

    Disable them one at a time until your right click on do not generate an error, then restart and test again.  You have disabled the last extension would be suspicious.

    You can also just disable all non-Microsoft extensions, restart and allow them one at a time until you find the one that generates the condition.

    The hope is that you will find an extension that caused the error, and then you can figure out what on this subject - either uninstall it or see if you can get an update of the author of the extension of their web page.

    I have not your problem, but I can when you toggle extensions, the extension is immediately turned off, to disable an extension does not require a restart, but if you find the problem, I reboot and retest in all cases to be sure that the problem has disappeared.

    If you post your non-Microsoft extensions list, maybe someone will recognize it as a potential problem.

    If you find the offending extension that's the problem, please let us know what it is that I can add to my list.

  • Every time I close my laptop and he goes to sleep, when I reopen it the lid it restarts and I get the following error.

    Hello

    Every time I close my laptop and he goes to sleep, when I reopen it the lid it restarts and I get the following error. Can you please help? Thank you!!!

    Signature of the problem:
    Problem event name: BlueScreen
    OS version: 6.1.7601.2.1.0.768.3
    Locale ID: 1033

    More information about the problem:
    BCCode: 9f
    BCP1: 0000000000000003
    BCP2: FFFFFA8004AC8A10
    BCP3: FFFFF80004053518
    BCP4: FFFFFA8009274DC0
    OS version: 6_1_7601
    Service Pack: 1_0
    Product: 768_1

    Files helping to describe the problem:
    C:\WINDOWS\Minidump\092812-30045-01.dmp
    C:\Users\Kevins\AppData\Local\Temp\WER-78078-0.SysData.XML

    The minidump files showed a DRIVER_POWER_STATE_FAILURE (9f) persistent stop error that seems to be caused by the Netwsw00.sys:

    BUCKET_ID: X64_0x9F_3_Netwsw00_IMAGE_pci.sys

    The Netwsw00.sys, which is dated March 12, 2012 is a driver for Intel wireless network adapter.

    Even if it's a fairly recent version of the driver I would suggest trying the following update utility from Intel and of whether there is a newer version available and, if so, install the:

    http://www.Intel.com/p/en_US/support/detect?IID=dc_iduu

Maybe you are looking for