DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Adding logfile group in ASM

  1. #1
    Join Date
    Sep 2006
    Posts
    114

    Adding logfile group in ASM

    10G:
    SQL> select * from v$logfile;
    GROUP# STATUS TYPE MEMBER
    ---------- ------- ------- ------------------------------------------------
    3 ONLINE C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\REDO03.LOG
    2 ONLINE C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\REDO02.LOG

    I have already created ASM instance and mount diskgroups
    and now i want to create a logfile group using ASM storage by using the followings

    SQL>alter database add logfile group 1
    members "+DGROUP1\REDO01.LOG" size 100m

    ERROR at line 2:
    ORA-00933: SQL command not properly ended

    alter database add logfile group 1
    members "+DGROUP1/logfiles/REDO1.ORA" size 10m

    ERROR at line 2:
    ORA-00933: SQL command not properly ended

    Can anybody help me in this regard?
    thanx in advance

  2. #2
    Join Date
    May 2001
    Location
    Maryland, USA
    Posts
    409
    Can you try with single quotes?
    -- Dilip

  3. #3
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    you are missing a semi colon

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width