Make Homepage | Add To Favorites | Print Page | Submit News | Feedback | Contact | 

Your Technical Computer Information Resource!  
     

  Technical Updates (Archive) [Page: 791 of 2507]  

10.289.2015 - MS15-109 - Critical: Security Update for Windows Shell to Address Remote Code Execution (3096443) - Version: 1.1



View Microsoft related news. Severity Rating: Critical
Revision Note: V1.1 (October 16, 2015): Bulletin revised to announce a detection change in the 3097617 cumulative update for Windows 10. This is a detection change only. Customers who have already successfully updated their systems do not need to take any action.
Summary: This security update resolves vulnerabilities in Microsoft Windows. The vulnerabilities could allow remote code execution if a user opens a specially crafted toolbar object in Windows or an attacker convinces a user to view specially crafted content online.
Full View / NID: 56454 / Submitted by: The Zilla of Zuron

10.289.2015 - MS15-111 - Important: Security Update for Windows Kernel to Address Elevation of Privilege (3096447) - Version: 1.1



View Microsoft related news. Severity Rating: Important
Revision Note: V1.1 (October 16, 2015): Bulletin revised to announce a detection change in the 3097617 cumulative update for Windows 10. This is a detection change only. Customers who have already successfully updated their systems do not need to take any action.
Summary: This security update resolves vulnerabilities in Microsoft Windows. The more severe of the vulnerabilities could allow elevation of privilege if an attacker logs on to an affected system and runs a specially crafted application.
Full View / NID: 56453 / Submitted by: The Zilla of Zuron

10.289.2015 - MS15-107 - Important: Cumulative Security Update for Microsoft Edge (3096448) - Version: 1.1



View Microsoft related news. Severity Rating: Important
Revision Note: V1.1 (October 16, 2015): Bulletin revised to announce a detection change in the 3097617 cumulative update for Windows 10. This is a detection change only. Customers who have already successfully updated their systems do not need to take any action.
Summary: This security update resolves vulnerabilities in Microsoft Edge. The most severe of the vulnerabilities could allow information disclosure if a user views a specially crafted webpage using Microsoft Edge. An attacker who successfully exploited these vulnerabilities could gain the same user rights as the current user. Customers whose accounts are configured to have fewer user rights on the system could be less impacted than those who operate with administrative user rights.
Full View / NID: 56452 / Submitted by: The Zilla of Zuron

10.289.2015 - novaPDF 8.5, with German user



View novaPDF related news.

novaPDF 8.5 is now available, with even more new languages for the user interface. The latest version adds German, Croatian, Indonesian and Vietnamese to the list of languages the GUI is available in. You can download the latest version here: … Continue reading →

The post novaPDF 8.5, with German user interface appeared first on The novaPDF Blog.

Full View / NID: 56450 / Submitted by: The Zilla of Zuron

10.289.2015 - Ora2Pg 16 released



View PostgreSQL-Press related news.

Paris, France - October 16th, 2015

Ora2Pg 16 released

Version 16.0 of Ora2Pg, a free and reliable tool used to migrate an Oracle database to PostgreSQL, has been officially released and is publicly available for download.

This major release improve PL/SQL code replacement, fixes several bugs and adds some major new features:

  • Full migration of MySQL database, it just work like with Oracle database.
  • Full migration assessment report for MySQL database.
  • New script, ora2pg_scanner, to perform a migration assessment of all Oracle and MySQL instances on a network.
  • Add technical difficulty level in migration assessment.
  • Allow migration assessment on client queries extracted from AUDIT_TRAIL (oracle) or general_log table (mysql).
  • Ora2Pg has a "made in one night" brand new Web site (still need some work) http://ora2pg.darold.net/

Example of technical difficulty level assessment output using the sakila database with some more difficulties:

Total 83.90 cost migration units means approximatively 1 man-day(s). Migration level: B-5

Here are the explanation of the migration level code:

Migration levels: A - Migration that might be run automatically B - Migration with code rewrite and a human-days cost up to 5 days C - Migration with code rewrite and a human-days cost above 5 days Technical levels: 1 = trivial: no stored functions and no triggers 2 = easy: no stored functions but with triggers, no manual rewriting 3 = simple: stored functions and/or triggers, no manual rewriting 4 = manual: no stored functions but with triggers or views with code rewriting 5 = difficult: stored functions and/or triggers with code rewriting

