modify file
Updates the contents of a file in the catalog which can be used by subsequent GDSCTL commands.
Syntax
modify file -file file_name -source local_filename
Options
Table 2-58 GDSCTL modify file Options
| Option | Description |
|---|---|
-file file_name |
Specify the name of the file object to update. |
-source local_filename |
Specify an operating system file name specifying a file local to the machine running GDSCTL. |
Usage Notes
This command updates a named file object in the catalog by reloading the contents of an operating system file into the catalog.
Examples
Update a file named east_region_db_params with content from the local source file /tmp/dbca_params.txt
GDSCTL> modify file -file east_region_db_params -source /tmp/dbca_params.txt