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-quick-create.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,9 +115,9 @@ The Oracle software is already installed on the Marketplace image. Create a samp
115
115
```
116
116
2. Create a data directory for the Oracle data files
117
117
118
-
```bash
119
-
mkdir /u01/app/oracle/oradata
120
-
```
118
+
```bash
119
+
mkdir /u01/app/oracle/oradata
120
+
```
121
121
122
122
3. Create the database:
123
123
@@ -178,18 +178,18 @@ The Oracle software is already installed on the Marketplace image. Create a samp
178
178
179
179
4. Set Oracle variables
180
180
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*.
182
182
183
-
```bash
184
-
ORACLE_SID=cdb1;export ORACLE_SID
185
-
```
183
+
```bash
184
+
ORACLE_SID=cdb1;export ORACLE_SID
185
+
```
186
186
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.
0 commit comments