Not able to add new log file to the 11g database.

Hi DBA's
I am not able to add the log file i am getting error while adding the database.
SQL> alter database add logfile group 3 ('/oracle/DEV/db/apps_st/data/log03a.dbf','/oracle/DEV/db/apps_st/data/log03a.dbf') size 50m reuse;
alter database add logfile group 3 ('/oracle/DEV/db/apps_st/data/log03a.dbf','/oracle/DEV/db/apps_st/data/log03a.dbf') size 50m reuse
ERROR at line 1:
ORA-01505: error in adding log files
ORA-01577: cannot add log file '/oracle/DEV/db/apps_st/data/log03a.dbf' - file
already part of database
SQL> select a.group#, member, a.status from v$log a, v$logfile b where a.group# = b.group# order by 1;
GROUP# MEMBER STATUS
1 /oracle/DEV/db/apps_st/data/log01a.dbf ACTIVE
1 /oracle/DEV/db/apps_st/data/log01b.dbf ACTIVE
2 /oracle/DEV/db/apps_st/data/log02a.dbf CURRENT
2 /oracle/DEV/db/apps_st/data/log02b.dbf CURRENT
Kindly help me to add the new log file to my database.
Thanks,
SG

Hi Sawwan,
V$LOGMEMBER was written in the document,
I query the log members as bellow
1)select a.group#, member, a.status from v$log a, v$logfile b where a.group# = b.group# order by 1;
GROUP# MEMBER STATUS
1 /oracle/DEV/db/apps_st/data/log01a.dbf INACTIVE
1 /oracle/DEV/db/apps_st/data/log01b.dbf INACTIVE
2 /oracle/DEV/db/apps_st/data/log02a.dbf CURRENT
2 /oracle/DEV/db/apps_st/data/log02b.dbf CURRENT
2)SQL> select group#,member,status from v$logfile;
GROUP# MEMBER STATUS
2 /oracle/DEV/db/apps_st/data/log02a.dbf
2 /oracle/DEV/db/apps_st/data/log02b.dbf
1 /oracle/DEV/db/apps_st/data/log01a.dbf
1 /oracle/DEV/db/apps_st/data/log01b.dbf
But i am littile bit confused that there is no group or datafile called " Group 3 and log03a.dbf" as per the above query, how can i drop tease group and datafile.
and i crossverified in the data top the files are exist or not but those are not existing. but still i am getting the same error that i can't create that already exist.
can issue the bellow queris to drop those group which i dont think so it will exist?
SQL>alter database drop logfile group 3;
Thanks in advance.
Regards,
SG

