Home Database Mysql Tutorial oracle 10g ocm认证考试将在2015年3月正式退休

oracle 10g ocm认证考试将在2015年3月正式退休

Jun 07, 2016 pm 04:37 PM
March oracle Certification

oracle 10g ocm认证考试将在2015年3月正式退休,该消息来源于oracle?certification的官方博客,地址为https://blogs.oracle.com/certification/entry/1060_01。 Oracle university建议用户若仍由考取10g ocm的计划,那么应当在2015年3月前完成。 对于国内的

oracle 10g ocm认证考试将在2015年3月正式退休,该消息来源于oracle?certification的官方博客,地址为https://blogs.oracle.com/certification/entry/1060_01。

Oracle university建议用户若仍由考取10g ocm的计划,那么应当在2015年3月前完成。

对于国内的一些有WDP或者没有WDP资质的培训机构而言,这并不是什么好消息,由于10g ocm考取的整个过程已经非常熟悉(包括考试的每一道题目和细节环节),而11g OCM对于急需仅仅想获得一个Paper证书的学员来说并不友好,所以10g ocm retire 将给其批量生产ocm的生意带来少量麻烦,当然在利益面前这一切都会被克服的,我们要相信他们的能力!

群内讨论,为什么ORACLE 10g都过了extended support,但10g ocm还是考试的主力?只能说10g ocm这个大蛋糕还没被彻底切完,而且各大第三方培训机构对11g ocm的题库还不熟悉,反正10g的钱还能挣着,就无所谓那么急要给考试也升个级了。或许可以在国内看到这种现象,市面上没人用10g了,但是大家还在考10g

将被废弃退休的一些认证考试,对应的新版本列表如下:

Retiring Exams Newer Versions of Retiring Exams
1Z0-030 Oracle9i New Features for Administrators 1Z0-060 Upgrade to Oracle Database 12c
1Z0-035 Oracle9i DBA New Features for Oracle7.3 and Oracle8 OCPs 1Z0-060 Upgrade to Oracle Database 12c
1Z0-040 Oracle Database 10g: New Features for Administrators 1Z0-060 Upgrade to Oracle Database 12c
1Z0-042 Oracle Database 10g: Administration I 1Z0-052 Oracle Database 11g: Administration I or1Z0-062 Oracle Database 12c: Installation and Administration
1Z0-043 Oracle Database 10g: Administration II 1Z0-053 Oracle Database 11g: Administration II or1Z0-063 Oracle Database 12c: Advanced Administration
1Z0-041 Oracle Database 10g 2 Day DBA Assessment Exam None
1Z0-045 Oracle Database 10g DBA New Features for Oracle8i OCPs 1Z0-060 Upgrade to Oracle Database 12c
1Z0-046 Oracle Database 10g: Managing Oracle on Linux for DBAs None
1Z0-048 Oracle Database 10g R2: Real Application Clusters for Administrators 1Z0-058 Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration
10GOCM Oracle Database 10g Administrator Certified Master Exam Oracle Database 11g Certified Master Exam
Retiring Credentials Newer Versions of Retiring Credentials
Oracle Database 10g Administrator Certified Associate Oracle Database 11g Administrator Certified Associate orOracle Database 12c Administrator Certified Associate
Oracle Database 10g Administrator Certified Professional Oracle Database 11g Administrator Certified Professional orOracle Database 12c Administrator Certified Professional
Oracle Database 10g Bronze Bronze Oracle Database 11gBronze Oracle Database 12c
Oracle Database 10g Managing Oracle on Linux Certified Expert None
Oracle Database 10g Real Applications Clusters Administrator Certified Expert Oracle Certified Expert, Oracle Real Application Clusters 11g and Grid Infrastructure Administrator
Oracle Database 10g Administrator Certified Master Oracle Database 11g Administrator Certified Master

