c++ example had param username instead of user
parent
af9550890e
commit
040095cd11
1 changed files with 1 additions and 1 deletions
2
OCCI.md
2
OCCI.md
|
@ -106,7 +106,7 @@ A OCCI datasource may be created as follows:
|
|||
parameters p;
|
||||
p["type"]="occi";
|
||||
p["host"]=oracle_server_hostname;
|
||||
p["username"]=oracle_server_username;
|
||||
p["user"]=oracle_server_username;
|
||||
p["password"]=oracle_server_password;
|
||||
p["table"]="worldborders";
|
||||
p["geometry_field"]="geom";
|
||||
|
|
Loading…
Reference in a new issue