Similar Messages

  • Not Able to add new index file

    I have directory as 'A' and i added new file in A as index.php and trying to commit, it not accepting the index file only

    What do you mean with "it not acception the index file only"? What happens if you add index.php?

  • Not able to add an excel file as data source to create new values in the mapped domain

    Hi
    I am trying to use some sample data from an Excel file to improve the quality of a Knowledge Base I have created in the Data Quality Client. I followed the following steps:
    Knowledge Discovery
    Data Source: Excel File
    Browsed to the Excel File on my local drive.
    I'm getting the following error: Failed reading Excel File
    I have checked the security settings, and provided full control to the user. I'm not sure as to what is the issue here. I
    am totally new in this field and with my little knowledge trying to build a Knowledge Base. But the hurdle stopped me.
    Thanks in Advance

    Hi
    You can add a  Excel file as the data source for a universe,  below are the steps.
    Ensure that the following steps are done before inserting a table from Excel sheet into a universe.
    1. Go to Excel and highlight all the cells that you want in the same table.
    2. Go to the Name box from Insert->Name->Define and give a name (in Designer, you see this name as a table of all the values you have selected).
    3. Go to Designer and pop up the table browser. You have to drag and drop the name you gave.
    and check the SP of ur BO.
    you can use .xls file as datasource but you cannot use .xlsx(windows 2007) .
    Regards,
    Rajesh

  • Not able to add new fields in Content cube

    Hi all
    I think I had this post earlier too, but I haven't been able to add new fields in a Business content cube. I added them in the cube but I am not sure how to update the datasource, infosource, update rule etc. in proper manner.
    Please write me the details or send me in my email at
    [email protected] , I would be so happy for your help.
    Thank you in Advance.
    Sajita

    Roberto;
    I am doing the third options. feeding data from source system and I tried to add them into the infosource it didn't work. In this case, do you think I need to update the data sourece too, if so how do I do that it's function module. data source I am using is '0ME_ISM_AM_REV_1'. So please give me some more details. Thank you.
    Sajita

  • Not able to create New Transformation file in BPC

    I am getting error in BPC 10.0 when creating new transformation file from the EPM tab in Excel.
    When i click on create New transformation then some garbage value appear on the Excel cells. Problem with Authorization is not the case as i have checked all the authorizations in BI and BPC.
    Attached is the screen shot of the same.

    Hello Nidheesh,
    Can you check in UJFS Tcode whether you have file named newconversiontable.xlt and newtransformation.xlt in \ROOT\WEBFOLDERS\ADMINTEMPLATES.
    Also can you check the Language settings of yours in Excel Option
    Regards
    Bhagyesh Ravange

  • How do I setup RMAN not to delete archive log files on the source database so GoldenGate can process DDL/DML changes?

    I want to setup RMAN not to delete any archive log files that will be used by GoldenGate.   Once GoldenGate is completed with the archive log file, the archive log file can be backup and deleted by RMAN.   It's my understanding that I can issue the following command "REGISTER EXTRACT <ext_name>, LOGRETENTION" to enable to functionally.   Is this the only thing I need to do to execute to enable this functionally?

    Hello,
    Yes this is the rigth way  using clasic capture.
    Using the command : REGISTER EXTRACT Extract_name LOGRETENTION.
    Create a Oracle Streams Group Capture (Artificial)  that prevent RMAN archive deletion if these are pending to process for Golden Gate capture process.
    You can see this integration doing a SELECT * FROM DBA_CAPTURE; after execute the register command.
    Then, when RMAN try to delete a archive file pending to process for GG this warning appear AT RMAN logs:
    Error:     RMAN 8317 (RMAN-08317 RMAN-8317)
    Text:     WARNING: archived log not deleted, needed for standby or upstream capture process.
    Then , this is a good manageability feature. I think is a 11.1 GG new feature.
    Tip. To avoid RMAN backup multiples times a archive pending to process, there is a option called BACKUP archivelog not backed 1 times.
    If you remove a Capture process that is registered with the database you need to use this comand to remove the streams capture group:
    unREGISTER EXTRACT extract_name LOGRETENTION;
    Then if you query dba_capture, the artificial Streams group is deleted.
    I hope help.
    Regards
    Arturo

  • Why am I not able to share new folio files?

    I have been able to share folio files just fine. Then last week, the folios were not downloading to the people i shared them with. Also, when going into the folio producer app, the articles titles are there but the content does not show up. I am, however, able to download the folio to my ipad when I log in, although if I log in with the same credentials on a different ipad, nothing shows up. I am not sure what is happening here. I have updated to all of the latest folio tools and downloaded the newest content viewer and restarted the ipad. I have created the folio in cs5.5 and 6 and still nothing. The only unusual thing that I am doing is making my files large for Retina, but my complete folio is only about 100 mb. This seems to have started right after the recent folio tools update in june. any help would greatly be appreciated as I am working for an extremely large client.
    cheers

    Create a new folio with the same files but do so at 1024x768 and let us know if that works.
    BTW, are the files 2048x1536? That's not recommended...use 1024x768 and set the folio to 2048x1536.
    Bob

  • Not able to connect user/password@sid in oacle 11g database

    Hi,
    we are able to connect scott/<pwasd> but not with scott/<pwasd>@testdb in oracle 11g database.
    could you please suggest what to be done..
    when we do tnsping testdb, it shows it is success but does not shows in lsnrctl status listener2 output.
    SQL> conn scott/tiger
    Connected.
    SQL> conn scott/tiger@testdb
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    Warning: You are no longer connected to ORACLE.
    SQL>
    please tell me list of steps to be done to solve this issue. thanks a lot in advance.

    yes, but we have edidted tnsnames.ora file..
    testdb=
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = tcp)(HOST = 129.186.108.472)(PORT = 1522))
    (CONNECT_DATA =
    (SERVICE_NAME = testdb.sys18.west.nl)
    )

  • IE Browser not able to display a PDF file within the Browser window ...

    Hello acrobat experts!
    I'm now writing a plugin for the acrobat. According to my customer requirements, the pdf file is expected to be displayed within the MS IE
    browser widows. It worked within adobe Reader and Acrobat 7.0.x.
    Now I wanted to test my plugin against version adobe Reader and Acrobat
    8.0, 8.1.0, 8.1.1. Unfortunately, I got a strange behavior: pdf files are
    being diplayed in seperate windows, i.e. the IE browser window is empty
    and white blanked!
    - (Un)check "Display PDF in browser" option and close the window
    didn't help!
    - I tried also to upgrade gradually and after each upgrade checked if the
    problem persists --> I had the same behavoir after each update:
    7.0.5 -> 8.0; 8.0 --> 8.1.0; 8.1.0 --> 8.1.1
    - In some google - forums I found out that the following DLL's may be
    missing:
    Acropdf.dll, Acroiehelper.dll,Gbdetect.dll and Pdfshell.dll
    i got these dll's, put them into the activeX directory, but still I
    have the same problem
    You guys, do you have useful links / tips for me? Is this a known bug
    in the acrobat / Reader 8.0, 8.1.0, 8.1.1?
    By the it works fine within firefox!
    Further info about user SW versions:
    IE browser version 6.0 SP2, Windows XP SP2
    Thanks a lot in advance for your help
    Caleb

    thanks for the quick feedback-
    no, because my customer is using the IE 6. According to the system
    requirements all these Acrobat/Reader versions should also run
    properly under IE 6 http://www.adobe.com/support/downloads/detail.jsp?ftpID=3796
    I have a look in IE >> manage- add-ons and got the following Add-ons
    for adobe
    - Adobe PDF
    - Adobe PDF Conversion Tool helper
    both are enabled!
    Do I need more?
    can u pls check, if u have the following ddl's in the adobe home dir:
    Acropdf.dll, Acroiehelper.dll,Gbdetect.dll and Pdfshell.dll
    Thanks
    Caleb

  • Not able to add/delete a device in the portal

    Hi,
    I got a new device from Apple, as my old Iphone 5 had a hardware defect.
    Now I wanted to add the device in the portal, but after clicking on continue, I see "loading" all the time and nothing is happening anymore.
    So I tried to delete my "old" one and getting an apache error..
    Or is it just a temporary problem?
    Any idea how to add the device in another way?
    Cheers,
    brasax

    In the past it was working with Chrome.
    Anyway, now I know it..
    Any tips for the "activation problem"?

  • We have migrated data from virsa 4.0 to grc 10.1, all virsa mitigation approvers and controllers got migrated but we are not able to map new mitigation approver and controller to the mitigation ids.

    Hello All,
    We have migrated data from virsa 4.0 to grc 10.1, all virsa mitigation
    approvers and controllers got migrated but we are not able to map new
    mitigation approver and controller to the mitigation ids.
    The steps we have done below.
    1. We have created user id in su01 with necessary authorizations
    2. we have declared this user id in Access control owners as a
        mitigation approver and assigned to the organization unit
    Now we are trying to map to newly created mitigation approver to the
    mitigation id but we are not able to find that approver id for the mitigation ids. (only old mitigation ids came from VIRSA only we are able to see, not able to add new mitigation approvers / controllers to the mitigation ids)
    Kindly check this issue, this is very critical for us.
    Thanks in advance.
    Regards,
    Karunakar

    Hi Karunakar,
    - Assign Owners to Organization unit
    - Make these owners as Mitigation Approver and Monitor
    - Create Mitigation Id in this Org. unit
    Regards
    plaban

  • I have reset my Mac password, but still am not able to download new software due to unrecognized password!!

    Please help me reset my password to "set-up." I have already reset my Apple password, but am still not able to download new software.

    Are you the administrator on  the macbook and are you the only account? In system preferences-system accounts,. You have all the users for the macbook. At the top you have password and login. you should be in password. On the left is the accounts. You should click on the one that is the administrator account. On the right is a bar that says change password. You click on that. It will go to another screen wear you enter your old pasword and then you new password. Then verify, then add hint if you want . Then click change. Do you see a little box with a key in it beside the enter new passward, that is for keychain. Your admin. password and keychain passwords have to match. That lets you download and open accounts, do updates ect. Doing this way sets admin and keychain pasword. If you keychain password is different than you admin password, that will stop you from downloading new software. Go to apple -support and beside support in search type in KB/h1631 then hit return. That explains keychain an how to change it if you have to.

  • Not able to add or edit contacts (i OS 5)

    Since updating to iOS 5, I'm not able to add or edit contacts.  The plus and edit buttons are no longer visible?!  Anyone else having this issue? 

    Nevermind...I discovered I had to turn on contacts in iCloud.

  • Ever since downloading Itunes 11 I have not been able to add new cds to my library.  I keep getting a message that an error occured while converting the file.  An unknown error occured (-69).

    Ever since I downloaded Itunes 11 I have not been able to add new CDs to my library.  I keep getting this message: Error occured while converting the file "..." An uknown error occured (-69).

    Did you already try to restore your device? Restoring iPod to factory settings
    Other solutions for this errror are mentioned here: iTunes: Error 13019 during sync

  • Not able to add artwork to new movies added to libairy

    i updated to 11.1.1 and after adding a new movie to my libairy i am not able to add artwork like i used to
    its a MPEG 4

    Hi Murilo,
    Thanks for the reply. I have added the specific roles to app and because of some cache it was giving error in admin URL.
    Now, when I logged into launchpad I am getting "Failure - Unable to start App".
    Network element - error
    Gateway error log
    Regards,
    S.Srikanth

Maybe you are looking for