This is to help you to find the database that can be migrated first with small efforts (A and B) and those who need to conduct a full migration project (C).

This release has also some new useful features:

  • Export type SHOW_TABLE now shows additional information about table type (FOREIGN, EXTERNAL or PARTITIONED with the number of partition).
  • Connection's user and password can be passed through environment variables ORA2PG_USER and ORA2PG_PASSWD to avoid setting them at ora2pg command line.
  • Improve PL/SQL replacement on ADD_MONTH(), ADD_YEAR(), TRUNC(), INSTR() and remove the replacement limitation on DECODE().
  • Add detection of migration difficulties in views, was previously reserved to functions, procedures, packages and triggers.
  • Replace values in auto generated configuration file from command line options -s, -n, -u and -p when --init_project is used.
  • Adjust lot of scores following new functionalities in Ora2Pg, ex: autonomous transactions, dblink or synomyms are now more easy to migrate.

There is some new command line options to ora2pg script:

  • -m | --mysql : to be used with --init_project and -i option to inform ora2pg that we work with a MySQL format
  • -T | --temp_dir : option to be able to set a distinct temporary directory to run ora2pg in parallel.
  • --audit_user : option to set the user used in audit filter and enable migration assessment report on queries from AUDIT_TRAIL (oracle) or general_log table (mysql).
  • --dump_as_sheet and --print_header options to be able to compute a CSV file with all migration assessment from a list of oracle database.
  • --dump_as_csv option to report assessments into a csv file. It will not include comments or details, just objects names, numbers and cost.

Some change can break backward compatibility:

  • Change NULL_EQUAL_EMPTY to be disabled by default to force change in the application instead of transforming the PL/SQL.

This release adds some new configuration directives:

  • MYSQL_PIPES_AS_CONCAT: Enable it if double pipe and double ampersand (|| and &&) should not be taken as equivalent to OR and AND.
  • MYSQL_INTERNAL_EXTRACT_FORMAT: Enable it if you want EXTRACT() replacement to use the internal format returned as an integer.
  • AUDIT_USER: Set the comma separated list of user name that must be used to filter from the DBA_AUDIT_TRAIL or general_log tables.
  • REPLACE_ZERO_DATE: the "zero" date: 0000-00-00 00:00:00 is replaced by a NULL by default, use it to use the date of your choice. Useful when you have a NOT NULL constraint.
  • INDEXES_RENAMING: force renaming of all indexes using a name with tablename_columnsnames. Useful for database that have multiple time the same index name or that use the same name than a table.
  • HUMAN_DAYS_LIMIT: default to 5 days, used to set the number of human-days limit for migration of type C.

As usual there is also some bug fixes and Oracle to PostgreSQl conversion adjustments, for a complete list see the changelog.

Links & Credits

Thanks to all contributors, they are all cited in the changelog file.

Useful Links:


About Ora2Pg

Ora2Pg is an easy and reliable tool to migrate from Oracle to PostgreSQL. It is developed since 2001 and can export most of the Oracle objects (table, view, materialized view, tablespace, sequence, indexes, trigger, grant, function, procedure, package, partition, data, blob, external table, etc.).

Ora2Pg works on any platform and is available under the GPL v3 licence.

Docs, Download & Support at ora2pg.darold.net.


Full View / NID: 56449 / Submitted by: The Zilla of Zuron

10.289.2015 - Matrix42’s Unified Endpoint Management offers one licence for all devices



View RealWire related news. New solution suite provides comprehensive device management and user based licencingLondon, England, 16 October 2015 - Matrix42 (www.matrix42.com), a top provider of software for workspace management, today launched its Unified Endpoint Management Suite. The solution enables effective central management of all clients and mobile devices as well as associated applications using a single licence. Matrix42 Unified Endpoint Management is available in three different bundles.Paradigm shift in workspace management The new Unified Endpoint Management Suite from... Source: RealWire
Full View / NID: 56448 / Submitted by: The Zilla of Zuron

10.289.2015 - Private Equity Fund EMERAM acquires Matrix42



View RealWire related news. London, England, 16 October 2015 - On 13 October 2015 funds advised by the Munich-based Private Equity firm EMERAM Capital Partners GmbH (“EMERAM”) have signed an agreement to buy Matrix42 AG (“Matrix42”) via a management buyout supported by EMERAM. The seller of the specialist in workspace management solutions is Asseco Poland S.A.. The parties have agreed not to disclose the sale price. The transaction remains subject to approval from antitrust authorities.Jointly with the existing management,... Source: RealWire
Full View / NID: 56447 / Submitted by: The Zilla of Zuron

