Skip to content

Commit d8c7c97

Browse files
authored
Install Oracle SQLcl & Connect on Database
1 parent b5cf3f0 commit d8c7c97

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,26 @@ https://www.oracle.com/database/sqldeveloper/technologies/sqlcl/download/
1313

1414
Latest version update <br>
1515
https://download.oracle.com/otn_software/java/sqldeveloper/sqlcl-latest.zip
16+
17+
18+
<br>
19+
20+
## Install Oracle SQLcl & Connect on Database
21+
22+
<br>
23+
24+
```shell
25+
sudo java --version
26+
```
27+
28+
```shell
29+
which java
30+
```
31+
32+
```shell
33+
cd /<$FILE_PATH>/sqlcl/bin
34+
```
35+
36+
```shell
37+
./sql <$USER_NAME>/<$PASSWORD>@<$HOST>:<$PORT>/<$SID>
38+
```

0 commit comments

Comments
 (0)