Skip to content

Commit 56bc90e

Browse files
Fixed some of the indentation that was off in the article
1 parent 58200e7 commit 56bc90e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ The Oracle software is already installed on the Marketplace image. Create a samp
115115
```
116116
2. Create a data directory for the Oracle data files
117117

118-
```bash
119-
mkdir /u01/app/oracle/oradata
120-
```
118+
```bash
119+
mkdir /u01/app/oracle/oradata
120+
```
121121

122122
3. Create the database:
123123

@@ -178,18 +178,18 @@ The Oracle software is already installed on the Marketplace image. Create a samp
178178

179179
4. Set Oracle variables
180180

181-
Before you connect, you need to set two environment variables: *ORACLE_HOME* and *ORACLE_SID*.
181+
Before you connect, you need to set two environment variables: *ORACLE_HOME* and *ORACLE_SID*.
182182

183-
```bash
184-
ORACLE_SID=cdb1; export ORACLE_SID
185-
```
183+
```bash
184+
ORACLE_SID=cdb1; export ORACLE_SID
185+
```
186186

187-
You also can add ORACLE_HOME and ORACLE_SID variables to the .bashrc file. This would save the environment variables for future sign-ins. Confirm the following statements have been added to the `~/.bashrc` file using editor of your choice.
187+
You also can add ORACLE_HOME and ORACLE_SID variables to the .bashrc file. This would save the environment variables for future sign-ins. Confirm the following statements have been added to the `~/.bashrc` file using editor of your choice.
188188

189-
```bash
190-
# Add ORACLE_SID.
191-
export ORACLE_SID=cdb1
192-
```
189+
```bash
190+
# Add ORACLE_SID.
191+
export ORACLE_SID=cdb1
192+
```
193193

194194
## Oracle EM Express connectivity
195195

0 commit comments

Comments
 (0)