10.289.2015 - Trend Micro Virus Definitions - 11.983.50



View Trendmicro related news. The Official Pattern Release or OPR is Trend Micro's latest compilation of patterns for identified viruses. It is guaranteed to have passed a series of critical tests to ensure that customers get optimum protection from the latest virus threats.
Full View / NID: 56444 / Submitted by: The Zilla of Zuron

10.289.2015 - vRealize Automation 7 ??? – SDDC ?????????????????????????????



View VMware related news.

??????????????? VMworld Europe 2015 ????????????????????????? VMware vRealize Automation ???? 7.0 ????????? vRealize Automation ????? IT ????????????????????????????????????IaaS ?????????????????????????????????????????????IT ???????????????????????????????????????????????? ????????vRealize Automation 7.0 ??????/?????????????? ????????????? vRealize Automation 7.0 ????????????????????????????????????????????????????????????????????????????????????? OS ?????????????????????????????????? ?????????????????????? ????????????????? ???????????? ??? ????????????????????????????????????3 ???????????????????·???????????????? 1 ??????????????????????????????????????????????????????????????????????????????????????? NSX ?????????????? vRealize Automation 7.0 ???????????????????? VMware NSX ??????????????????????????????????????????????????????????????????????????????????????????????·???????????????????????????????????????????????? Blueprint as Code ????????? IT ???? GUI ???????????????????????????? DevOps […]

The post vRealize Automation 7 ??? - SDDC ????????????????????????????? appeared first on Japan Cloud Infrastructure Blog.

Full View / NID: 56433 / Submitted by: The Zilla of Zuron

10.288.2015 - AMD Reports 2015 Third Quarter Results



View AMD related news. SUNNYVALE, CA -- (Marketwired) -- 10/15/15 -- AMD (NASDAQ: AMD) Strong 13% quarter-over-quarter revenue growth $65 million inventory write-down primarily of older-generation APUs Announced corporate restructuring plan to further reduce operating expenses Announcing a definitive agreement for Assembly, Test, Mark and Pack (ATMP) manufacturing joint venture AMD (NASDAQ: AMD) today announced revenue for the third quarter of 2015 of $1.06 billion, operating loss of $158 million, and net loss of $197 million, or $0.25 per share. Non-GAAP(1) operating loss was $97 million and non-GAAP(1) net loss was $136 million, or $0.17 p...
Full View / NID: 56446 / Submitted by: The Zilla of Zuron

10.288.2015 - AMD and Nantong Fujitsu Microelectronics Co., Ltd to Establish Industry-Leading Semiconductor Assembly and Test Joint Venture



View AMD related news. SUNNYVALE, CA -- (Marketwired) -- 10/15/15 -- AMD (NASDAQ: AMD) and Nantong Fujitsu Microelectronics Co., Ltd (NFME) (SZSE: TFWD) $436 million agreement combines AMD's high-volume ATMP facilities with Nantong Fujitsu Microelectronics' OSAT expertise to service broad range of customers Latest step in AMD's strategic transformation further sharpens focus and operations on designing high-performance products AMD to contribute Penang and Suzhou assembly and test manufacturing facilities, including approximately 1,700 employees and management team Nantong Fujitsu Microelectronics to take 85% ownership and serve as controlling shareholder, paying AMD...
Full View / NID: 56445 / Submitted by: The Zilla of Zuron

10.288.2015 - Seagate partners with CyArk to preserve cultural heritage sites one byte at a time



View Seagate-Technology related news. The Louvre has perfected the art of protecting the Mona Lisa. The British Museum safeguards mummies that have been entombed for thousands of years. But what about Mount Rushmore, or Angkor Wat in Cambodia or Jerash in Jordan? Heritage sites are a signi­cant part of humanity’s collective memory, and we are losing them at an […]
Full View / NID: 56443 / Submitted by: The Zilla of Zuron

10.288.2015 - The Power of Partnership in the Cloud Era



View VMware related news.

Enterprise IT has a near-impossible strategic task. It must ensure that the company has the tools and capabilities it will need, without knowing for certain what those needs will be. Two VMware cloud executives explain the need for partnership and how global is the new neighborhood in the cloud era and how a new mindset […]

