Skip to content

Commit edd9179

Browse files
[Doc-A-THon] Removed the $ from a command.
1 parent fe19017 commit edd9179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/workloads/oracle/oracle-database-backup-azure-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This article demonstrates the use of Azure Files as a media to back up and resto
6767
6. Start the Oracle listener if it is not already running:
6868

6969
```bash
70-
$ lsnrctl start
70+
lsnrctl start
7171
```
7272

7373
The output should look similar to the following example:
@@ -326,7 +326,7 @@ In this section, we will be using Oracle Recovery Manager (RMAN) to take a full
326326
1. Configure RMAN to back up to the Azure Files mount point:
327327

328328
```bash
329-
$ rman target /
329+
rman target /
330330
RMAN> configure snapshot controlfile name to '/mnt/orabkup/snapcf_ev.f';
331331
RMAN> configure channel 1 device type disk format '/mnt/orabkup/%d/Full_%d_%U_%T_%s';
332332
RMAN> configure channel 2 device type disk format '/mnt/orabkup/%d/Full_%d_%U_%T_%s';

0 commit comments

Comments
 (0)