Forum Replies Created
-
AuthorPosts
-
Ritesh
MemberThis feature is already in the TO-DO list.
It will be implemented in v4.2 which is another 3-4 weeks away.
Ritesh
MemberBy Oracle client, do you mean – ODBC client version or Oracle server version?
Ritesh
MemberDid BETA 9 solve this problem?
Ritesh
MemberCurrently, we dont have plans to support Tunneling on Linux.
Ritesh
MemberBy “sample data”, I meant two things:
– CREATE TABLE statement of the table.
– A few INSERT INTO statements for the data.
You can get this by exporting the table structure and data as SQL scripts.
BTW, have you tried importing data using v4.1 BETA 9. I had sent you a PM regarding the same.
You can download it from the same link as BETA 8:
Ritesh
MemberScreenshot.
Ritesh
MemberWe will be releasing BETA 9 today with the bug-fix.
Ritesh
MemberCan you send me sample data to reproduce the problem?
What do you get when you execute the following query?
Code:show variables like '%char%'Ritesh
MemberCan you email me sample data so that we can reproduce the problem?
What do you get when you execute the following query?
Code:show variables like '%char%'Ritesh
MemberDo you mean v4.06 ODBC Import Tool?
Ritesh
MemberAre you sure that there is no table with the same name in a different table space? We had encountered a similar problem at our side and we fixed it by giving access to the user in only one table space.
Ritesh
MemberYou have to check SET FOREIGN_KEY_CHECKS=0 in both the options.
Ritesh
MemberQuote:create table corp_profile_cleanup select corp_profile.id, corp_profile.corp_desc from corp_profile,name where type ='corporate' and paid_thru = '2005-12-31' and corp_profile.id = name.id;This statement will not create index. You have to create it explicitly! You can do it using SQLyog's Index Manager 🙂
Ritesh
MemberI will look into the issue today and probably fix it for v4.1 BETA 9.
Ritesh
MemberUncheck Flush master log and Flush slave log.
-
AuthorPosts