Related posts:

  1. Oracle 12c新特性学习列表
  2. 【Oracle database 12c】12c官方Note信息汇总
  3. New to My Oracle Support?
  4. Oracle Certified Master For Java EE 5/6 Comes
  5. Dream features in Oracle Database 12g?
  6. 了解11g OCM
  7. 职业生涯的一个中转站
  8. Oracle Database 12c新特性汇总页面
  9. Advice on upgrading to 11.2.0.2 and converting to RAC
  10. 参数cluster_interconnect详细介绍
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Chat Commands and How to Use Them
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to check tablespace size of oracle How to check tablespace size of oracle Apr 11, 2025 pm 08:15 PM

To query the Oracle tablespace size, follow the following steps: Determine the tablespace name by running the query: SELECT tablespace_name FROM dba_tablespaces; Query the tablespace size by running the query: SELECT sum(bytes) AS total_size, sum(bytes_free) AS available_space, sum(bytes) - sum(bytes_free) AS used_space FROM dba_data_files WHERE tablespace_

How to encrypt oracle view How to encrypt oracle view Apr 11, 2025 pm 08:30 PM

Oracle View Encryption allows you to encrypt data in the view, thereby enhancing the security of sensitive information. The steps include: 1) creating the master encryption key (MEk); 2) creating an encrypted view, specifying the view and MEk to be encrypted; 3) authorizing users to access the encrypted view. How encrypted views work: When a user querys for an encrypted view, Oracle uses MEk to decrypt data, ensuring that only authorized users can access readable data.

How to view instance name of oracle How to view instance name of oracle Apr 11, 2025 pm 08:18 PM

There are three ways to view instance names in Oracle: use the "sqlplus" and "select instance_name from v$instance;" commands on the command line. Use the "show instance_name;" command in SQL*Plus. Check environment variables (ORACLE_SID on Linux) through the operating system's Task Manager, Oracle Enterprise Manager, or through the operating system.

How to uninstall Oracle installation failed How to uninstall Oracle installation failed Apr 11, 2025 pm 08:24 PM

Uninstall method for Oracle installation failure: Close Oracle service, delete Oracle program files and registry keys, uninstall Oracle environment variables, and restart the computer. If the uninstall fails, you can uninstall manually using the Oracle Universal Uninstall Tool.

How to import oracle database How to import oracle database Apr 11, 2025 pm 08:06 PM

Data import method: 1. Use the SQLLoader utility: prepare data files, create control files, and run SQLLoader; 2. Use the IMP/EXP tool: export data, import data. Tip: 1. Recommended SQL*Loader for big data sets; 2. The target table should exist and the column definition matches; 3. After importing, data integrity needs to be verified.

How to get time in oracle How to get time in oracle Apr 11, 2025 pm 08:09 PM

There are the following methods to get time in Oracle: CURRENT_TIMESTAMP: Returns the current system time, accurate to seconds. SYSTIMESTAMP: More accurate than CURRENT_TIMESTAMP, to nanoseconds. SYSDATE: Returns the current system date, excluding the time part. TO_CHAR(SYSDATE, 'YYY-MM-DD HH24:MI:SS'): Converts the current system date and time to a specific format. EXTRACT: Extracts a specific part from a time value, such as a year, month, or hour.

How to set up users of oracle How to set up users of oracle Apr 11, 2025 pm 08:21 PM

To create a user in Oracle, follow these steps: Create a new user using the CREATE USER statement. Grant the necessary permissions using the GRANT statement. Optional: Use the RESOURCE statement to set the quota. Configure other options such as default roles and temporary tablespaces.

How to create oracle dynamic sql How to create oracle dynamic sql Apr 12, 2025 am 06:06 AM

SQL statements can be created and executed based on runtime input by using Oracle's dynamic SQL. The steps include: preparing an empty string variable to store dynamically generated SQL statements. Use the EXECUTE IMMEDIATE or PREPARE statement to compile and execute dynamic SQL statements. Use bind variable to pass user input or other dynamic values ​​to dynamic SQL. Use EXECUTE IMMEDIATE or EXECUTE to execute dynamic SQL statements.

See all articles