The post The Power of Partnership in the Cloud Era appeared first on VMware vCloud Blog.

Full View / NID: 56442 / Submitted by: The Zilla of Zuron

10.288.2015 - Webcast: Accelerate Your Application Deployment with VMware Cloud Management Platform



View VMware related news.

(And now a word from our sponsor….) Ready to transform to a more agile IT model? It’s time to simplify and automate the process of delivering complex multi-tier applications from development to production. Join us on Thursday, October 29 at 11:00AM PT / 2:00PM ET for our VMware Cloud Management Platform webinar on accelerating your […]

The post Webcast: Accelerate Your Application Deployment with VMware Cloud Management Platform appeared first on VMware Cloud Management.

Full View / NID: 56441 / Submitted by: The Zilla of Zuron

10.288.2015 - VMworld 2015 Europe – Highlights della seconda giornata



View VMware related news.

Il keynote della seconda giornata del VMworld Europe è stato …

Read More

Full View / NID: 56440 / Submitted by: The Zilla of Zuron

10.288.2015 - How to Accelerate Your Application Deployment From Months to Days



View VMware related news.

Now that you’ve learned how to reduce IaaS delivery time from days to minutes across a private / hybrid cloud, what are your next steps? Delivering infrastructure services is just one piece of the puzzle, when the Lines-of-Business (LOB) ask you (enterprise IT) to become more “agile.” Applications are the engine that enable the business […]

The post How to Accelerate Your Application Deployment From Months to Days appeared first on VMware Cloud Management.

Full View / NID: 56439 / Submitted by: The Zilla of Zuron

10.288.2015 - VMworld Europe 2015 – Andra dagens höjdpunkter



View VMware related news.

Onsdagens började med en fantastisk genomgång av vad VMworld erbjuder …

Read More

Full View / NID: 56438 / Submitted by: The Zilla of Zuron

10.288.2015 - 23 Disturbing Statistics about Mobile Security



View VMware related news. Halloween is nearly upon us, and we’ve had some fun brainstorming the scariest themes for our readers this year. With all the news over the past two years about cyberattacks, hacks and mobile security breaches—and in honor of National Cyber Security Awareness Month—we could think of nothing scarier for IT teams than mobile cyber security. […]]>...
Full View / NID: 56437 / Submitted by: The Zilla of Zuron

10.288.2015 - New vSphere V6 and Horizon V6 Courses



View VMware related news.

Last month we released several new courses on vSphere V6 and Horizon V6.Make sure you know when the latest courses are released by signing up for email alerts. vSphere: Optimize and Scale [V6] This course teaches experienced vSphere users advanced skills for configuring and maintaining a highly available and scalable virtual infrastructure. Through a mix […]

The post New vSphere V6 and Horizon V6 Courses appeared first on VMware Education and Certification Blog.

Full View / NID: 56436 / Submitted by: The Zilla of Zuron

10.288.2015 - Northeastern University Student Highlights the Endless Opportunity for Growth as a Marketing Co-op at VMware



View VMware related news.

At VMware, interns and co-ops work alongside industry thought leaders to pave the way for Information Technology. Connect with Marketing Co-op for the Office of the Chief Marketing Officer (CMO) and Northeastern University student, Madison Soave, and hear how her passion for numbers and engaging with others is fueled at VMware.   Name: Madison Soave […]

The post Northeastern University Student Highlights the Endless Opportunity for Growth as a Marketing Co-op at VMware appeared first on VMware Careers Blog.

Full View / NID: 56435 / Submitted by: The Zilla of Zuron

10.288.2015 - EUC/VDI Solution that Delivers Superior Client Virtualization and Accelerated Graphics Performance



View VMware related news.

Manufacturing, healthcare and financial services customers want EUC/VDI solutions that deliver superior client virtualization and accelerated graphics performance for everything from video to CAD—with reduced costs, risks and time to value. Now you can deliver it all with the joint VMware, HP and NVIDIA solution that offers 2x the density for great performance and a […]

The post EUC/VDI Solution that Delivers Superior Client Virtualization and Accelerated Graphics Performance appeared first on Partner News.

Full View / NID: 56434 / Submitted by: The Zilla of Zuron

10.288.2015 - 4 More Reasons to Get SHIELD Android TV



View NVIDIA related news.

