On this page
database
Oracle & LnTools
Oracle Installation Guide and LnTools Configuration
Requirements
The installation files are available in this path
StarterKit/
└── Software/
└── Oracle_LnTools/
├── Oracle_11.2.0_x64/
├── Oracle_Deinstall/
└── LnTools_v3/
Installation
Before installing Oracle I recommend creating the directories manually to avoid any duplicate folders.
Oracle Base
C:\Program Files\Oracle
Software Location
C:\Oracle\11.2.0
- Run Oracle_11.2.0_x64.exe > Choose Custom > Next > Next
- Oracle Base Path:
C:\Program Files\Oracle
- Software Path:
C:\Oracle\11.2.0
- Next > Select Components:
- SQL Plus
- Oracle Call Interface (OCI)
- Oracle Net
- Oracle ODBC Driver
- Oracle Object for OLE DB
- Oracle Data Provider for .NET
Deinstall
cd C:\StarterKit\Software\Oracle_LnTools\Oracle_Deinstall
Deinstall -home C:\Oracle\11.2.0
LnTools
- Copy .dll and .ocx files in
C:\Windows\System32
andC:\Windows\SysWOW64
- Active .dll and .ocx » regsvr32
name.dll
andname.ocx
- Copy .ora files in
C:\Oracle\11.2.0\Network\Admin
- Copy LnTools_v3.xla in
C:\Users\%UserProfile%\AppData\Roaming\Microsoft\Addins
- Open Excel » File » Options » Add-ins » Go… » Browse…
- Select LnTools_v3.xla and check it ✔
Test if it actually works!
- In Excel, type 879820 in a cell
- in the next cell type =giacenza(
- Select cell 879820 and close brackets )
- Press Enter and if it returns 21 it works!
Was this page helpful?