Skip to content

kimtg/OracleShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

OracleShell

Read Oracle SQL statement and execute line by line.

Generate output file as TSV (tab-separated value) file.

Author

KIM Taegyoon

Requirement

Oracle JDBC driver (Put ojdbc*.jar)

Compile

javac -d bin src/OracleShell.java

Run

Unix:

java -cp ojdbc6.jar:bin OracleShell

Windows:

java -cp ojdbc6.jar;bin OracleShell

License

Public domain

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages