How to change [OracleCustomTypeMappingAttribute("SCOTT.GET2")]:SCOTT to TTT.GET2
-
Hi, I have a problem in odp.net auto-generated files. I have created two types and one function with input and output parameters of object type params. I have generated the auto-generated class files for two types with my local Oracle 10g client software. in that i used Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=10.0.2.3)(PORT=1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=ORACLE)));User Id=scott;Password=tiger as a datasource. Auto-generated file was generated with , it's working in my system. i uploaded it to the server. In the server oracle user id,password is different. Now i want how to generate the auto-generated files with server's oracle userid and password. The auto-generated files should show like OracleCustomTypeMappingAttribute("MAINDB.GET2"), PLS HELP. Anil. :)