Moving Database files in 10.2.0.1

Does anyone know the easiest way to move an entire set of database files (control,datafiles,redo,archive,bdump,cdump,etc) from say the E: drive on a windows sever to an S: drive on a SAN that the instance can connect to?? The directory strcuture would remain the same just the volume name and physical disk would change.
I am assuming I could perform a cold backup of all the files over to the S: drive directory and then somehow perform a series of ALTER SYSTEM/DATABASE commands to rename and/or point to the new location correct? Can I do this with the TEMP, SYSAUX and SYSTEM datafiles? Probably involves changing init.ora parameters too.

The name of the datafile includes the Volume name so you cannot change the name dynamiccaly of the system tablespace as it cannot be taken offline...
look at the below link which will help you
Always backup the DB before and after the execercise....
Make sure to make changes in the init.ora to point the new direcory for archive log,controlfile,dump directories
http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96521/dfiles.htm#7622
Message was edited by:
Maran Viswarayar

Similar Messages

  • Moving 9.2.0.6 database files and redologs using dd command.

    Hi at all,
    I need to know if someone have take a cold copy of database (datafile and redologs) using dd unix command.
    The trouble is related to the value to assign to "bs" during dd.
    For datafile I know it has to do the same of block_size of tablespace. I'm not sure about the value to assign to "bs" for redologs.
    Any suggestions are appreciated.
    thank you in advance
    Adriano
    Ps. I'm moving the raw partitions of database files and redologs from HP-UX RISC 11.11 on SYMM8830 to HP-IA64 using lvm on HP XP24000 with veritas.
    Edited by: adriano.ba on Oct 17, 2008 12:23 PM

    Why copy the redo logs ? You would be shutting down the database before you run the "dd" to copy out datafiles. With a proper shutdown, if you copy datafiles after the shutdown, you don't need the redo logs.
    Recreate redo logs at the target location.
    You'd have to "simulate" an incomplete Recovery using "RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL " followed by "ALTER DATABASE OPEN RESETLOGS" so that Oracle allows you to do the RESETLOGS.
    Or Recreate the ControlFile with a RESETLOGS in the CREATE CONTROLFILE.

  • HELP: Moving the iTunes Music Database Files

    How can I move the two iTunes Music Database files into a folder that is not "my music" on Windows XP?
    The two files I'm refering to are:
    iTunes Music Database File (data file?)
    and
    iTunes Music Library (xml file)
    What I want to do is move these two files into the same folder where my iTunes library was moved to. I've been searching for a way to do this for a really long time and so far I've had no luck. The reason I want to do it is mainly because I don't like having to continually delete the "my music" folder every time I turn on iTunes or have to reload all my files into the library when iTunes remakes the folder in a folder I don't want it to be.
    Please help!!!

    Copy just the xml file to the folder you want, then goto iTunes and in the file menu select "Import" then Import the library xml file it should then create the data file in the same location.
    What you will basicly be doing is recreating the library file which is covered at apple here http://docs.info.apple.com/article.html?artnum=93313

  • Is there any way to use iPhoto without it moving my files?

    I tried to use iPhoto ONCE last yer when I bought my Mac Mini, and it moved all my photo files around as it pleased, is there any way to stop it fro moving my files? I like the folder/file structure I have given my pictures and I do not need to have that managed.
    At the moment I am using Picasa but I would like to know if it is possible to use iPhoto without it deciding what to do with my files.
    Thanks!

    No
    It is a SQL database and it must control its database - like any database program
    as long as you think of managing files rather than managing photos it is not the program for you - once you think of managing your photos then having the poser of a database for that will be obvious - if that is not what you want then do not use it
    BTW - iPhoto does not ever "move" your files - it makes a copy of each photo in its database and manages it there - your files are never touched
    LN

  • Standby database not configure while keep database files in different place

    Dear Friends ,
    I have to successfully configured "PHYSICAL STANDBY DATABASE" within the TWO databases ("PRIM" and "STAN" Database) when I kept datafile, controlfile and redolog files in the same location (like, "/u01/app/oracle/oradata/prim" location .
    In this successful configuration , I have to add the below two lines into the initprim.ora and initstan.ora both server respectively ...
    initprim.ora:
    ========
    DB_FILE_NAME_CONVERT='/u01/app/oracle/oradata/stan','/u01/app/oracle/oradata/prim'
    LOG_FILE_NAME_CONVERT='/u01/app/oracle/flash_recovery_area/stan','/u01/app/oracle/flash_recovery_area/prim'
    initstan.ora:
    ========
    DB_FILE_NAME_CONVERT='/u01/app/oracle/oradata/prim','/u01/app/oracle/oradata/stan'
    LOG_FILE_NAME_CONVERT='/u01/app/oracle/flash_recovery_area/prim','/u01/app/oracle/flash_recovery_area/stan'Now , in second scenario , I have to change Primary database server's datafile, controlfile and redolog file in the below folder :
    controlfile --> "/u01/app/oracle/oradata/prim/ctrlfile"
    redologfile --> "/u01/app/oracle/oradata/prim/redofile"
    datafile --> "/u01/app/oracle/oradata/prim/datafile"
    Similarly I have to create same folder in my STAN database server accordingly . and also add the above lines in same way :
    initprim.ora:
    ========
    DB_FILE_NAME_CONVERT='/u01/app/oracle/oradata/stan','/u01/app/oracle/oradata/prim'
    LOG_FILE_NAME_CONVERT='/u01/app/oracle/flash_recovery_area/stan','/u01/app/oracle/flash_recovery_area/prim'
    initstan.ora:
    ========
    DB_FILE_NAME_CONVERT='/u01/app/oracle/oradata/prim','/u01/app/oracle/oradata/stan'
    LOG_FILE_NAME_CONVERT='/u01/app/oracle/flash_recovery_area/prim','/u01/app/oracle/flash_recovery_area/stan'Keeping the above situation when I run the below command in STAN database server :
    [oracle@test ~]$ sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Nov 15 23:15:43 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> conn / as sysdba
    Connected to an idle instance.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area 599785472 bytes
    Fixed Size 1220772 bytes
    Variable Size 163581788 bytes
    Database Buffers 427819008 bytes
    Redo Buffers 7163904 bytes
    Database mounted.
    SQL> alter database recover managed standby database disconnect from session;
    Database altered.
    The Command execute successfully but in the alert log of the STAN database server ,I get the below error :
    Completed: alter database recover managed standby database disconnect from session
    Mon Nov 15 22:46:52 2010
    Clearing online redo logfile 1 complete
    Mon Nov 15 22:46:52 2010
    Errors in file /u01/app/oracle/admin/stan/bdump/stan_mrp0_3695.trc:
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1: '/u01/app/oracle/oradata/prim/redofile/redo02.log'
    ORA-27037: unable to obtain file status
    Linux Error: 2: No such file or directory
    Additional information: 3
    Mon Nov 15 22:46:52 2010
    Errors in file /u01/app/oracle/admin/stan/bdump/stan_mrp0_3695.trc:
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1: '/u01/app/oracle/oradata/prim/redofile/redo02.log'
    ORA-27037: unable to obtain file status
    Linux Error: 2: No such file or directory
    Additional information: 3But I already created the above mention folder "'/u01/app/oracle/oradata/prim/redofile" successfully and the redo log files are also created there successfully , but I cannot understand why this error is showed ? And also no archivelogs are shifted from PRIM database server to STAN database server .
    Would u plz suggest me , why I cannot configure Physical Standby Database when I keep my database fles in the separate location ?
    help me plz ... ...

    Hi,
    I'm missing the steps you took renaming/moving the files on the primary.
    Since the location of datafiles is stored in the control file the controlfile of the standby might not know the new location yet.
    I suggest you read this http://www.cs.bris.ac.uk/maintain/OracleDocs/server.816/a76995/standby.htm#23603 and see if that helps
    Success,
    FJFranken

  • Problem in moving database to new host

    Hi,
    I'm moving database from linux to windows and it perfectly moves as there is no endian formate issue between two OS. Now my problem is when I run below script
    RUN
    SET NEWNAME FOR DATAFILE 1 TO 'C:\app\Administrator\oradata\orcl\system01.dbf';
    SET NEWNAME FOR DATAFILE 3 TO 'C:\app\Administrator\oradata\orcl\undotbs01.dbf';
    SET NEWNAME FOR DATAFILE 2 TO 'C:\app\Administrator\oradata\orcl\sysaux01.dbf';
    SET NEWNAME FOR DATAFILE 4 TO 'C:\app\Administrator\oradata\orcl\users01.dbf';
    SET NEWNAME FOR DATAFILE 5 TO 'C:\app\Administrator\oradata\orcl\example01.dbf';
    SET NEWNAME FOR DATAFILE 6 TO 'C:\app\Administrator\oradata\orcl\apps_data01.dbf';
    SQL "ALTER DATABASE RENAME FILE
    ''D:\test\redo01.log''
    TO ''C:\app\Administrator\oradata\orcl\redo01.log'' ";
    SQL "ALTER DATABASE RENAME FILE
    ''/u01/app/oracle/oradata/orcl/redo02.log''
    TO ''C:\app\Administrator\oradata\orcl\redo02.log'' ";
    SQL "ALTER DATABASE RENAME FILE
    ''/u01/app/oracle/oradata/orcl/redo03.log''
    TO ''C:\app\Administrator\oradata\orcl\redo03.log'' ";
    SET UNTIL SCN 743262;
    RESTORE DATABASE from 'C:\app\Administrator\flash_recovery_area\ORCL\backupset\2010_10_03\o1_mf_nnndf_TAG20101003T121537_6bjcf7bj_.bkp';
    SWITCH DATAFILE ALL;
    RECOVER DATABASE;
    datafiles get renamed successfuly but it gives error on remaning redolog files as error stack of RMAN is given below
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    sql statement: ALTER DATABASE RENAME FILE''D:\test\redo01.log''TO ''C:\app\Admin
    istrator\oradata\orcl\redo01.log''
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of sql command on default channel at 10/06/2010 20:30:43
    RMAN-11003: failure during parse/execution of SQL statement: ALTER DATABASE RENA
    ME FILE'D:\test\redo01.log'TO 'C:\app\Administrator\oradata\orcl\redo01.log'
    ORA-01511: error in renaming log/data files
    ORA-01516: nonexistent log file, datafile, or tempfile "D:\test\redo01.log"
    Now I have created all dummy redolog to redo01.log,redo02.log and redo03.log on location D:\test, but it is still giving errors
    what could be the problem of this as it seems that RMAN can rename files that it get from backupset but unable to read redolog files on the given path. I'm using 11gR1.
    Looking for reply
    Regards,
    Usman

    Dear user8812764,
    Welcome to the OTN forums.
    Please see the error explanations;
    ORA-01511: error in renaming log/data files
    Cause: An error occurred during the ALTER DATABASE RENAME FILE command.
    Action: Check the error stack for detailed error information.So now you need to check the accompanying error;
    ORA-01516: nonexistent log file, datafile, or tempfile "string"
    Cause: An attempt was made to use ALTER DATABASE to rename a log file, datafile, or tempfile; or to change attributes of a datafile or tempfile (e.g., resize, autoextend, online/offline, etc.); or to re-create a datafile. The attempt failed because the specified file is not known to the database's control file or is not of a type supported by the request.
    Action: Specify the name or number of an existing file of the correct type, as appropriate. Check the relevant V$ table for a list of possible files.By the way why do you have different redolog for group 1?
    SQL "ALTER DATABASE RENAME FILE
    ''D:\test\redo01.log''
    TO ''C:\app\Administrator\oradata\orcl\redo01.log'' ";
    SQL "ALTER DATABASE RENAME FILE
    ''/u01/app/oracle/oradata/orcl/redo02.log''
    TO ''C:\app\Administrator\oradata\orcl\redo02.log'' ";
    SQL "ALTER DATABASE RENAME FILE
    ''/u01/app/oracle/oradata/orcl/redo03.log''
    TO ''C:\app\Administrator\oradata\orcl\redo03.log'' ";There should be really an inconsistency here with your redolog naming conventions.
    Hope That Helps.
    Ogan

  • How To reduce Mail Queue Database File?

    Hello Team,
    I setup exchange server 2013,i check daily mail queue database file increase .
    So how to decrease database file?i
    Thanks,
    Jemin Prajapati

    Hi Jim,
    While moving old queue, we will loose some mail during this operation.
    Can we do this activity without any downtime or without loosing any mail.
    Please confirm we only need to move mail.que and rest of other file (log and temp) will remain the same.
    What I am thinking how new queue will sync with old logs and other files.
    Thanks
    Hi
    If the new queue work without any problem, we could refer to the following steps:
    Use “Net stop MSExchangeTransport” to stop Exchange transport service.
    Overwrite all the existing empty queue database files and transaction log files on the target Exchange transport server by using all the files from "C:\QueueRecovery". By default, the queue database and transaction logs exist in C:\Program Files\Microsoft\Exchange
    Server\TransportRoles\data\Queue.
    A new queue database is created when the Microsoft Exchange Transport service is restarted. This can occur at any time after we have finished copying the queue database files to the target transport server.
    Use “ Net pause MXExchangeTransport ” to pause message flow through Hub Server
    Use the Queue Viewer or the Get-Queue cmdlet in the Exchange Management Shell to monitor the delivery queues on the target Exchange transport server. Wait until no messages remain in any of delivery queues on the server as indicated by a message count of
    0.
    Then we use “Net stop MSExchangeTransport” to stop Exchange transport service.
    Overwrite all the existing empty queue database files and transaction log files on the target Exchange transport server by using all the files from "C:\QueueRecovery". By default, the queue database and transaction logs exist in C:\Program Files\Microsoft\Exchange
    Server\TransportRoles\data\Queue.
    Use “Net start MSExchangeTransport” to enable Exchange transport service.
    We could refer to the following link to learn more details:
    http://technet.microsoft.com/en-us/library/bb124343(v=exchg.80).aspx
    If there are any questions regarding this issue, please be free to let me know.
    Best Regard,
    Jim

  • Move database files from one ASM diskgroup to another

    We are working on 11.2.0.3 RAC environment. We have an activity in which we have to move ASM database files from one diskgroup to another. We have the sufficient downtime for the activity. On checking MOS it says copying datafiles from "rman copy" command is the preferred method.But with 11g R2 we can use cp command in ASMCMD.
    So which is the preferred method to copy asm database files and why:
    RMAN Copy command or ASMCMD cp command

    Hi,
    I normally prefer to go with RMAN than the ASMCMD cp command. Suppose the datafiles are OMF and you use RMAN to copy:
    1. offline the datafile
    2. RMAN>copy datafile <offline-datafile-on-old-DG> to +NEW-DG;
    3. At database level, rename the old datafile to the new name reported from the above command
    4. Switch the new datafile to copy
    5. Recover the new datafileHere, RMAN assigns automatically a unique name for the new datafile (OMF) and you only have to specify the new diskgroup name while using the COPY command which makes things easier. But say if you are using ASMCMD, then you cannot just specify the new diskgroup name for the CP command, which means that a unique name cannot be obtained automatically.
    The below command does not work out.
    asmcmd>cp OLD_DG/datafile/abc.123 NEW_DGYou need to specify the destination name as well something like below:
    asmcmd>cp OLD_DG/datafile/abc.123 NEW_DG/abc.dbfHere you are getting a normal file and not OMF, though ASM internally creates a link for the file "+NEW_DG/abc.dbf" pointing to an OMF. ASMCMD makes you a bit more confusive.
    Refer this http://surachartopun.com/2009/10/moving-datafile-in-asm-by-asmcmdcp.html

  • IPhoto 11 (9.4.2) rebuilding database file

    Hi All
    iPhoto 11 keeps corrupting the database file resulting in the following:
    •     deletion of video and photo particulaly those that were imported from my iPhone 5.
    •     when recent photos and video are deleted as a result of the system recommending rebuilding the databse file there is no way to recover lost video and photos.
    •     rearranging of the album list on the left hand side al;so ocours
    •     after the system rebulsd the database file the photos are all duplicated (I have over (3,000 original files) I now have over 6,000.
    The itunes libery is now extreamly unreliable. To try to resolve the problem I have moved the photos out of another library then created a new account. I then imported the library into the new account.  This was fine for a few days then the problem of a corrupt database file came up again.
    • I will try creating a new libraty again but this time import he photos manually and see how this goes.
    If anyone has knowledge of the situation and can offer a better and or permanent fix please ket me know.
    Kind regards
    Tony

    Moving a Library from account to account will not fix it.
    Download iPhoto Library Manager and use its rebuild function. (In Library Manager it's the FIle -> Rebuild command)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  

  • Moved Library File (*.itl) without damage  HuH?

    This is an odd question.  It's odd because everyting is working well, and given the stupid thing I did, they shouldn't.
    In the course of moving some files around recently, I moved the folder that holds the database (iTunes Library.itl) for my I-Tunes library.  I didn't move the library itself - just the folder with the database file in it.
    Moving the folder was an accident.  I didn't intend to do so, but I did.
    What's puzzling to me is that this mistake did not cause me any problems.
    It seems to me that what should have happend is that the next time I started I-Tunes, it should have been unable to find the database, and it should have prompted to me either find it or ask for the creation of a new one.
    But, that didn't happen.  It opened like normal.  All my music was still listed in the library.  All the playlists were intact.
    How come?  How did I-Tunes know where to find the database.  Does it do a search when it can't find one?
    One last hint:  I think I-Tunes might have been open when I mistakenly moved the folder with the database.  Does that enable it to notice that the file is being moved and to update its pointer to the location?
    I guess I shouldn't look a gift-horse in the mouth.  I avoided a problem, but the fact that there's no problem challenges my confidence that I understand how this works.  That's why I'm asking the question.
    Does anybody have any insight that would shed light on this?
    John

    If you moved the folder when the library was open then the one file that won't have actually moved would have been the .itl file. Other files in that folder will be regenerated if missing.
    For details of what will and won't break when you move things around see this post of mine.
    A recent change (not sure when) means that if your library file isn't where it is expected to be then iTunes will just create a new blank library in that location. Previously this would only happen if that location was also the default <Users's Music>\iTunes folder, otherwise you would get the Choose or Create library prompt.
    tt2

  • Moved some files not LR won't startb up

    I've moved several files to different folders and now I can't get Lightroom to start--well, it starts but the spinning beach ball won't let me do anything whatsoever. Frozen fast on the library page and Lightroom is not responding.
    I've trashed everything connected to LR (prefs, all files in home and root, everything that has the name), even redownloaded it and reinstalled but same thing.
    I'll be buying it but what if the same thing happens when I install it for real?
    Please help ASAP-- I have 1 day left on my trial and have to do some printing tonight!
    iMac Power PC G5 OS10.4.9, 1.5 GB SDRAM, 2GHz

    I'm answering my own question, in case there are others out there who have the same problem.
    I finally found my library databases. I had trashed the cache and thought that was it but after re-reading the original Read Me (the beta's) I found the bug report method, where we were asked to send Adobe a copy of the database file. So after dumping that, no more start up problems. (it is called Lightroom Library.aglib, and is located by default in ~/Pictures/
    Lightroom on Mac and by default in the Documents and Settings\My Pictures\Lightroom folder on Windows).
    Thanks for your patience if you are still reading this.
    Have to go--printing to do before my trial runs out at midnight!~

  • ORA-01122: database file 58 failed verification check

    Hi All,
    I have lost one of my datafile while moving them from 1 drive to another. I am getting the following error while trying to start the database:
    ORA-01122: database file 58 failed verification check
    ORA-01110: data file 58: 'G:\ORACLE\R3E\SAPDATA7\R3E700_25\R3E700.DATA25'
    ORA-01251: Unknown File Header Version read for file number 58
    Please suggest what can be done to correct the error. Also I don't have a backup.
    Suman

    - open http://service.sap.com/notes
    - enter "ORA-01251"
    - you will find Note 696141 - Composite SAP Note: ORA-01122
    and that section:
          10. ORA-01251: Unknown File Header Version read for file number <file_id>
    Reason: The file header cannot be correctly read.
    Solution: If you use Oracle 9.2 on WINDOWS and if you already installed the database with Oracle 7.2 or lower, see Note 636466.
               Otherwise: Restore/recovery
    Markus

  • ORA-01122: database file 30 failed verification check

    SQL*Plus: Release 10.1.0.4.2 - Production on Wed Feb 13 20:33:13 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    when starting the DB for 10gAS get following error, db is started but cannot sign in
    SQL> SQL> Connected.
    SQL> ALTER DATABASE open
    ERROR at line 1:
    ORA-01122: database file 30 failed verification check
    ORA-01110: data file 30: 'D:\ORACLE\ORADATA\PRT\APPS003_A.DBF'
    ORA-01203: wrong incarnation of this file - wrong creation SCN
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.4.2 - Production
    With the Partitioning, OLAP and Data Mining options

    You have a mismatch in the control file and data file scn numbers. What was done before the database was getting started? I once saw this error when some one moved one file from another munt point to another and there was no rename give to the control file and the control file got no idea which is this new file and where it had come from?
    Try finding the control file which is of the same backup as of this datafile.
    Aman....

  • Hard drive failed, help moving old files

    My hard drive failed, and i had the Genius Bar replace it.  I bought a sled at BestBuy and can read most of the files/structure.
    I am having difficulty moving some database files because I don't have priveledges.  Tried to use old username and password to change the file permissions, but can't.  How can I resolve this issue?

    Click on the Finder/Desktop and choose Go > Computer and navigate to your User/Public/DropBox folder.
    Drag and drop your files from Music, Pictures, Documents etc., into this folder, the permissions and ownership should change to you.
    If not drag to the desktop and perform a users permission reset
    ..Step by Step to fix your Mac
    The iTunes libray file and iPhoto Libray have paths names in them to the old user, so you will need to copy the music out of the old iTunes folder and reimport. Right click on iPhoto Library and "show package contents" to get the Originals folder out and reimport. That should corrrect the pathnames in the db files.
    You can also edit the iTunes/db file in TextEdit and Find and Replace All the partial pathnames so you can keep your playlists.

  • Saving an AppleWorks database file as text

    I could have sworn that I had success last week opening an AppleWorks database file, choosing "Save As..." and then saving my database as a text file. However, I am trying to do this right now, and "text" is not available as an option when I choose "Save As..." I'm starting to wonder if maybe I am mistaken and that I was never able to do this. I have read several forum posts where folks have made reference to "save your database as text," but I'm starting to doubt that this can be done. If an AppleWorks database CANNOT be saved as text, then I am stunned. I recently bought FileMaker Pro 8.5, and I would be absolutely bewildered if there was no way to move an AppleWorks database over to FileMaker. Converting to text isn't pretty, but at least that would work. But is it true that I am not able to save an AppleWorks database as text? Is there any other way to move data from an AppleWorks database file to FileMaker?

    Hello
    Saving as text is the only way to transfert AW6 data to FileMaker.
    As you are unable to do that, I assumes that you moved AppleWorks out of its standard folder where it must stay with its companions folders:
    Starting Points
    AppleWorks Essentials
    The translators are stored in "AppleWorks Essentials:Translators" folder.
    If you moved the app, it would be unable to find (and use) these translators.
    I wish to add that I don't like this formulae.
    When I need to save a database as a text file, I activate a layout containing all the fields (at least all those which are not calculated ones.
    I select Options > Show all records then, I copy all ans paste into a new WP documentwhich I save as an ASCII file.
    Doing that,
    -- I keep the contents of longtext fields (1004 characters)
    -- I keep the comma which is used in france as decimal separator (it is replaced by a period when I save directly as a text file).
    Now, Santa Claus is tired and leaves you to sleep;-)
    Yvan KOENIG (from FRANCE mardi 26 décembre 2006 00:40:50)

Maybe you are looking for