Oracle Files Administration Guide 9.0.3 Part Number A97358-01 |
|
| View PDF |
This appendix provides information on using the FTP quote commands.
Topics include:
When deleting a folder ("rmdir
"), turns off cascade delete for the session. Only empty folders will be deleted by the rmdir
command. If folders under the directory are not empty, the rmdir
will not succeed.
Syntax | Example |
---|---|
quote cascadeoff |
quote cascadeoff |
When deleting a folder ("rmdir
"), turns on cascade delete for the session so that the folder and all its contents, including any non-empty folders, are deleted. The example shows that any folder and its contents will be deleted.
Syntax | Example |
---|---|
quote cascadeon |
quote cascadeon |
Sets the folder path delimiter for the current session. The example sets the character "\" to delimit folder paths.
Syntax | Example |
---|---|
quote delim [character] |
quote delim \ |
Sets the language for the session when loading documents. Should be used when loading documents that are different than the default system language. The language setting is important for content-based indexing, used for content searches. For more information on language setting, see the Oracle9i National Language Support Guide.
Syntax | Example |
---|---|
quote setlanguage [language] |
quote setlanguage "Latin American Spanish" |
The list of valid languages is below. For languages that are longer than one word, the language needs to be enclosed in quotes as shown in the table above.
Sets the character encoding to an IANA character set name for the session when loading documents. Should be used when loading documents that are different than the default system character encoding setting. The character encoding setting is important for content-based indexing, used for content searches. For more information on character encodings, see the Oracle9i National Language Support Guide.
Syntax | Example |
---|---|
quote setcharencoding [characater encoding] |
quote setcharencoding UTF-8 |
Valid character encodings include:
Displays the current character encoding setting for the session.
Syntax | Example |
---|---|
quote showcharencoding |
quote showcharencoding |
Displays the current language setting for the session.
Syntax | Example |
---|---|
quote showlanguage |
quote showlanguage |