Skip to content

Commit d55dea9

Browse files
authored
Merge pull request #116570 from Karishma-Tiwari-MSFT/patch-187
(ForumsTeam) fixes MicrosoftDocs/azure-docs#55450
2 parents b6ca008 + c7f6ca4 commit d55dea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/workloads/oracle/oracle-database-quick-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The Oracle software is already installed on the Marketplace image. Create a samp
8282
1. Switch to the *oracle* superuser, then initialize the listener for logging:
8383

8484
```bash
85-
$ sudo su - oracle
85+
$ sudo -su oracle
8686
$ lsnrctl start
8787
```
8888

0 commit comments

Comments
 (0)