Skip to content

Scripts to run wallets without installing a database

Notifications You must be signed in to change notification settings

MauroCL75/PortableWallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portable wallet

This is a set of scripts to make your own oracle wallets.

Running this

Download the jars with make all. You need maven to do this. Run: make all

Scripts

This is all you need to get a wallet working. Scripts:

./mkw.sh DIRECTORY WALLET_PASS #Creates a wallet on DIRECTORY with WALLET_PASS

./addcred.sh DIRACTORY TNSNAME USERNAME PASSWORD WALLET_PASS #Adds a credential on the DIRECTORY with a TNSNAME and USERNAME/PASSWORD using the WALLET_PASS

./list.sh DIRECTORY WALLET_PASS #List wallet entries on DIRECTORY with WALLET_PASS

Configuration files

You still need a valid tnsname, sqlnet.ora with the wallet location and the wallet directory created by this.

Credits

This is based on work by mguessan

About

Scripts to run wallets without installing a database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published