New issue 277 by santosh.kumar561: Oracle DBMetal Problem
http://code.google.com/p/dblinq2007/issues/detail?id=277
What steps will reproduce the problem?
1.I ran DBMetal Across Oracle DB
2. I cannot see the Tables got generated
3. I can see only the Datacontext with connections got generated
What is the expected output? What do you see instead?
The DBML file is empty and the cs file has only connection constructors
generated No actual tables was generated
What version of the product are you using? On what operating system?
Using .Net 4.0 and oracle 11g
Please provide any additional information below.
Defect
I got the same behavior. Is there a workaround for this issue ?
Oracle 10g XE
DbMetal.exe 0.20.0.0
System.Data.OracleClient.dll 2.0.50727.5420
Oracle.DataAccess.dll 10.2.0.100
DbMetal.exe -provider="Oracle" -database="XE" -c "Data Source=XE;User
Id=*****;Password=****;" -dbml="db.dbml"
DbMetal.exe --language=C# -code="db.cs" "db.dbml"
Thanks.