[Pdns-users] Oracle backend connection string.

a b tripivceta at hotmail.com
Tue Mar 26 13:23:37 UTC 2013


> launch=oracle
> oracle-master-database=//ORACLE-IP:PORT/SERVICE-NAME
> oracle-master-username=DBUSER
> oracle-master-password=DBPASS

launch=oracle
oracle-home=${ORACLE_HOME}
oracle-sid=${ORACLE_SID}
oracle-pool-database=${ORACLE_SID}
oracle-pool-username=${PDNS_LOGIN}
oracle-pool-password=${PDNS_PASSWD}
oracle-master-database=${ORACLE_SID}
oracle-master-username=${PDNS_LOGIN}
oracle-master-password=${PDNS_PASSWD}

replace all instances of variables above with values appropriate for your environment. The excerpt above is from a working configuration, the variables get dynamically replaced by code in the package, during OS package installation. 		 	   		  



More information about the Pdns-users mailing list