ctxload Syntax

ctxload -user username[/password][@sqlnet_address]
        -extract
        -name entity extraction policy name
        -file user-dictionary file name
        [-drop] to drop a user-dictionary from a policy

ctxload Mandatory Arguments

-user

Specify the user name and password of the user running ctxload.

The user name and password can be followed immediately by @sqlnet_address to permit logging on to remote databases. The value for sqlnet_address is a database connect string. If the TWO_TASK environment variable is set to a remote database, then you do not need to specify a value for sqlnet_address to connect to the database.

-name entity extraction policy name

When you use ctxload to import an entity extraction dictionary, use object_name to specify the entity extraction policy to associate the dictionary with. An entity extraction policy can have only one user dictionary.

-file user-dictionary file name

Use file to specify the name of the XML file containing the user dictionary.

-drop

Drop the user dictionary currently associated with an entity extraction policy.