Skip to content

Commit bd6b455

Browse files
committed
Added an installation til to oracle
1 parent cf2f586 commit bd6b455

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ TIL is a collection of the things that I learned today. The contents can be anyt
7979

8080
### Oracle
8181

82-
- [Istall Oracle 12c on Ubuntu]()
82+
- [Install Oracle 12c on Ubuntu](oracle/install-oracle-12c-on-ubuntu.md)
8383
- [How to clean UNDO tablespaces](oracle/how-to-clean-undo-tablespaces.md)
8484
- [Solution to ORA-03113](oracle/solution-to-ora-03113.md)
8585

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Install Oracle 12c on Ubuntu
2+
3+
- [Install Oracle Database 12c on Ubuntu 16.04](https://medium.com/venturenxt/install-oracle-database-12c-on-ubuntu-16-04-c081d51c0f9d)
4+
5+
If `[INS-20802] Oracle Net Configuration Assistant failed.` error occurred, add the current host name to `/etc/hosts` file. My `/etc/hosts` is as follows:
6+
7+
```bash
8+
127.0.0.1 localhost
9+
127.0.0.1 oracle
10+
127.0.1.1 mijin
11+
```

0 commit comments

Comments
 (0)