RE: [nhusers] Re: NHibernate 2.1.2 GA + Oracle + clob/nclob = ORA-01461

2010-12-13 Thread Carlos cubas
Ex_soft was the solution proposed on the blog not satisfactory to you? if not? why not? -Carlos Practice makes perfect, but if no one is perfect, why practice? > Date: Mon, 13 Dec 2010 03:55:34 -0800 > Subject: [nhusers] Re: NHibernate 2.1.2 GA + Oracle + clob/nclob = ORA-01461

[nhusers] Re: NHibernate 2.1.2 GA + Oracle + clob/nclob = ORA-01461

2010-12-13 Thread Ex_Soft
> Try this maping: Error still exists... -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to nhus...@googlegroups.com. To unsubscribe from this group, send email to nhusers+unsubscr...@googlegroups.com. For more opti

[nhusers] Re: NHibernate 2.1.2 GA + Oracle + clob/nclob = ORA-01461

2010-12-11 Thread gor
Try this maping: Had the same issue but with fluent nhibernate... -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to nhus...@googlegroups.com. To unsubscribe from this group, send email to nhusers+u

Re: [nhusers] Re: NHibernate 2.1.2 GA + Oracle + clob/nclob = ORA-01461

2010-12-10 Thread Fabio Maulo
which is the schema creation script generated by NH? are you creating the schema using NH? -- Fabio Maulo El 10/12/2010, a las 04:54, Ex_Soft <4othe...@gmail.com> escribió: >> 11000 > > > import="true"> > > > > > > > > length="11000" not-null="false" /> > >

[nhusers] Re: NHibernate 2.1.2 GA + Oracle + clob/nclob = ORA-01461

2010-12-09 Thread Ex_Soft
> 11000 using (ITransaction transaction = session.BeginTransaction()) { TestTableTypes TestTableTypes; string tmpString = new string('я', 2001); #if !TEST_CLOB_BY_OBJECT TestTab

Re: [nhusers] Re: NHibernate 2.1.2 GA + Oracle + clob/nclob = ORA-01461

2010-12-09 Thread Fabio Maulo
11000 -- Fabio Maulo El 08/12/2010, a las 10:10, Ex_Soft <4othe...@gmail.com> escribió: >> Have you tried setting the length of the property ? (int the mapping) > No. What length should I set? I don't know string's length that I will > save. > > -- > You received this message because you are su

[nhusers] Re: NHibernate 2.1.2 GA + Oracle + clob/nclob = ORA-01461

2010-12-09 Thread Ex_Soft
So, is there any acceptable solution of this problem? -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to nhus...@googlegroups.com. To unsubscribe from this group, send email to nhusers+unsubscr...@googlegroups.com.

[nhusers] Re: NHibernate 2.1.2 GA + Oracle + clob/nclob = ORA-01461

2010-12-08 Thread Ex_Soft
> The bug is not described by your code below.  Read the post carefully. I'm so sorry... :( //tmpString = new string('я', 2000); tmpString = new string('я', 2001); //tmpString = new string('я', 3000); //tmpString = new string('я', 3999); //tmpString = new string('я', 4000); //tmpString = new strin

RE: [nhusers] Re: NHibernate 2.1.2 GA + Oracle + clob/nclob = ORA-01461

2010-12-08 Thread Carlos cubas
ractice makes perfect, but if no one is perfect, why practice? > Date: Tue, 7 Dec 2010 23:22:09 -0800 > Subject: [nhusers] Re: NHibernate 2.1.2 GA + Oracle + clob/nclob = ORA-01461 > From: 4othe...@gmail.com > To: nhusers@googlegroups.com > > > http://thebasilet.blogspo

[nhusers] Re: NHibernate 2.1.2 GA + Oracle + clob/nclob = ORA-01461

2010-12-08 Thread Ex_Soft
> Have you tried setting the length of the property ? (int the mapping) No. What length should I set? I don't know string's length that I will save. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to nhus...@googlegr

Re: [nhusers] Re: NHibernate 2.1.2 GA + Oracle + clob/nclob = ORA-01461

2010-12-08 Thread Fabio Maulo
Have you tried setting the length of the property ? (int the mapping) 2010/12/8 Ex_Soft <4othe...@gmail.com> > > http://thebasilet.blogspot.com/2009/07/nhibernate-oracle-clobs.html > > ... > > In reality this is a bug with the microsoft oracle client driver. > > using System.Data.OracleClient; >

[nhusers] Re: NHibernate 2.1.2 GA + Oracle + clob/nclob = ORA-01461

2010-12-07 Thread Ex_Soft
> http://thebasilet.blogspot.com/2009/07/nhibernate-oracle-clobs.html > ... > In reality this is a bug with the microsoft oracle client driver. using System.Data.OracleClient; ... //tmpString = new string('я', 2000); //tmpString = new string('я', 2001); //tmpString = new string('я', 3000); //tmpSt

[nhusers] Re: NHibernate 2.1.2 GA + Oracle + clob/nclob = ORA-01461

2010-12-07 Thread Ex_Soft
> I encountered this a long time ago. U R right. I have faced with this error in NHibernate 1.2.0.3001. BTW, in NHibernate 3.0.0 this error still exists. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to nhus...@goo