<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Xynomix</title>
	<atom:link href="http://www.xynomix.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.xynomix.com</link>
	<description>Oracle Managed Services</description>
	<lastBuildDate>Mon, 08 Mar 2010 16:00:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Article: How to approach the development of a disaster recovery strategy for your Oracle or SQL Server database systems</title>
		<link>http://www.xynomix.com/general-posts/article-how-to-approach-the-development-of-a-disaster-recovery-strategy-for-your-oracle-or-sql-server-database-systems</link>
		<comments>http://www.xynomix.com/general-posts/article-how-to-approach-the-development-of-a-disaster-recovery-strategy-for-your-oracle-or-sql-server-database-systems#comments</comments>
		<pubDate>Mon, 08 Mar 2010 11:57:42 +0000</pubDate>
		<dc:creator>xynomix</dc:creator>
				<category><![CDATA[General Posts]]></category>

		<guid isPermaLink="false">http://www.xynomix.com/?p=2627</guid>
		<description><![CDATA[Developing a Disaster Recovery plan is a task that can often be swept aside as a ‘value vacuum’, when it fact it could prove to be one of the most valuable aspects of your IT infrastructure&#8230;
System downtime and data loss through hardware or disk failure, system corruption, theft and fire or flood damage, power failure [...]]]></description>
			<content:encoded><![CDATA[<p>Developing a Disaster Recovery plan is a task that can often be swept aside as a ‘value vacuum’, when it fact it could prove to be one of the most valuable aspects of your IT infrastructure&#8230;</p>
<p><span id="more-2627"></span>System downtime and data loss through hardware or disk failure, system corruption, theft and fire or flood damage, power failure or human error is something that you hope your organisation will never have to deal with. However, it happens far more regularly than many think and can prove incredibly costly for organisations without a fully operational Disaster Recovery strategy in place.</p>
<p>How the organisation backs up data is core to the Disaster recovery strategy and it is around this issue that most of the big choices will be made. These choices will of course be influenced by the level of Disaster Recovery that the organisation needs: the size, importance and ‘replaceability’ of the system and its data; and how much of that data the organisation can afford to lose.</p>
<p><strong>1) Consider the impact that system corruption, failure or damage would have on the organisation</strong></p>
<p>The first question to ask during the development of a Disaster Recovery strategy is ‘how much can we afford to lose?’ Consider how a system failure would impact on the business and how quickly the system would be required to be restored back to full capacity. This should help you set criteria based on the two core aspects of your strategy:</p>
<ul>
<li>‘Recovery Point Objective’ [RPO] &#8211; the amount of data loss that is acceptable to the company, or that the company can cope with.</li>
<li>‘Recovery Time Objective’ [RTO] – the duration of time and service level within which the system must be restored after a disaster in order to avoid unacceptable levels of damage to business continuity.</li>
</ul>
<p>Once RPO and RTO values are ascertained, you should be able to conclude how much should be invested in protection for IT systems against the risk of failure.</p>
<p>For example, a company selling high value products like cars will probably have a very low RPO. If each individual transaction is attributed with a high value, storing accurate copies of data prior to a system failure or other disaster is a valuable exercise. Conversely, supermarkets’ system handle a high volume of low value transactions and would have a higher RPO, as the organisation can probably afford to lose up to a few days worth of transactions.</p>
<p><strong>2) Decide whether the cost of a Disaster Recovery strategy is justified</strong></p>
<p>If the cost of backing up systems and data is more than the value of the systems and data themselves, it makes more sense to simply redo any lost work rather than strive to back it all up. However, this approach to Disaster Recovery is becoming increasingly rare, as most organisation are coming to understand that lost data is not always replaceable and data loss has more than just a financial impact.</p>
<p><strong>3) Consider your backup options</strong></p>
<p>Once the organisation has established a policy around the amount of data it can afford to lose and the time within which restoration is required, choices regarding the mode of backup can be made. An appropriate balance between the speed at which systems must be restored back to normal; the complexity of protection required and the level of investment that can be made must be achieved.</p>
<ul>
<li><strong>Standby Servers</strong></li>
</ul>
<p>Standby servers protect against the loss of data transactions and system downtime through server failure.</p>
<p>They are secondary servers that are loaded with an exact copy of the database sitting on the primary server and can be brought online in the event of primary production server failures or scheduled maintenance work. Users can continue working on the database with minimal disruption.</p>
<p>The implementation of a standby server involves: the creation of the database and continual log backups on the primary server; the creation and maintenance of the standby server through backup and restoration of the database sitting on the primary server; the ability to bring the standby server online in the event of a primary server failure.</p>
<p><strong><em>Verdict?</em></strong> A relatively simple set up, but fairly expensive. This arrangement involves purchasing twice the amount of hardware and software and does not protect against on-site ‘disasters’ such as fire, flood, power failures, etc.</p>
<ul>
<li><strong>Tape Backups</strong></li>
</ul>
<p>Offsite tape backup is still one of the most common approaches to disaster recovery. Magnetic backup tapes are run at stipulated intervals and then physically transferred to a remote location for safety. Tapes can be recalled in the event of an on-site system failure and are used to recover the database system to the point at which that tape was used for backup.</p>
<p>Tapes are small and portable, which means they lend themselves to simple Disaster Recovery strategies such as taking backups home each evening. They also require a fairly low level of initial investment. However, recovery can be an issue: the equipment used for recovery has to replicate the equipment used in production and the recovery procedure needs to be tested regularly to ensure that backups are being performed correctly and that recording is even taking place.</p>
<p><strong><em>Verdict?</em></strong> As tapes are sequential, access times can be poor and restoration times slow. Tapes can also deteriorate. Whilst some will say that tape backups are an essential element of a disaster recovery strategy, others will argue that disk-based backups and other more modern technologies can replace tape backups entirely. Whilst you may not wish to use tape backups as the sole method of disaster recovery, they can still be used for archiving data and can therefore prove effective for retaining data long-term.</p>
<ul>
<li><strong>Disk-based Production Data Backups</strong></li>
</ul>
<p>The cost of disk-based storage is still higher than that of tape, but it is reducing rapidly.</p>
<p>Using disk-based storage to take direct copies of production data and sending them to a different, remote site protects against on-site disaster: it effectively means that all of your eggs are not in one basket.</p>
<p>With a disk backup strategy, a complete copy of the existing database systems is taken and stored off-site. In the event of system failure, this exact system replica can be used to get the systems back up and running very quickly without the need for any reinstallation.</p>
<p>Disk backup is quick and it can also be automated to take data continuously; every thirty minutes; or every hour; or even when a certain number of changes have been made.</p>
<p><em>Periodic Replication</em> involves disk backups in the form of ‘snapshots’ being taken periodically, transferred to an off-site location and archived as new snapshots come in. Much like a system restore for the average PC, you can choose to restore the database systems to a point at which everything was known to be working without issue. This method offers protection against any on-site issues or errors. However, depending on the gap in time between the last snapshot and system failure, a significant amount of processes can be lost.</p>
<p><em>Continuous data replication</em> means that the data copy off-site is almost a ‘real-time’ copy. In the event of a server failure or other unforeseen incident, systems can quickly be returned to full working order using the remote disk backup. If your critical applications typically process a high volume of transactions, only a small amount of data will ever be lost simply because the data copies are so current.</p>
<p>The regularity of data copies that continuous replication involves is also responsible for a negative of this method. Any mistakes made at the primary site will be replicated. There are ways to overcome this issue, but ‘fixes’ such as the implementation of a tape-based system running parallel to the disk backups are rather impractical.</p>
<p><strong><em>Verdict?</em></strong> Disk space is cheaper than it used to be and, whilst disk-based backup systems still cost more than tape, they are much more versatile and can be used to restore the system much faster than tape. How effective a disk-based backup strategy is for your organisation very much depends on typical transaction volume and the way in which the timing of the backups is managed.</p>
<ul>
<li><strong>Hosted Server Backups</strong></li>
</ul>
<p>Remote hosted backup services are steadily becoming one of the most popular methods of system and data backup. System information can be transferred to a remote location quickly and easily, and without need to purchase any extra hardware or licences. Hosted backup services offer protection against fires, floods and other such ‘disasters’, as all system information is stored in an off-site secure facility.</p>
<p>The risk associated with trusting a third party with the privacy and integrity of backed up data is minimal. Service providers dedicate all of their resources to ensuring data is transferred and kept in the most secure conditions. The in-house skills of hosted backup service providers make hardware failures incredibly unlikely, as any potential issues are pre-empted and resolved long before they threaten hosted data environments.</p>
<p><strong><em>Verdict?</em></strong> ‘Real-time’ system copies and the added protection of off-site storage are a given with hosted server backups. Provided you take care in choosing your hosted backup provider and ensure that the company you choose has the correct security measures in place, the up to date system copy will be fit to facilitate a full system restore with hardly any data loss, usually within minutes.</p>
<p><strong>4) Other Quick Tips</strong></p>
<ul>
<li>If you are using tape backups, always verify your storage media, preferably using the backup software as it is written to the tape. If you are unable to verify it as it is written to tape, schedule a check after a certain number of backups to ensure that the data is being backed up correctly. Also, make sure tapes are stored properly, at separate locations in protective containers.</li>
<li>Again, when using backup tapes, remember that there is much more to consider in an emergency restore than just the backup tapes themselves. You will need boot disks or CDs for all of your key systems with the correct OS components and network/tape drivers to make the system functional and able to extract the contents of backup tapes. Would you be able to find all of these at short notice?</li>
<li>Whatever strategy you choose, make sure that everyone is aware of the backup strategy and is comfortable with their role in it. For example, if you are using tape backups, keep a detailed log of tapes’ locations and contents, and designate certain individuals to source them in required. If you are using a remote hosted backup service, designate someone to manage that relationship. This person should have the service provider’s details and will simply need to call them to instigate a full system restore.</li>
<li>Contact Xynomix for further information and advice on backup strategies for your IT systems <a href="http://www.xynomix.com/contact"><strong>here</strong></a>, or visit <a href="http://www.xynomix.com/oracle-consultancy/xynomix-disaster-recovery"><strong>http://www.xynomix.com/oracle-consultancy/xynomix-disaster-recovery</strong></a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.xynomix.com/general-posts/article-how-to-approach-the-development-of-a-disaster-recovery-strategy-for-your-oracle-or-sql-server-database-systems/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mandatory CRC Energy Efficiency Scheme: Is your organisation prepared?</title>
		<link>http://www.xynomix.com/general-posts/mandatory-crc-energy-efficiency-scheme-is-your-organisation-prepared</link>
		<comments>http://www.xynomix.com/general-posts/mandatory-crc-energy-efficiency-scheme-is-your-organisation-prepared#comments</comments>
		<pubDate>Thu, 04 Mar 2010 13:13:34 +0000</pubDate>
		<dc:creator>xynomix</dc:creator>
				<category><![CDATA[General Posts]]></category>

		<guid isPermaLink="false">http://www.xynomix.com/?p=2595</guid>
		<description><![CDATA[In April 2010, large UK-based public and private sector organisations will be affected by a compulsory emissions trading scheme that is central to the UK&#8217;s strategy for improving energy efficiency and reducing CO2 emissions.

IT Managers across the board are expected to have their work cut out to reduce emissions and increase the efficiency of IT [...]]]></description>
			<content:encoded><![CDATA[<p>In April 2010, large UK-based public and private sector organisations will be affected by a compulsory emissions trading scheme that is central to the UK&#8217;s strategy for improving energy efficiency and reducing CO2 emissions.</p>
<p><span id="more-2595"></span></p>
<p>IT Managers across the board are expected to have their work cut out to reduce emissions and increase the efficiency of IT systems pending parliamentary approval of the legislation.</p>
<p>At a time when many businesses are battling to reduce carbon emissions and introduce more environmentally friendly measures, the new CRC legislation will raise further awareness in large organisations to encourage changes in business behaviour and infrastructure.</p>
<p>As the running of IT hardware alone can account for a significant portion of a business&#8217;s overall energy usage, IT departments in particular will be under pressure to reduce their systems’ energy usage whilst maintaining a uniform level of system performance.</p>
<p>Between 1st April and 30th September 2010, UK-based organisations must either register as a CRC participant or disclose the company&#8217;s 2008 electricity consumption.  If half-hourly metred electricity usage is over a stipulated level, the organisation will qualify for the scheme.</p>
<p>The legislation will be policed by the Environment Agency, who will undertake desk-based and on-site audits depending on requirement.</p>
<p>More information can be found at: <a href="http://www.decc.gov.uk/en/content/cms/what_we_do/lc_uk/crc/crc.aspx" target="_blank"><strong>http://www.decc.gov.uk</strong></a></p>
<p><strong>Where can I get help to improve my organisation&#8217;s energy performance?</strong></p>
<p>The Department of Energy and Climate Change suggests that help to devise a carbon-abatement strategy should be sought from either The Carbon Trust or Salix.</p>
<p>A number of useful case studies detailing how organisations such as B&amp;Q and Bristol City Council have prepared for the scheme are provided at: <a href="http://www.decc.gov.uk/en/content/cms/what_we_do/lc_uk/crc/performance/performance.aspx" target="_blank"><strong>http://www.decc.gov.uk</strong></a></p>
<p><strong>Where can I get help from an IT perspective?</strong></p>
<p>There are a number of ways in which energy efficiency can be improved across IT systems through better use of hardware, software and database technologies.</p>
<p>As database specialists, Xynomix naturally focus on the hardware and database technologies that can be used to achieve CRC compliance.</p>
<p>Oracle database users in particular have many technologies available that can be utilised to help prepare for the new legislation:</p>
<ul>
<li>Oracle virtualisation and clustering technologies can reduce the amount of hardware required to run large volume, reliable data centres</li>
</ul>
<p>[Oracle VM can be downloaded free of charge here: <a href="http://edelivery.oracle.com/oraclevm" target="_blank"><strong>http://edelivery.oracle.com/oraclevm</strong></a>]</p>
<ul>
<li>Compression, partitioning, virtualization and server consolidation allows organisations to save energy, meet corporate environment responsibilities and cut system management and storage costs</li>
<li>Oracle WebLogic based Application Grids improve runtime infrastructure pooling and allocation, and improve the deployment of physical resources</li>
<li>System upgrades can include more energy efficient servers and storage, reducing emissions and energy usage costs</li>
<li>Hosted Disaster Recovery solutions can halve the amount of hardware required to securely backup entire IT systems</li>
</ul>
<p>The list goes on&#8230;</p>
<p>Please <a href="http://www.xynomix.com/contact" target="_self"><strong>Contact Us</strong></a> for more information on reducing energy usage throughout your IT systems</p>
<p>For more information on the CRC scheme, visit: <a href="http://www.decc.gov.uk/en/content/cms/what_we_do/lc_uk/crc/crc.aspx" target="_blank"><strong>http://www.decc.gov.uk</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xynomix.com/general-posts/mandatory-crc-energy-efficiency-scheme-is-your-organisation-prepared/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fire, Floods and Hardware Failures are no match for Xynomix DR Solution&#8230;</title>
		<link>http://www.xynomix.com/general-posts/fire-floods-and-hardware-failures-are-no-match-for-new-dr-solution</link>
		<comments>http://www.xynomix.com/general-posts/fire-floods-and-hardware-failures-are-no-match-for-new-dr-solution#comments</comments>
		<pubDate>Fri, 26 Feb 2010 12:49:54 +0000</pubDate>
		<dc:creator>xynomix</dc:creator>
				<category><![CDATA[General Posts]]></category>

		<guid isPermaLink="false">http://www.xynomix.com/?p=2586</guid>
		<description><![CDATA[Xynomix have developed a Disaster Recovery solution that takes full advantage of recent developments in &#8216;Cloud&#8217; technology to offer the highest levels of data protection and system availability.

Xynomix deliver Support, Managed Services and Consultancy to Oracle users and have recently incorporated the &#8216;Xynomix Disaster Recovery&#8217; solution to a portfolio of services designed to deliver maximum [...]]]></description>
			<content:encoded><![CDATA[<p>Xynomix have developed a Disaster Recovery solution that takes full advantage of recent developments in &#8216;Cloud&#8217; technology to offer the highest levels of data protection and system availability.</p>
<p><span id="more-2586"></span></p>
<p>Xynomix deliver Support, Managed Services and Consultancy to Oracle users and have recently incorporated the &#8216;Xynomix Disaster Recovery&#8217; solution to a portfolio of services designed to deliver maximum database availability.</p>
<p>This particular &#8216;DR&#8217; solution provides clients with a real-time backup of their entire database infrastructure that is stored off-site in a dedicated and secure virtual &#8216;Cloud&#8217; environment.</p>
<p><strong>Key benefits of the solution include: </strong></p>
<ul>
<li>Zero data loss</li>
<li>Database recovery time of less than 30 minutes, 24&#215;7x365</li>
<li>No requirement for hardware or licence investment</li>
</ul>
<p>Says Xynomix Marketing Executive, Jules Pedersen:</p>
<p style="text-align: center;"><em>&#8220;Protecting valuable data is a huge priority for SME&#8217;s in particular, but at the moment, available budget for purchasing the necessary hardware for traditional DR solutions is just not there. Besides, standby servers and tape backups do not offer much protection against on-site &#8216;disasters&#8217;.</em></p>
<p style="text-align: center;"><em>Xynomix&#8217; solution ticks all of the boxes: secure; off-site; cost-effective and reliable&#8221;</em></p>
<p style="text-align: center;">The company is keen to discuss Disaster Recovery options, including the virtual &#8216;Xynomix Disaster Recovery&#8217; solution, with any Oracle database users that are looking to implement an effective DR strategy on a restricted budget.</p>
<p>For more information, please visit: <a href="http://www.xynomix.com/oracle-consultancy/xynomix-disaster-recovery" target="_self"><strong>http://www.xynomix.com/oracle-consultancy/xynomix-disaster-recovery</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xynomix.com/general-posts/fire-floods-and-hardware-failures-are-no-match-for-new-dr-solution/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Article: What should I look for in a ‘Second-Line’ support contract for Oracle and/or SQL Server?</title>
		<link>http://www.xynomix.com/general-posts/2537</link>
		<comments>http://www.xynomix.com/general-posts/2537#comments</comments>
		<pubDate>Mon, 22 Feb 2010 12:21:54 +0000</pubDate>
		<dc:creator>xynomix</dc:creator>
				<category><![CDATA[General Posts]]></category>
		<category><![CDATA[Oracle Managed Services]]></category>
		<category><![CDATA[oracle support news]]></category>
		<category><![CDATA[oracle database support]]></category>
		<category><![CDATA[oracle second-line support]]></category>

		<guid isPermaLink="false">http://www.xynomix.com/?p=2537</guid>
		<description><![CDATA[Second-Line support for Oracle and SQL Server is designed to support internal DBA teams. It should therefore fit your exact requirements without exception.

To achieve a wholly supportive, productive relationship with your Oracle and/or SQL Server support provider, it is important to:
1) Define how you want the contract to work.
Do you want a stock of pre-paid hours [...]]]></description>
			<content:encoded><![CDATA[<p>Second-Line support for Oracle and SQL Server is designed to support internal DBA teams. It should therefore fit your exact requirements without exception.</p>
<p><span id="more-2537"></span></p>
<p>To achieve a wholly supportive, productive relationship with your Oracle and/or SQL Server support provider, it is important to:</p>
<p><strong>1) Define how you want the contract to work.</strong></p>
<p>Do you want a stock of pre-paid hours that can be drawn upon throughout the year when needed?</p>
<p>Or an ongoing contract that would allow you to define the hours of cover that you need and use unlimited ‘Second-Line’ support within those hours?</p>
<p>Perhaps a combination of contracted working hours support and a pre-paid pool of support to be drawn on out of hours?</p>
<p>Whatever your requirements, make sure that your ‘Second-Line’ Support solution fits them exactly. There is no reason that at all that your <a title="Oracle Database Support" href="http://www.xynomix.com/oracle-and-microsoft-sql-support" target="_self">Oracle Database Support</a> provider could not deliver support to your exact specifications. If they can’t, you could end up paying over the odds for Oracle and SQL Server support that you don’t use.</p>
<p><strong>Tip:</strong> Check how much you will save on ad-hoc support hours/days by pre-paying. There should be a small saving at least!</p>
<p><strong>2) Establish strict Service Level Agreements [SLAs] with your support provider.</strong></p>
<p>For contracted ‘Second-Line’ Support in hours, you should be looking at a guaranteed response time set at around 30 minutes.</p>
<p><strong>3) Make sure you can get in touch with the company quickly and easily.</strong></p>
<p>If you have to wade through the typical talking and transfers of a call centre, the time it takes for you to receive any support will be greatly extended. In cases where support concerns a critical Oracle or SQL Server database environment, this delay can cost the business money.</p>
<p>Make sure that your support providers give you a direct, standard rate telephone number that will get you straight through to an Oracle or SQL Server DBA.</p>
<p><strong>4) Ensure that the support provider you choose offers genuine 24&#215;7 support.</strong></p>
<p>Even if you don’t need access to 24&#215;7 assistance yet, you never know when an issue with your Oracle or SQL Server database environment may arise. The last thing you want to do is engage one company for in-hours support only to find you will have to go elsewhere if an emergency occurs out of hours.</p>
<p><strong>5) Make sure support can be delivered as securely and effectively remotely as it would be on-site.</strong></p>
<p>An effective and secure connection method to your Oracle and SQL Server databases should be used to deliver remote support. Xynomix deliver remote ‘Second-Line’ Support functions such as health checks, Oracle and SQL Server installations and database upgrades over a guaranteed secure Virtual Private Network [VPN], which is as safe and effective as an on-site DBA connecting to perform administration from inside your building.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xynomix.com/general-posts/2537/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Article: What is Second-Line Database Support and how is it useful?</title>
		<link>http://www.xynomix.com/general-posts/article-what-is-second-line-database-support-and-how-is-it-useful</link>
		<comments>http://www.xynomix.com/general-posts/article-what-is-second-line-database-support-and-how-is-it-useful#comments</comments>
		<pubDate>Mon, 15 Feb 2010 16:25:39 +0000</pubDate>
		<dc:creator>xynomix</dc:creator>
				<category><![CDATA[General Posts]]></category>

		<guid isPermaLink="false">http://www.xynomix.com/?p=2452</guid>
		<description><![CDATA[‘Second-Line Support’ for Oracle and SQL Server database is assistance delivered to an existing internal DBA team by external Oracle or SQL Server DBAs or Consultants.

The support required could be an extra pair of hands, some extra Oracle or SQL Server skills, or some extra Oracle and/or SQL Server knowledge.
If there is a gap in [...]]]></description>
			<content:encoded><![CDATA[<p>‘Second-Line Support’ for Oracle and SQL Server database is assistance delivered to an existing internal DBA team by external Oracle or SQL Server DBAs or Consultants.</p>
<p><span id="more-2452"></span></p>
<p>The support required could be an extra pair of hands, some extra Oracle or SQL Server skills, or some extra Oracle and/or SQL Server knowledge.</p>
<p>If there is a gap in internal skills, knowledge or manpower, ‘Second-Line Support’ plugs that gap. It’s that simple.</p>
<p><strong>Examples of ‘Second-Line Support’ include:</strong></p>
<ul>
<li>DBA Cover for DBA’s that are off sick or on holiday for any period of time. This can usually be delivered on-site or remotely with varying cost implications.</li>
<li>Project Assistance and Consultancy for specific projects where extra manpower, skills and knowledge are required. Assistance can be delivered for projects such as: Business Intelligence and Reporting solutions; Implementation of Backup and Recovery solutions; Planning and Implementing Virtualisation Projects; Oracle and SQL Server database Installations and Support; Planning and Implementing Clustering Projects; Unix/Linux and Windows Operating System Support and System Health Checks.</li>
<li>Up to 24&#215;7x365 ‘always open’ helpdesk that can be used by internal DBA teams as an advice line, or even to request remote assistance from an on-duty Oracle or SQL Server DBA.   </li>
<li>Undertaking basic tasks to free up DBA time for more involved projects, with regular contracted remote database performance tuning, patching and health checking delivered by your ‘Second-Line Support’ provider.</li>
</ul>
<p><strong>How is ‘Second-Line’ Support useful?</strong></p>
<p> ‘Second-Line Support’ for Oracle and/or SQL Server database allows organisations to maintain a consistent standard of database operation regardless of dips in DBA manpower, skills and workload.</p>
<p>It essentially allows you to borrow DBA resource for as long as you need it, pay for what you use, and stop using it as soon as the work is done.</p>
<p><strong>How can ‘Second-Line’ Support for Oracle and SQL Server database be delivered?</strong></p>
<p>‘Second-Line’ Support is usually delivered on a contractual or an ad-hoc basis, either by telephone if the support required is advice or guidance, or by remote database connection if the support required involves work on the database.</p>
<p>Remote work should be delivered securely. Xynomix deliver remote ‘Second-Line’ Support functions such as health checks, Oracle and SQL Server installations and database upgrades over a guaranteed secure Virtual Private Network [VPN]. This is as safe and effective as an on-site DBA connecting to perform administration from inside your building.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xynomix.com/general-posts/article-what-is-second-line-database-support-and-how-is-it-useful/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft News: Microsoft enter the Cloud space with Azure Cloud Computing</title>
		<link>http://www.xynomix.com/general-posts/microsoft-reach-for-the-sky-with-azure-cloud-computing</link>
		<comments>http://www.xynomix.com/general-posts/microsoft-reach-for-the-sky-with-azure-cloud-computing#comments</comments>
		<pubDate>Thu, 04 Feb 2010 11:59:11 +0000</pubDate>
		<dc:creator>xynomix</dc:creator>
				<category><![CDATA[General Posts]]></category>

		<guid isPermaLink="false">http://www.xynomix.com/?p=2431</guid>
		<description><![CDATA[Following Oracle&#8217;s assertion that Oracle intends to make the Cloud &#8216;fully enterprise grade&#8217; at December&#8217;s Cloud Expo, Microsoft have made their own move into the Cloud space.
 
Monday 1st February marked the official entrance of Microsoft&#8217;s Azure Cloud technology into the cloud computing market.
Azure Cloud technology has been in beta testing for the past year following [...]]]></description>
			<content:encoded><![CDATA[<p>Following Oracle&#8217;s assertion that Oracle intends to make the Cloud &#8216;fully enterprise grade&#8217; at December&#8217;s Cloud Expo, Microsoft have made their own move into the Cloud space.</p>
<p><span id="more-2431"></span> <br />
Monday 1st February marked the official entrance of Microsoft&#8217;s Azure Cloud technology into the cloud computing market.</p>
<p>Azure Cloud technology has been in beta testing for the past year following an initial development period of more than two years. Customers and developers alike can now utilise the SQL Azure hosted database, developing and deploying on Windows&#8217; Azure operating system.</p>
<p>As yet, relatively few of Microsoft&#8217;s own properties have been migrated to the Azure Cloud: Windows Hotmail, Exchange Online and Xbox Live are a few of the major Microsoft facilities that are yet to be moved.</p>
<p>However, according to a number of sources, &#8216;tens of thousands&#8217; of services and applications are already running on Azure, spanning from small pilot apps to larger commercial investments.</p>
<p>In conjunction with a number of partners, Microsoft has been working hard to deliver availability of open source tools for Azure. Uptake by developers is expected to be gradual over the next few years.</p>
<p>Whilst Azure is currently often used as an &#8216;overflow&#8217; capacity to be used on top of existing technology, a number of independent testing projects have deemed the Azure Cloud platform reliable.</p>
<p>Greater functionality has been promised for 2010, including:</p>
<ul>
<li>A &#8216;Virtual Machine Roles&#8217; feature to provide administrator control of a Windows Server virtual machine</li>
<li>Availability of SQL Server features such as reporting and analytics</li>
<li>Live Services components</li>
</ul>
<p>With the Azure Cloud, Microsoft has tried to provide coders with familiarity in terms of operating environment, middleware and development infrastructure for &#8216;physical&#8217; or Cloud-based applications alike. It may take some time, but general thoughts are that, with Azure Cloud, Microsoft is capable of competing for a significant chunk of the Cloud IT spend.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xynomix.com/general-posts/microsoft-reach-for-the-sky-with-azure-cloud-computing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle News: Oracle Database with RAC Technology Breaks SAP World Record</title>
		<link>http://www.xynomix.com/general-posts/oracle-news-oracle-database-with-rac-technology-breaks-sap-world-record</link>
		<comments>http://www.xynomix.com/general-posts/oracle-news-oracle-database-with-rac-technology-breaks-sap-world-record#comments</comments>
		<pubDate>Mon, 25 Jan 2010 13:04:53 +0000</pubDate>
		<dc:creator>xynomix</dc:creator>
				<category><![CDATA[General Posts]]></category>

		<guid isPermaLink="false">http://www.xynomix.com/?p=2272</guid>
		<description><![CDATA[According to a recent Oracle press release, an Oracle Database system incorporating Oracle RAC technology has smashed the previous world record to achieve the highest ever measured result on the SAP SD-Parallel Standard Application Benchmark.

The Oracle Database with RAC technology, which was running on a 5-node IBM system p 570 cluster with Power 6 processors, [...]]]></description>
			<content:encoded><![CDATA[<p>According to a recent Oracle press release, an Oracle Database system incorporating Oracle RAC technology has smashed the previous world record to achieve the highest ever measured result on the SAP SD-Parallel Standard Application Benchmark.</p>
<p><span id="more-2272"></span></p>
<p>The Oracle Database with RAC technology, which was running on a 5-node IBM system p 570 cluster with Power 6 processors, achieved a new world record on the SAP Sales and Distribution-Parrallel Standard Application Benchmark running on the SAP ERP 6.0 application.</p>
<p>It was also concluded during testing that Oracle Real Application Cluster technology, or &#8216;RAC&#8217;, is cutting edge in terms of the near linear scalability and high availability it can deliver even when utilising advanced SAP applications.</p>
<p>SAP, or Systems Applications and Products, offer ERP solutions that are designed to assimilate information from various points within an industry and deliver it to one point.   </p>
<p>In light of Oracle&#8217;s findings, it seems that the levels of scalability and availability offered by Oracle Database and Oracle RAC position the technology as an ideal platform for deployments of SAP, and indeed other ERP solutions.</p>
<p>Source: Oracle</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xynomix.com/general-posts/oracle-news-oracle-database-with-rac-technology-breaks-sap-world-record/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Article: What to look for in a support contract for Oracle and/or SQL Server Database systems?</title>
		<link>http://www.xynomix.com/general-posts/xynomix-article-what-to-look-for-in-a-support-contract-for-oracle-andor-sql-server-database-systems</link>
		<comments>http://www.xynomix.com/general-posts/xynomix-article-what-to-look-for-in-a-support-contract-for-oracle-andor-sql-server-database-systems#comments</comments>
		<pubDate>Mon, 25 Jan 2010 12:54:16 +0000</pubDate>
		<dc:creator>xynomix</dc:creator>
				<category><![CDATA[General Posts]]></category>
		<category><![CDATA[oracle database support]]></category>
		<category><![CDATA[oracle software]]></category>
		<category><![CDATA[oracle support]]></category>

		<guid isPermaLink="false">http://www.xynomix.com/?p=2262</guid>
		<description><![CDATA[Investments in support for Microsoft SQL Server and Oracle database systems should help your organisation gain maximum performance from the investments made in the existing database technology.

Below are a few hints and tips that should help make the decision about which type of support to go for and what you can expect from it.
What to look [...]]]></description>
			<content:encoded><![CDATA[<p>Investments in support for Microsoft SQL Server and Oracle database systems should help your organisation gain maximum performance from the investments made in the existing database technology.</p>
<p><span id="more-2262"></span></p>
<p>Below are a few hints and tips that should help make the decision about which type of support to go for and what you can expect from it.</p>
<p><em><strong>What to look for in a support contract for Oracle and/or SQL Server Database systems?</strong></em></p>
<p><strong>1)</strong> Define your requirements: &#8220;Do I need an Oracle/SQL Server support contract?&#8221;</p>
<p>Assess:</p>
<ul>
<li>The criticality of your systems</li>
<li>The DBA resource that you have available to draw on</li>
<li>The number of projects that you may need to action in the coming year</li>
</ul>
<p>If the database systems that you run are mission-critical, a fully managed service of some level will probably be beneficial.</p>
<p>DBA teams are often capable of administering database systems internally. However, they are usually unable to monitor and manage systems 24/7 and occasionally need a helping hand in terms of skills or sheer manpower. If an issue arises out of hours, or a number of issues arise within the database, problems can bottleneck and system management can quickly spiral out of control.</p>
<p><strong>Fact:</strong> Over 90% of Xynomix&#8217; support customers have strong internal DBA teams.</p>
<p>If there are no key projects planned for the coming year and the database environment is in good health, the chances are that systems should run fairly smoothly. DBA teams should be able to manage the system effectively and without a great deal of stress.</p>
<p>However, if a number of projects are scheduled, instant access to a readily-available team of external DBAs with a broad skillset can be invaluable.</p>
<p><strong>Tip:</strong> Make sure that your support provider is able to work on all variations of SQL Server and Oracle, from Oracle 6 to the latest version [currently 11g R2].</p>
<p><strong>2)</strong> Set your budgets and expectations: &#8220;What level of support can I expect from the budget available?&#8221;</p>
<p>Oracle and/or SQL Server support contracts can vary from ad-hoc support, where a pool of DBA time can be drawn upon as required, to full remote monitoring and management services. The extent of support and budget allocated will depend heavily on the criticality of the database systems.</p>
<p>Ad-hoc support contracts usually take the form of a pre-paid pool of days that can be accessed during times when extra DBA skills are needed. The benefit of an ad-hoc support contract over buying consultancy days &#8216;as and when&#8217; is simple: DBA day rates work out significantly cheaper.</p>
<p>Full remote monitoring and management services are suited to organisations that operate mission-critical systems and require virtually non-existent downtime.</p>
<p>Full Oracle and/or SQL Server Support can be engaged to monitor systems 24/7, 365 days per year. For this type of support, Xynomix  set a perfectly achievable target of 99.9% uptime for mission-critical systems. Other Oracle and SQL Server support providers will also set their own targets.</p>
<p>Expectations of a full monitoring and management support service can be justifiably high and they will not always take up a huge chunk of your budget.</p>
<p>Achieving virtually non-existent downtime requires in-depth knowledge of all Oracle versions and technologies, including 11g and Oracle RAC technology.</p>
<p><strong>Tip:</strong> Ensure that you set strict SLAs and make sure that your service provider adheres to them.</p>
<p><strong>3)</strong> What should be included as part of a full monitoring and management support contract?</p>
<p>Your provider&#8217;s fully managed service should be designed to alleviate business pains around all aspects of Oracle and/or SQL Server, from day to day maintenance requirements to the monitoring and management of mission-critical database systems 24×7&#215;365.</p>
<p>The service should involve the application of 24&#215;7x365 remote, proactive performance monitoring and management technologies to database systems, probably through a Secure Site-Site VPN Connection, and the continual management of database infrastructure for optimal performance, resilience and availability.</p>
<p>Backup Administration and Management should be taken care of, along with the Monitoring and Management of Security. Your dedicated DBA resource should always be available. For example, if any issues should arise, Xynomix’ ‘Always Open’ support desk is available up to 24&#215;7x365.</p>
<p>If you have any questions regarding support for <a title="Oracle Database Support" href="http://www.xynomix.com/oracle-and-microsoft-sql-support" target="_self">Oracle Database Support</a> and/or SQL Server, please do not hesitate to contact Xynomix on <strong>0845 222 9600 or</strong> <strong><a href="http://www.xynomix.com/contact">click here</a></strong> to contact us through our web form.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xynomix.com/general-posts/xynomix-article-what-to-look-for-in-a-support-contract-for-oracle-andor-sql-server-database-systems/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xynomix Emphasise the Importance of Support for DBA Teams and Database Systems</title>
		<link>http://www.xynomix.com/general-posts/xynomix-emphasise-the-importance-of-support-for-dba-teams-as-well-as-database-systems</link>
		<comments>http://www.xynomix.com/general-posts/xynomix-emphasise-the-importance-of-support-for-dba-teams-as-well-as-database-systems#comments</comments>
		<pubDate>Mon, 18 Jan 2010 17:02:48 +0000</pubDate>
		<dc:creator>xynomix</dc:creator>
				<category><![CDATA[General Posts]]></category>

		<guid isPermaLink="false">http://www.xynomix.com/?p=2231</guid>
		<description><![CDATA[Xynomix have emphasised the importance of providing support not only for database systems, but also for the Oracle and SQL Server DBA teams that administer them.

Many IT departments are still under a great deal of pressure to cut costs whilst maintaining, or even improving, system performance. DBA resources can become stretched as organisations work to administer [...]]]></description>
			<content:encoded><![CDATA[<p>Xynomix have emphasised the importance of providing support not only for database systems, but also for the Oracle and SQL Server DBA teams that administer them.</p>
<p><span id="more-2231"></span></p>
<p>Many IT departments are still under a great deal of pressure to cut costs whilst maintaining, or even improving, system performance. DBA resources can become stretched as organisations work to administer existing and new systems; monitor security and administer backup and recovery solutions; install updated versions of technologies; deal with database problems; and work to implement new technologies and concepts such as database clustering and virtualisation.</p>
<p>IT managers are faced with a question: Can I reduce the overall cost of database and OS administration, and monitoring and management whilst maintaining or even improving system performance?</p>
<p>According to Xynomix, the answer is an unequivocal ‘yes’.</p>
<p>A fully managed service delivered by a third party like Xynomix can:</p>
<p>• Reduce the overall running cost of Oracle<br />
• Reduce the risk to revenue through unplanned downtime<br />
• Significantly improve on existing skill sets<br />
• Increase Query Power and Speed of Database Systems<br />
• Increase Productivity through Integrated Applications and a robust Infrastructure</p>
<p>However, a fully managed service is not always financially viable. In this case, the skills of internal DBA teams must be significantly drawn upon, leading to expensive overtime costs and exhausted employees.</p>
<p>According to Xynomix Marketing Executive, Jules Pedersen, engaging with Xynomix to deliver support to internal DBA teams can not only improve system efficiency and remove pressure from internal DBA teams, but can also reduce overall expenditure on system management:</p>
<p>&#8220;Xynomix have been helping DBA teams to deliver successful database projects and effective database and operating system management since 2002. We can lend our Oracle and SQL Server skills to IT departments on a project-specific or ongoing basis, acting as a pool of DBA knowledge and manpower that can be drawn upon by IT Managers to support DBA teams when required.  Projects are finished quickly and effectively, which results in happy DBA teams and healthy systems&#8221;</p>
<p>Xynomix&#8217; ‘DBA Support’ is most commonly called upon to deliver:</p>
<p>• Seamless Oracle, SQL Server and Unix/Linux installation and support<br />
• Assistance with the design and implementation of cluster technology<br />
• Backup and Recovery Solutions<br />
• Cutting edge business intelligence and reporting solutions<br />
• Successful virtualisation projects<br />
• System Health Checks</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xynomix.com/general-posts/xynomix-emphasise-the-importance-of-support-for-dba-teams-as-well-as-database-systems/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Achieve Lower Costs, Scalability and Extreme Performance with Oracle 11g R2 and Exadata V2</title>
		<link>http://www.xynomix.com/general-posts/achieve-lower-costs-scalability-and-extreme-performance-with-oracle-11g-release-2-and-oracle-exadata-v2</link>
		<comments>http://www.xynomix.com/general-posts/achieve-lower-costs-scalability-and-extreme-performance-with-oracle-11g-release-2-and-oracle-exadata-v2#comments</comments>
		<pubDate>Mon, 18 Jan 2010 16:46:24 +0000</pubDate>
		<dc:creator>xynomix</dc:creator>
				<category><![CDATA[General Posts]]></category>
		<category><![CDATA[oracle support news]]></category>
		<category><![CDATA[oracle databse]]></category>
		<category><![CDATA[oracle expert]]></category>
		<category><![CDATA[oracle software]]></category>

		<guid isPermaLink="false">http://www.xynomix.com/?p=2221</guid>
		<description><![CDATA[According to Oracle, leading organisations across the UK are achieving Lower IT Costs, Scalability and Extreme Performance with Oracle Database 11g and Oracle Exadata V2.

A host of some of the world&#8217;s most successful companies are taking advantage of Oracle 11g&#8217;s enhanced features for grid computing, storage management and administration.
Agenor Technology, the Ministry of Justice and [...]]]></description>
			<content:encoded><![CDATA[<p>According to Oracle, leading organisations across the UK are achieving Lower IT Costs, Scalability and Extreme Performance with Oracle Database 11g and Oracle Exadata V2.</p>
<p><span id="more-2221"></span></p>
<p>A host of some of the world&#8217;s most successful companies are taking advantage of Oracle 11g&#8217;s enhanced features for grid computing, storage management and administration.</p>
<p>Agenor Technology, the Ministry of Justice and Grupo Elektra are just a few of the new Oracle customers currently utilising 11g functionality.</p>
<p>Following the launch of Oracle Database 11g Release 2, Oracle have achieved a significant market share, with almost half of the entire relational database market using Oracle products.</p>
<p>Customers cite some of the most appealing features of Oracle Database 11g as:</p>
<p>• Enhanced application performance<br />
• Lower overall IT costs<br />
• Increased reliability<br />
• Extreme scalability</p>
<p>Launched in September 2009, Oracle Exadata V2 is already in use at customer sites on an international scale: current Exadata customers include Amtrak, the Automobile Association of the UK and Screwfix.</p>
<p>Developed in conjunction with Sun Microsystems, features of Oracle Exadata V2 include:</p>
<p>• Extreme data warehousing performance<br />
• Excellent performance in OLTP environments<br />
• 10x average table compression for data warehouse data<br />
• Faster access to business information<br />
• &#8217;Exadata Smart Flash Cache&#8217; [Intelligent integration of flash storage with a database]</p>
<p>Utilised together, the second releases of Oracle 11g and Oracle Exadata provide users with highly a scalable database technology environment that delivers extreme performance at a relatively low cost.</p>
<p>Resources: Oracle</p>
<p>For more information on the latest information about Oracle Database 11g and Oracle Exadata V2, contact your <a title="Oracle Expert" href="http://www.xynomix.com/about-us/oracle-support-oracle-certified-partner" target="_self">Oracle Expert</a> <strong>Xynomix.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xynomix.com/general-posts/achieve-lower-costs-scalability-and-extreme-performance-with-oracle-11g-release-2-and-oracle-exadata-v2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
