jonpryor / dblinq2007

Automatically exported from code.google.com/p/dblinq2007
0 stars 0 forks source link

Oracle DBMetal Problem #277

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by santosh....@gmail.com on 20 Aug 2010 at 9:34

GoogleCodeExporter commented 9 years ago
Defect

Original comment by santosh....@gmail.com on 24 Aug 2010 at 9:37

GoogleCodeExporter commented 9 years ago
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.

Original comment by firefox3...@gmail.com on 19 Jul 2011 at 1:38