# Oracle.jl with oracle wallet

**URL:** https://discourse.julialang.org/t/oracle-jl-with-oracle-wallet/112956
**Category:** General Usage
**Created:** [April 15, 2024, 10:03am UTC](https://discourse.julialang.org/t/oracle-jl-with-oracle-wallet/112956 "2024-04-15T10:03:07Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![usoh](https://avatars.discourse-cdn.com/v4/letter/u/e19adc/32.png) [@usoh](https://discourse.julialang.org/u/usoh)
#### Post date: [April 15, 2024, 10:03am UTC](https://discourse.julialang.org/t/oracle-jl-with-oracle-wallet/112956/1 "2024-04-15T10:03:07Z")

</div>

How to connect to an oracle database without password using an oracle wallet ?  
here my lines with user and password:  
import Oracle

username=“test”  
password=“test”  
svc = “MYDATABASE”

conn = Oracle.Connection(username, password, svc)

This works. But what do I have to code when using an oracle wallet ?
