Skip to content

Commit baefcf8

Browse files
authored
Merge pull request #188136 from Phil-Jensen/main
Added detail about "protected-tables" file.
2 parents 2e80077 + 168487b commit baefcf8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/azure-netapp-files/azacsnap-preview.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,13 @@ This section explains how to enable communication with storage. Ensure the stora
7070

7171
# [Oracle](#tab/oracle)
7272

73-
The snapshot tools communicate with the Oracle database and need a user with appropriate permissions to enable/disable backup mode. The following example
74-
shows the setup of the Oracle database user, the use of `mkstore` to create an Oracle Wallet, and the `sqlplus` configuration files required for
73+
The snapshot tools communicate with the Oracle database and need a user with appropriate permissions to enable/disable backup mode. After putting the database in backup
74+
mode, `azacsnap` will query the Oracle database to get a list of files which have backup-mode as active. This file list is output into an external file which is in
75+
the same location and basename as the log file, but with a ".protected-tables" extension (output filename detailed in the AzAcSnap log file).
76+
77+
The following examples show the setup of the Oracle database user, the use of `mkstore` to create an Oracle Wallet, and the `sqlplus` configuration files required for
7578
communication to the Oracle database.
79+
7680
The following example commands set up a user (AZACSNAP) in the Oracle database, change the IP address, usernames, and passwords as appropriate:
7781

7882
1. From the Oracle database installation

0 commit comments

Comments
 (0)