Build a product. Launch a product. Done. SHIELD isn’t like that. Because it’s built on Android – the world’s largest open app ecosystem – new entertainment apps are arriving for SHIELD Android TV all the time. So are new games. All the while Google is updating the capabilities of its Android TV platform. So there’s… Read More

The post 4 More Reasons to Get SHIELD Android TV appeared first on The Official NVIDIA Blog.

Full View / NID: 56432 / Submitted by: The Zilla of Zuron

10.288.2015 - Latest GeForce Experience Beta Brings 4K GameStream, 1080p Broadcasting



View NVIDIA related news.

Get the best experience on the latest games. Play 4K games on your TV by streaming from your GeForce GTX PC to SHIELD. Share your exploits on YouTube and Twitch at 1080p/60 fps. GeForce Experience optimizes your PC for more than 270 popular games with a single click. It gets you fast access to drivers. And… Read More

The post Latest GeForce Experience Beta Brings 4K GameStream, 1080p Broadcasting appeared first on The Official NVIDIA Blog.

Full View / NID: 56431 / Submitted by: The Zilla of Zuron

10.288.2015 - Wick Hill Appointed Distributor For Black Duck Software



View RealWire related news. Opportunities for resellers in open source security and management Woking, Surrey: 15th October, 2015 - Wick Hill announced today that it has been appointed UK VAD for Black Duck Software in the UK and DACH region (Germany, Austria and Switzerland). Black Duck’s industry-leading solutions help companies secure and manage open source software. Black Duck has appointed Wick Hill to assist with its aggressive EMEA region expansion. Established in 2003, US-based Black Duck is a worldwide... Source: RealWire
Full View / NID: 56430 / Submitted by: The Zilla of Zuron

10.288.2015 - Wick Hill Announces New Division To Help Rapidly Growing Vendors Establish A Pan-EMEA Footprint



View RealWire related news. Woking, Surrey: 15th October, 2015 - Wick Hill announces the formation of a new division within Wick Hill Group, called Wick Hill Select, which will provide comprehensive market entry and growth support for vendors who are looking to establish a presence in, or rapidly expand across EMEA. Ian Kilpatrick, chairman Wick Hill Group, commented: “We’ve established Wick Hill Select to work with vendors who want to grow rapidly in EMEA and who are looking for... Source: RealWire
Full View / NID: 56429 / Submitted by: The Zilla of Zuron

10.288.2015 - New Data from Ipswitch Reveals Top Challenges for IT Teams Heading Into 2016



View RealWire related news. Global survey of 2,685 IT pros highlights the biggest challenges IT teams face in the battle over the increasing complexity, security threats and importance of mission critical applications and infrastructureLondon, UK - 15th October, 2015 - IT teams wage a battle behind the scenes every day to enable today’s connected digital businesses. Whether it is dealing with cyber threats, new technology or just the sheer volume of day-to-day work, the true front lines of IT... Source: RealWire
Full View / NID: 56428 / Submitted by: The Zilla of Zuron

10.288.2015 - Trend Micro Virus Definitions - 11.981.50



View Trendmicro related news. The Official Pattern Release or OPR is Trend Micro's latest compilation of patterns for identified viruses. It is guaranteed to have passed a series of critical tests to ensure that customers get optimum protection from the latest virus threats.
Full View / NID: 56427 / Submitted by: The Zilla of Zuron

10.287.2015 - Seagate and Team Empire Cheer Gamers with New Gear at IgroMir Gaming Show



View Seagate-Technology related news. Did you catch Seagate at IgroMir Expo this month? If not let me catch you up: We connected with fans and partners, gave away Team Empire T-shirts, provided fans a bunch of Xboxes to play the latest games, gave out some discount promo codes for Seagate Solid State Hybrid Drives and Game Drive and also […]
Full View / NID: 56426 / Submitted by: The Zilla of Zuron

10.287.2015 - VMworld Europe 2015 : les temps forts du premier jour



View VMware related news.

Plénière

Une plénière inspirante montrant comment être «Prêt à tout»: la …

Read More

Full View / NID: 56425 / Submitted by: The Zilla of Zuron

10.287.2015 - VMworld Europe 2015 – Day Two Highlights



View VMware related news.

Today’s VMworld 2015 Europe general session was a fantastic demonstration …

Read More

Full View / NID: 56424 / Submitted by: The Zilla of Zuron
  Popular Tech News  
  Most Viewed News  
  Top Affiliates  
.....