Hi ,
I am creating a repository server
In that i have to configure the following field
database driver:???
What is the value i have to give for this?
I gave “com.wm.dd.jdbc.oracle.OracleDriver”
But it is not working
What is the correct value ?
In the guide it is given as “The name of the Java class for the JDBC driver. Type the name of the driver.”
I have given the class name as"com.wm.dd.jdbc.oracle.OracleDriver".
Is it correct?