Skip to content

demedos/mirror-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MirrorDB - Oracle to sqLite DB converter

The title says it all

Getting Started

Clone the repo, open the .sln file and adjust the parameters at the top of Program.cs. CTRL + F5 to run and enjoy

Prerequisites

  • A working Oracle DB connection
  • Visual Studio (made with V15 but may work with older versions too)
  • .NET 4.6 (older versions may work too)

Parameters

At the top of the main file you will find the connection parameters used to connect to Oracle. Since the standard connection string was causing errors we use a TNS-like syntax. If you don't know where to find this parameters just look up at the tnsnames.ora file on your pc, usually located here: C:\app\<username>\product\<version>\client_1\network\admin\.

Parameter Name Default Value
HOST
PORT 1521
SERVICE_NAME
USERID
PASSWORD

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Oracle to SQLite DB converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages