158 reputation
5
bio website
location United Kingdom
age
visits member for 1 year, 11 months
seen May 26 at 22:16
stats profile views 7

May
21
awarded  Popular Question
Jul
6
accepted Does it make sense to consolidate Oracle databases?
Jul
5
comment Does it make sense to consolidate Oracle databases?
Thanks Phil, could you elaborate Option 1 a little more? Do I need to use Oracle RAC or Oracle RAC One Node to achieve this? Once migrated to the consolidated server, would each instance map to each database, or do I need to fold all the databases into one with different schemas? I guess my confusion lies in what an "Oracle Database" is.
Jul
5
asked Does it make sense to consolidate Oracle databases?
Apr
2
awarded  Teacher
Jan
3
answered SQL Server 2008 Failover cluster
Jul
6
awarded  Student
Jul
5
awarded  Scholar
Jul
5
awarded  Supporter
Jul
5
accepted How do I declare and use variables in Oracle?
Jul
5
comment How do I declare and use variables in Oracle?
Thanks for the links, useful.
Jul
5
comment How do I declare and use variables in Oracle?
Thanks, how do I use the variable in a query? Would I do select * from myTable where START_DATE > startDate;?
Jul
5
asked How do I declare and use variables in Oracle?
Jun
18
comment DBCC CHECKDB WITH DATA_PURITY gives out of range error
Thanks, the offending value was a negative zero. -0.000000. I fixed it by updating it to zero with a where NumberOfShares <0 and NumberOfShares > -0.0000001.
Jun
17
asked DBCC CHECKDB WITH DATA_PURITY gives out of range error