forked from oracle-devrel/oracle-autonomous-database-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtts-backup-env.txt
More file actions
executable file
·87 lines (71 loc) · 2.17 KB
/
tts-backup-env.txt
File metadata and controls
executable file
·87 lines (71 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
#
# $Header: pdbcs/no_ship_src/service/scripts/tts-backup-env.txt /main/15 2025/08/13 07:58:35 hkarniya Exp $
#
# tts-backup-env.txt
#
# Copyright (c) 2024, 2025, Oracle and/or its affiliates.
#
# NAME
# tts-backup-env.txt - <one-line expansion of the name>
#
# DESCRIPTION
# <short description of component this file declares/defines>
#
# NOTES
# <other useful comments, qualifications, etc.>
#
# MODIFIED (MM/DD/YY)
# hkarniya 08/04/25 - Bug 38274082: Option to exclude statistics
# hkarniya 07/11/25 - Bug 38179045: Option to exclude tables
# hkarniya 07/01/25 - Bug 37848678: Provide dry-run option
# hkarniya 06/15/25 - Bug 38076817: support section size backup for tts
# hkarniya 05/20/25 - Bug 37973559: Code refactor
# hkarniya 05/15/25 - Bug 37819695: Take passwords as cli arguments or runtime inputs
# hkarniya 04/23/25 - Bug 37866112: Add to option USE_ALL_RAC_INSTANCES
# cchowdar 04/07/25 - Bug 37803647: Added FSS support
# hkarniya 04/05/25 - Bug 37793929: Migrate to OCI installer
# hkarniya 03/24/25 - Bug 37746561: Validate plsql objects and
# add opc proxy host and port
# hkarniya 03/24/25 - Bug 37746539: Support 11g source database
# hkarniya 02/13/25 - Bug 37588601: support full transport of DB,
# TABLESPACES is optional input
# hkarniya 01/30/25 - Bug 37515587: Update schemas as optional input
# hkarniya 10/03/24 - Creation
#
[DEFAULT]
### Project and Tablespace inputs
PROJECT_NAME=
DATABASE_NAME=
TABLESPACES=
SCHEMAS=
#### Database connection inputs
HOSTNAME=
LSNR_PORT=
DB_SVC_NAME=
ORAHOME=
DBUSER=
DB_VERSION=
#### Object Storage Service (OSS) inputs
#### OCI Installer inputs
TTS_BACKUP_URL=
TTS_BUNDLE_URL=
OCI_INSTALLER_PATH=
CONFIG_FILE=
COMPARTMENT_OCID=
OCI_PROXY_HOST=
OCI_PROXY_PORT=
### File Storage Service (FSS) inputs
TTS_FSS_CONFIG=
TTS_FSS_MOUNT_DIR=
### Final backup inputs
FINAL_BACKUP=
### Performance inputs
PARALLELISM=
USE_ALL_RAC_INSTANCES=
### Dry run inputs
DRY_RUN=
### Exclude tables input (case-sensitive)
EXCLUDE_TABLES=
## Exclude statistics input (TRUE/FALSE)
## Default to FALSE
EXCLUDE_STATISTICS=