Viewing 10 posts - 1 through 10 (of 10 total)
Sorry to bother you guys...
I tried with SQL Server Management Studio, and it worked as expected...
It seems to be an issue with my IDE or jar file...
Restarting my machine helped...
July 22, 2010 at 6:26 am
I am using SQL Server 2008 R2
Product Version is 10.50.1600.1.
Product Level: RTM
Edition: Workgroup
BuildClrVersion: v2.0.50727
July 22, 2010 at 6:15 am
I tested and found even the following statements have same effect.
create table dbo.tab1 (col1 char(20) NOT NULL default 'E', col2 varchar(20), constraint pk_tab1 primary key(col1) );
alter table dbo.tab1 drop column...
July 22, 2010 at 5:20 am
So the multiplexing of transaction log may decrease performance. I mean are the transactions spread across or they are written to a one log (for one transaction) and then to...
July 8, 2010 at 5:30 am
Any suggestions/recommendations on multiplexing for Transaction Logs. Is it of any use (like the multiplexing for Datafiles may help reduce the disk contention and also helps administering the space usage...
July 8, 2010 at 5:13 am
Please refer to the following link on MSDN for Mapping Datatypes of Oracle and MS SQL Server for an Oracle Subscriber:
May 21, 2010 at 2:10 am
One of my seniors had tried it out earlier (checking for ORA-1630 and no ORA-1652). There is no clue about this error in Alert Log on my Unix machine, where...
May 19, 2010 at 10:58 pm
Oracle version is 10g release 2. As far as data type is concerned, SQL Server follows a standard of Converting any varchar column of length more 4000 to clob, while...
May 13, 2010 at 9:39 pm
Hello,
I am using SQL Server 2008 on XP machine and want to Replicate a database to an Oracle Database on a Unix machine. The two machines are connected to each...
May 13, 2010 at 12:12 am
Thanks to all for a prompt reply.
For SQL Server varchar() larger than 4000 bytes receiving Oracle column should be a CLOB.
SQL Server Replication to Oracle Subscriber converts VARCHAR2(greater than 4000)...
April 11, 2010 at 10:03 pm
Viewing 10 posts - 1 through 10 (of 10 total)