ottertune/client/controller/config/sample_oracle_config.json

10 lines
252 B
JSON

{
"database_type" : "oracle",
"database_url" : "jdbc:oracle:thin:@localhost:1521:orcldb",
"username" : "sys as sysdba",
"password" : "oracle",
"upload_code" : "DEPRECATED",
"upload_url" : "DEPRECATED",
"workload_name" : "tpcc"
}