You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: migration-tools/tts-backup-python/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Open tts-backup-env.txt file downloaded to the project directory and provide the
46
46
47
47
##### Project and Tablespace inputs
48
48
49
-
***PROJECT_NAME*****: Name for transport tablespace project. (REQUIRED INPUT) \
49
+
***PROJECT_NAME***: Name for transport tablespace project. (REQUIRED INPUT) \
50
50
***DATABASE_NAME*** : Database Name containing the tablespaces. (REQUIRED INPUT) \
51
51
***TABLESPACES*** : List of comma separated transportable tablespaces. (OPTIONAL INPUT) if empty all user tablespaces are added.\
52
52
***SCHEMAS*** : List of comma separated transportable schemas. (OPTIONAL INPUT) if empty all required users are added. None of the schemas should be a common user.
@@ -65,18 +65,18 @@ Open tts-backup-env.txt file downloaded to the project directory and provide the
65
65
66
66
***TTS_BACKUP_URL*** : (REQUIRED INPUT) Object storage bucket uri for backup files. \
67
67
***TTS_BUNDLE_URL*** : (REQUIRED INPUT) Object storage bucket uri for transportable tablespace bundle.\
68
-
***OCI_INSTALLER_PATH :*** (REQUIRED INPUT) Path to oci_install.jar\
69
-
***CONFIG_FILE :*****(REQUIRED INPUT) Path to dowloaded API keys config file. Make sure to update the key_file parameter with the file path to your private key in the config file.\
70
-
***COMPARTMENT_OCID :*****(REQUIRED INPUT) Compartment OCID of bucket (TTS_BACKUP_URL) that stores backup files. \
***OCI_PROXY_HOST :*****(OPTIONAL INPUT) HTTP proxy server connection port.
68
+
***OCI_INSTALLER_PATH*** : (REQUIRED INPUT) Path to oci_install.jar\
69
+
***CONFIG_FILE***: (REQUIRED INPUT) Path to dowloaded API keys config file. Make sure to update the key_file parameter with the file path to your private key in the config file.\
70
+
***COMPARTMENT_OCID***:(REQUIRED INPUT) Compartment OCID of bucket (TTS_BACKUP_URL) that stores backup files. \
***OCI_PROXY_HOST*** : (OPTIONAL INPUT) HTTP proxy server connection port.
73
73
74
74
##### File Storage Service (FSS) inputs ( Required if using FSS for migration. Leave them empty if using OSS. )
75
75
76
-
***TTS_FSS_CONFIG*** : (REQUIRED INPUT) FSS configuration should given in the format FSS:\<FIle System Name\>:\<FQDN of Mount Target\>:\<Export Path\>\
76
+
***TTS_FSS_CONFIG*** : (REQUIRED INPUT) FSS configuration should given in the format FSS:\<File System Name\>:\<FQDN of Mount Target\>:\<Export Path\>\
77
77
***TTS_FSS_MOUNT_DIR*** : (REQUIRED INPUT) Absolute path where file system was mounted on source database host\
78
78
\
79
-
Refer to [<https://blogs.oracle.com/datawarehousing/post/attach-file-system-autonomous-database>]{.underline} for details on how FIle System should be configured for use by ADB-S.
79
+
Refer to the blog [How to Attach a File system to your Autonomous Database](<https://blogs.oracle.com/datawarehousing/post/attach-file-system-autonomous-database>) for details on how file system should be configured for use by ADB-S.
0 commit comments