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

Thread: recreate new control file.

Threaded View

  1. #6
    Join Date
    Jan 2007
    Posts
    231
    Here is the trace file.

    CREATE CONTROLFILE DATABASE "TEST" NORESETLOGS
    MAXLOGFILES 50
    MAXLOGMEMBERS 5
    MAXDATAFILES 100
    MAXINSTANCES 1
    MAXLOGHISTORY 113
    LOGFILE
    GROUP 1 ' f:\oracle\oradata\test\redo01.log ' SIZE 100M,
    GROUP 2 ' f:\oracle\oradata\test\redo02.log ' SIZE 100M,
    GROUP 3 ' f:\oracle\oradata\test\redo03.log ' SIZE 100M

    DATAFILE
    ' f:\oracle\oradata\test\system01.dbf',
    ' f:\oracle\oradata\test\undotbs.dbf',
    ' f:\oracle\oradata\test\drsys01.dbf',
    ' f:\oracle\oradata\test\example01.dbf',
    ' f:\oracle\oradata\test\indx01.dbf',
    ' f:\oracle\oradata\test\odm01.dbf',
    ' f:\oracle\oradata\test\tools01.dbf',
    ' f:\oracle\oradata\test\users01.dbf',
    ' f:\oracle\oradata\test\xdb01.dbf',
    ' f:\oracle\oradata\test\.dbf',
    ' f:\oracle\oradata\test\mca01.dbf'
    CHARACTER SET WE8ISO8859P1
    ;

    So i have missed set word.ok.. why it shows other error.
    Last edited by ams-jamali; 03-22-2007 at 08:16 AM. Reason: to increase details

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