Skip Headers
Oracle® Fusion Middleware Idoc Script Reference Guide
11g Release 1 (11.1.1)

Part Number E10726-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to current chapter
Up
Go to next page
Next
View PDF

OdbcDateFormat

Used in Content Server version 6.x to provide backward compatibility for importation of Content Server 7.x archives.

Content Server 7.x includes a millisecond data format that was not present in earlier versions. When the 6.x Archiver attempts to import the 7.x archives, the millisecond field causes an error.

Type and Usage

Example

Perform the following steps to add this entry to the 6.x config.cfg file:

  1. Copy the 6.x config.cfg file to another name (to save it as a backup).

  2. Edit the config.cfg file in a text editor, adding the following setting:

    OdbcDateFormat='{ts' "yyyy-MM-dd HH:mm:ss{.SSS}"'}'
    
  3. Restart the server.