Re: Oracle connection and WSAD 5.1
Posted By:
Thang_PHAN
Posted On:
Saturday, March 13, 2004 05:41 PM
In the modify data source set up on the app server,make sure you have both component and container managed aliased to "localhost/abcUser" and this alias is programmed in JAAS set up.
In the resource properties, you only need the url in the format (jdbc:oracle:thin:@xyzServer:1521:F" where 1521 can be a different port, F is the default Oracle ID (your may be different).
An one last thing, make use you have download jdbc driver classes12.zip from Oracle and it is in your classpath.
Hope this helps.