How to specify the size of the logfile when adding a member.

Hi all

I am in the process of upgrading Oracle 9.0 10.1.

I'm following upgrad manual process. In accordance with the recommendation of the information pre-upgrade script, I need to recreate the redo log files.
Log files: [making adjustments in the current environment]
----------------------------------------------------
-> E:\ORACLE\ORADATA\PRODB229\REDO03. JOURNAL
... status = 'INACTIVE', group #= '1 '.
... current size = "1024" KB
... proposed the new size = "10" MB
-> E:\ORACLE\ORADATA\PRODB229\REDO02. JOURNAL
... status = 'INACTIVE', group #= '2 '.
... current size = "1024" KB
... proposed the new size = "10" MB
-> E:\ORACLE\ORADATA\PRODB229\REDO01. JOURNAL
... status = "CURRENT", group #= '3 '.
... current size = "1024" KB
... proposed the new size = "10" MB
WARNING: one or more log files is less than 4 MB.
Create additional logs greater than 4 MB, the smaller drag, then
Update.
I can add member of restitution by the below command, but not able to specicy the size as 10 M. I did some searching on Google but no luck with that...

SQL > ALTER DATABASE ADD LOGFILE MEMBER "E:\oracle\oradata\prodb229\REDO01.rdo" T
GROUP 1;

but it fails

ALTER DATABASE ADD LOGFILE MEMBER 'E:\oracle\oradata\prodb229\REDO01.rdo' TO GROUP 2 SIZE 10 M;


*
ERROR on line 1:
ORA-00933: SQL not correctly completed command.


~ Thnx

If you add a log file to an existing group, you cannot specify the size of this file.

http://download.Oracle.com/docs/CD/B19306_01/server.102/b14200/statements_1004.htm#i2079942


LOGFILE MEMBER ADD clause [STANDBY] use the ADD LOGFILE MEMBER clause to add new members to groups existing redo log file. Each new Member is specified by "filename". If the file already exists, it must be the same size as the other members of the group, and you must specify the REUSE. If the file does not exist, the Oracle database creates a file of the correct size. You cannot add a member to a group if all members of the group have been lost by the failure of a support.

Tags: Database

