Viewing 15 posts - 736 through 750 (of 2,044 total)
Nice selection of questions. Got busted on 3,10 & 12
February 28, 2013 at 3:07 am
We had a strange cause oracle transactions failing after sometime.
It was fixed with a reboot of the server after an installation of the 11.2 client (for the post reboot...
February 16, 2013 at 3:30 am
February 15, 2013 at 2:05 pm
Did the oraclemts service stop running? Do you have the latest oracle client?
February 15, 2013 at 2:02 pm
Depends on more than just the size. Was the size given in GB ram, GB diskspace. What is the cpu usage and I/O consumption of each?
Which version of Hyper-V 2008...
February 9, 2013 at 2:07 am
Also verify that the user have read/write permissions. If they don't have write permissions, the lck file can't be created->exclusive mode
February 8, 2013 at 7:54 am
Good question.
The web showed some motherboard that support 32 GB ram and there are 8 gb ram modules available; may 2012 article[/url]. Processor of preference I7.
Or perhaps a secondhand...
February 1, 2013 at 5:12 pm
a power supply swap is usually a good place to start
February 1, 2013 at 4:55 pm
nvarchar(255) shouldn't pose a problem. You might want to compensate for slight multibyte storage differences as the size is expressed in bytes.
SQLServer 1-2 bytes(?) vs oracle 1-4 bytes (depending on...
January 31, 2013 at 12:39 pm
January 28, 2013 at 10:28 pm
You cannot update emp again from an after trigger (could cause looping). Try a before insert trigger.
Ps why are you updating the whole table (status=1) for each row?
January 28, 2013 at 9:50 am
db servername would be the tns-alias, which is described further in tnsnames.ora.
Like mydb. In tnsnames.ora Mydb= (connection info.... tcp....port....) (see the web for the actual connectionstrings)
January 21, 2013 at 12:05 am
Big data is quite diverse nowadays, somewhat like the cloud.
More like specific problems that might benefit from a non-standard RDBMS approach. Like social media/search robots having scaleout methods where one...
January 7, 2013 at 10:00 am
Haven't time to setup a mssql to oracle replication, however some possible helpfull links.
Perhaps Statspack if installed on the oracle db (small interval)
Dreaded question: anything changed...
January 7, 2013 at 7:48 am
Viewing 15 posts - 736 through 750 (of 2,044 total)