ctxload Examples

This section provides examples for some of the operations that ctxload can perform.

See Also: For more document loading examples, see Text Loading Examples for Oracle Text

The following example imports a thesaurus named tech_doc from an import file named tech_thesaurus.txt:

ctxload -user jsmith/password -thes -name tech_doc -file tech_thesaurus.txt

The following example exports the contents of a thesaurus named tech_doc into a file named tech_thesaurus.out:

ctxload -user jsmith/password -thesdump -name tech_doc -file tech_thesaurus.out