Revision 15
Added by Matt Jones over 24 years ago
DBWriter.java | ||
---|---|---|
47 | 47 |
// Open a connection to the database |
48 | 48 |
conn = openDBConnection( |
49 | 49 |
"oracle.jdbc.driver.OracleDriver", |
50 |
"jdbc:oracle:thin:@penelope.nceas.ucsb.edu:1526:DEV",
|
|
50 |
"jdbc:oracle:thin:@localhost:test",
|
|
51 | 51 |
argv[2], argv[3]); |
52 | 52 |
|
53 | 53 |
// |
Also available in: Unified diff
Creating database loading scripts that utilize the oracle SAX parser