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: articles/virtual-machines/workloads/oracle/oracle-database-backup-azure-backup.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
@@ -84,7 +84,7 @@ Perform the following steps for each database on the VM:
84
84
1. Before you connect, you need to set the environment variable ORACLE_SID by running the `oraenv` script which will prompt you to enter the ORACLE_SID name:
85
85
86
86
```bash
87
-
$ . oraenv
87
+
. oraenv
88
88
```
89
89
90
90
1. Add the Azure Files share as an additional database archive log file destination
@@ -775,7 +775,7 @@ Later in this article, you'll learn how to test the recovery process. Before you
To exit, enter **q**, and then search for the mounted volumes. To create a list of the added volumes, at a command prompt, enter **df -h**.
899
899
900
-
```
900
+
```output
901
901
[root@vmoracle19c restore]# df -h
902
902
Filesystem Size Used Avail Use% Mounted on
903
903
devtmpfs 3.8G 0 3.8G 0% /dev
@@ -942,8 +942,8 @@ Now the database has been restored you must recover the database. Please follow
942
942
1. You may find that the instance is running as the auto start has attempted to start the database on VM boot. However the database requires recovery and is likely to be at mount stage only, so a preparatory shutdown is run first followed by starting to mount stage.
943
943
944
944
```bash
945
-
$ sudo su - oracle
946
-
$ sqlplus / as sysdba
945
+
sudo su - oracle
946
+
sqlplus / as sysdba
947
947
SQL> shutdown immediate
948
948
SQL> startup mount
949
949
```
@@ -1052,7 +1052,7 @@ Now the database has been restored you must recover the database. Please follow
1052
1052
```
1053
1053
Copy the logfile path and file name for the CURRENT online log, in this example it is `/u02/oradata/ORATEST1/redo01.log`. Switch back to the ssh session running the recover command, input the logfile information and press return:
1054
1054
1055
-
```bash
1055
+
```output
1056
1056
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
0 commit comments