Revision 184
Added by Matt Jones over 24 years ago
xml2sql | ||
---|---|---|
5 | 5 |
export JDBC=${ORACLE_HOME}/jdbc/lib/classes111.zip |
6 | 6 |
|
7 | 7 |
export CPATH=$PDIR/lib/metacat.jar:$PARSER:$JDBC |
8 |
export USER=jones |
|
9 |
export PW=your-pw-goes-here |
|
10 |
export DBC=jdbc:oracle:thin:@localhost:1521:test |
|
11 | 8 |
|
12 | 9 |
java -cp ${CPATH} edu.ucsb.nceas.metacat.QuerySpecification $1 |
Also available in: Unified diff
cleaned up code for getting options from the properties file, made the database connection inthe MetaCatUtil class use the properties file for the conneciton info