Similar Questions

  • How to specify the custom application BB10 WebWorks category

    How to specify the custom in BB10 WebWorks app category. If tried, but it seems that this does not work for me. What shoul I do it.

    Hello.

    I think the element of config.xml standard tag would be the rim: category, as in the example of documentation:

    
    

    but it seems not be supported yet for BB10. You can ask a question to the github repo, I think that the BB10 Packer must be at the right place.

  • How to specify the 'static' or 'dynamic' text in Flash CS5?

    Hmmm. things have moved in the CS5 version! How to specify the text 'static' or 'dynamic '? Can't find the selection in the Properties palette.

    Thank you-

    Should be right at the top of the properties panel. First, make sure you select your text box. In addition, change TLF text in classic text.

  • How to specify the color for LR space?

    How to specify the color for LR space?

    chlonini said:

    How to specify the color for LR space?

    LR only uses the ProPhoto RGB color space. You cannot specify any other

    color space (work). When you export pictures, you can specify a

    different color space to convert. Or if you use an external editor.

    You can choose what color space to send to the external editor.

  • How to specify the instance in SQL * more command line?

    Hello

    I'm learning to Oracle. I currently have 2 instances of database running. I wanted to connect to one of the bodies and used the following command from the command line:
    sqlplus system as sysdba/abc123@ocp11gsid
    
    where 1234 is the password for the system user in the ocp11gsys instance.
    When I run the command above, SQL * more ask me the password. I do not understand why he asks me the password because I provided on the command line.

    What is the correct command line, so he asks me the password? (without defining the variable ORACLE_SID of environment - basically, I want to know how to specify the user, his password and sid, all in the sqlplus command line, without being prompted to enter the password that I mentioned.)

    Thank you for your help,

    John.

    John,

    This is how it works.

    E:\Documents and Settings\aristadba>sqlplus system/oracle as sysdba
    
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Aug 2 22:49:25 2010
    
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL>
    

    And now it ask the password,

    E:\Documents and Settings\aristadba>sqlplus system as sysdba/oracle
    
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Aug 2 22:50:42 2010
    
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    
    Enter password:
    
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL>
    

    Spot the difference?

    The user name and password must unite. What you are to provide the password with the role where it will not be considered.

    Update
    I missed that part,

    What is the correct command line, so he asks me the password? (without defining the variable ORACLE_SID of environment - basically, I want to know how to specify the user, his password and sid, all in the sqlplus command line, without being prompted to enter the password that I mentioned.)

    The only thing that you can specify is the user name and password. The SID must be defined by you, either explicitly using the export or oraenv command if you are on the local system and do not use the TNS to connect to the instance. If you use the TNS, then an appropriate entry should be there which would connect to the required database.

    HTH
    Aman...

    Published by: Aman... on August 2, 2010 22:54

  • How to specify the tablespace for a India primary key in create table statement

    How to specify the storage space for a primary key index in a create table statement?
    Does the following statement is true?
    CREATE TABLE 'GPS'||TO_CHAR(SYSDATE+1,'YYYYMMDD')
                ("ID" NUMBER(10,0) NOT NULL ENABLE, 
                "IP_ADDRESS" VARCHAR2(32 BYTE), 
                "EQUIPMENT_ID" VARCHAR2(32 BYTE), 
                "PACKET_DT" DATE, 
                "PACKET" VARCHAR2(255 BYTE), 
                "PACKET_FORMAT" VARCHAR2(32 BYTE), 
                "SAVED_TIME" DATE DEFAULT CURRENT_TIMESTAMP, 
                 CONSTRAINT "UDP_LOG_PK" PRIMARY KEY ("ID") TABLESPACE "INDEX_DATA"
                 )            
                 TABLESPACE "SBM_DATA";   
    Thank you

    Published by: qkc November 9, 2009 13:42

    As orafad noted, you can use the documentation using ESCALATION clause, i.e.

    SQL> ed
    Wrote file afiedt.buf
    
      1  CREATE TABLE GPS
      2              ("ID" NUMBER(10,0) NOT NULL ENABLE,
      3              "IP_ADDRESS" VARCHAR2(32 BYTE),
      4              "EQUIPMENT_ID" VARCHAR2(32 BYTE),
      5              "PACKET_DT" DATE,
      6              "PACKET" VARCHAR2(255 BYTE),
      7              "PACKET_FORMAT" VARCHAR2(32 BYTE),
      8              "SAVED_TIME" DATE DEFAULT CURRENT_TIMESTAMP,
      9               CONSTRAINT "UDP_LOG_PK" PRIMARY KEY ("ID") USING INDEX TABLESP
    ACE "USERS"
     10               )
     11*              TABLESPACE "USERS"
    SQL> /
    
    Table created.
    

    Justin

  • My Dungeon AT100 flashing (gel) / how to enlarge the fonts when browsing

    I tried to disable my Tablet (AT100), but he keep re-reading as 'opening line of light sparkles' and then a 'flash '. He continues by doing this.

    I tried to turn if off, but I can't.

    I tried to recharge the battery, but there is nothing to change.

    I had to wait for these to be repeated until all batteries are brains.

    Why would this happen? What's wrong?

    What can I do, when this happen? Reboot? but I can't find those restart button (as these mini button that allows you to push a pencil point)

    ~*~*~*~*~*~*~*~*~*~*~*~
    How to enlarge the fonts when I'm surfing the internet?

    Thank you.

    Post edited by: ec

    Hello

    I think the sparks of light line is a background image possibly the Android system crashed I think you should start in safe mode.
    How?

    1. press the power button and quickly press and hold the Volume button down.
    2. continue to press the Volume button down until you enter secure Mode

    Now you can perform factory reset data as below:
    Tap applications > settings > privacy > data reset > Reset tablet > clear all.
    Factory data collection will be

  • How to set the title when using InvokeManager (MediaPlayer)

    Hi Im using InvokeManager to play the video file (Media Player)

    How to change the title when media player to play the video (above)-> it by default uses the name of the file being played

    but I want to change this

    How to do this?

    Thank you

    Try this

    InvokeManager * invokeManager = new InvokeManager();
    InvokeRequest cardRequest;
    cardRequest.setTarget ("sys.mediaplayer.previewer");
    cardRequest.setAction ("bb.action.OPEN");
    cardRequest.setUri ("* video url *");
                QVariantMap map;
    Map.Insert ("contentTitle", "My title");
    QByteArray requestData = bb:psObject::encode (map, NULL);
    cardRequest.setData (requestData);
    Response InvokeTargetReply * = invokeManager-> invoke (cardRequest);

    Note: Mark your post as solved, if this solves your problem

  • does anyone know how to number the photos when they are exported so someone can choose the peak of number

    Anyone know how to number the photos when they are exported from LR, so someone can choose the photo they like with a number

    Sorry took with the last answer.

    More simple form used something like-Sequence_Filename number suffix

    If an image as _ABC0987.nef will become 0001_0987.nef and 0002_0988.nef, etc.

    Ask your customer to give you the full file name. The suffix indicates the original file.

    (I hope that you only need to search in a folder and do not have a bunch of images named the same that would cause problems!)

  • How to display the ToolTip when the input text is disable

    How to display the ToolTip when the input text is disable?

    Just checked in FF and IE11, works fine for me (jdev 12.1.3)

    
          
    
    

    Dario

  • How to generate the alert when pageitem move on the page? and what class boss be use to move pageitem

    How to generate the alert when pageitem move on the page? and what class boss be use to move pageitem

    Hi Philippe,.

    You can see the kDocBoss for the ClassID with the PMIID IID_ITRANSFORM_DOCUMENT kLocationChangedMessage.

    Markus

  • Anyone know how to solve the problem, when he says scratch disk is full?

    Anyone know how to solve the problem, when he says scratch disk is full? don't do anything :/

    Go to Edition > purge > all

    This will clear all of your history and Clipboard, thus freeing the scratch disk space.

  • Why the font size is so great when adding text to the photo in high resolution?

    Why the font size is so great when adding text to the photo in high resolution?

    Font size is usually determined by the size in points. 72 points equal to 1 inch. the size is independent of the size of your actual file. You might have a file that is located at 72 dpi, which is set to a 5 X 7 "and the police would be the size even if it is a 1200 dpi image 5 X 7.

  • How to specify the font type and size (in points)

    I often cut and paste from Word, Excel, or web pages in e-mail messages in TB. TB often done strange things, which the text is copied in it, making the text bigger or smaller and I can't understand how to change it. While I understand how to change the font (through Format |) (Police), the resize options are limited to the x-small, small, medium, etc. (Screen attached). My goal is to have the text I copy matches the size and font that I use to compose the rest of the email, but I find it almost impossible to do when my only options for size are x-small, small, medium, etc. Any suggestions?

    I suggest you paste by using 'paste unformatted' (ctrl + shift + v, or in the edit, or on the context menu) to make any case adopts and adapts to the development shaped by default resident.

    Use of the stationery add-on would allow you to define your styles in points, but I think it's misplaced effort. You have no say in what your correspondents to view your messages, what personal preferences that they apply or what limits their devices assert. Try to fix it with explicit sizes is ultimately useless to your correspondents. 'Medium' means that they see the message to the size that they want, not what you inflict on them.

  • How to specify the sampling frequency? Must use "measurement & Automation Explorer '?

    I use to measure the input current analog OR cDAQ-9171 (chassis only location USB) and NOR-9207. I have 2010 NOR-installed DAQmx and LabVIEW.

    How can I specify the sampling frequency?

    If I use M & A Explorer to create the task, I can specify the flow rate (Hz) on the Configuration tab-> sync settings.

    For the acquisition of data NOR, it is mandatory to use M & A exploring?

    If I don't want to use M & A Explorer, how can I specify the rate (Hz)?

    Hello

    You can specify the sampling frequency with "DAQmx Timing.vi" located in the function palette DAQmx (read context-sensitive help on how to use wisely).

    You do not have to use M & A exploring (MAX) to create a task.

    A simple and quick way is to use DAQ Assistant (same configuration as in MAX) to configure your measurement.

    Another is to use blocks of DAQmx function to manually build your application code.

    In my experience Assistant DAQ is ideal for simple tasks (one measure), with regard to the more complex measures (synchronized the analog and digital inputs).

    I tend to use function blocks because they give you more freedom about code execution.

    Note: You can also build DAQmx code from a wizard configured DAQ task.

    Best regards

    Matej

Maybe you are looking for

  • NB200-10Z - Webcam graphic render fail

    I searched on google, there are huge articles on this camera problem: graphic Reder fail, happened when using SOFTWEAR ASSISTANT CAMERA, which means the build in camera is not working! My model is Toshiba Netbook NB200-10Z. I tried the solution that

  • RAM & Graphics upgrade Satellite S2450-S203 Is It possible?

    Hi, first of all, I don't absolutely know nothing about the inside of a laptop.I get conflicting advice from resellers of memory. Some say I can spend current 512 MB(2x256mb configuration at present) to 768 MB (512 MB + 256 MB), a configuration 2 x 5

  • How to read the additional results of each step of the sequence of my main in LabVIEW?

    I'm working on the creation of stylesheets for TestStand reports. I do this by allowing the user to select additional results in every step she wants to see in the report in a LabVIEW edit stage. I can read the names of each stage, like in the pictur

  • Error 646, updates do not install

    The update continues to tell me I have 9 new updates to install, but everytime I go to install, they do NOT. Here is information about each update. These updates started fails on 10/18/2009 and have continued to do so. I would really like to know wht

  • Windows Live Hotmail does not recognize identity POP3 for mail sent

    I used to receive transferred messages from an Outlook Express e-mail account. Since February, no email was sent.  I get the message that POP3 does not recognize my identity. I tried to change the information, but to no avail. What's past and how to