User Tools

Site Tools


instantclient

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
instantclient [2025/03/27 15:50] z0hpvkinstantclient [2025/03/27 16:49] (current) z0hpvk
Line 2: Line 2:
 ==== Installation ==== ==== Installation ====
  
-<code bash>+<code>
 sudo apt install -y libaio1 sudo apt install -y libaio1
 mkdir oracle && cd "$_" mkdir oracle && cd "$_"
Line 19: Line 19:
 === With Password === === With Password ===
  
-<code bash>sqlplus user/password@host:port/db_service_name</code>+<code>sqlplus user/password@host:port/db_service_name</code>
 The port number does not need to be specified if it is 1521\\ The port number does not need to be specified if it is 1521\\
  
Line 26: Line 26:
 In this case you need to quote your connect string and escape the quotes with backslashes.\\ In this case you need to quote your connect string and escape the quotes with backslashes.\\
  
-<code bash>sqlplus user@\"host:port/db_service_name\"</code>+<code>sqlplus user@\"host:port/db_service_name\"</code>
instantclient.txt · Last modified: 2025/03/27 16:49 by z0hpvk