Oracle 11g new features and download.

Hi,
What are the new features of oraacle 11g and when I will be able to download 11g database.
Regards
MMU

Hi
We may get more information after this 11g launch by today.
Oracle Database 11g Launch - New York City
http://www.oracle.com/webapps/events/EventsDetail.jsp?p_eventId=66665

Similar Messages

  • 1Z0-050  Oracle 11g New Features for Administrators

    Which release are the exam 1Z0-050 - Oracle 11g New Features for Administrators, release 1 or release 2?
    I need to study Oracle University Material Release 1 or Release 2?

    Hi,
    I have a question too.
    I am 10g certified and looking to take the 11g New Features For Administrators course in the new year.
    Previously when I certifed from 8i to 9i and then to 10g it was only required to take the exam and the course was optional although my company sends me anyway.
    Looking on Oracles website it seems to be that to do the 11g New Features you now have also have to attend another instructor led course. I have posted a link.
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getlppage?page_id=212&path=DBAU
    Can someone confirm if this is the case and that Oracle have changed the format of the New Features upgrade path,
    cheers

  • When Oracle 11g new features 1z0-050 exam changed last time ??

    Hi everyone,
    Can anybody tell me that when the last time Oracle 11g new features 1z0-050 exam changed?? Does it changed recently, or its going to be change in near future??
    Thanks and Regards,
    Khurram

    bigdelboy wrote:
    Khurram Bhatti wrote:
    Hi everyone,
    Can anybody tell me that when the last time Oracle 11g new features 1z0-050 exam changed?? Does it changed recently, or its going to be change in near future??
    Thanks and Regards,
    Khurram1) Possible topic changes between beta and production.
    2) When reviewed for 11gR2 rather than 11gR1 ... it is possible, but unlikely, there could have been minor topic changes.
    3) IMHO It is unlikely this exam will have further topic changes from those currently shown on the exam page.
    ( Please note one other exam (117) has possibly recently had issues with not display all topics) ).
    Suggest you give more reasons for your question before I will spend any time investigating further, i am pressed for time at the moment.Hi bigdelboy,
    Thanks for quick reply. I am going to appear in this exam at this weekend. What basically I wanna ask is that the questions of this exam will be same as when one of my friends appeared 2 months ago?? , or the whole paper/questions could be changed this time ?? I know that the questions came randomly from a set of pool. So is there any possibility that the Oracle has been changed the whole set of pool of questions recently?

  • Oracle 11g New Feature

    Hi Experts
    I am currently doing a Oracle 9.2.0.8 32bit upgrade to 11gR2 64bit and I come across Oracle Document ID 7691270.8 and Oracle Database 11gR2 Upgrade Companion (Version 2.80). Both mention about the new feature of datafilewrite_errors_crash_instance. It started with patchset for 11.2.0.2 stating that a write error to any data file will cause the database to perform a shutdown abort of the instance.
    Hoping to understand more about this new feature I google found this site that explains slightly abit more about it - http://www.jobacle.nl/?p=1126
    Now my question is should I use this new feature in my new 11g database?
    1) Will 11g recover automatically from such instance failure?
    2) Is datafilewrite_errors_crash_instance=true REALLY similar to SHUTDOWN ABORT? If so, am I right to say that Instance Recovery in 11gR2 will occur automatically when an administrator attempts to open a database that was previously shut down inconsistently? (11g Oracle Documentation)
    Now I would like to hear your views and input and would appreciate if there are other Oracle Documentation that explains more about how datafilewrite_errors_crash_instance and 11g instance recovery works hand in hand..
    Thanks guys for taking time to reply this thread!
    [[Do let me know if I have posted in the wrong post]]
    Edited by: 940854 on Oct 15, 2012 7:33 PM

    940854 wrote:
    Now my questions should I use this new feature in my new 11g database?
    1) Will 11g recover automatically from such instance failure?It could be... but you had a IO error
    2) Is datafilewrite_errors_crash_instance=true REALLY similar to SHUTDOWN ABORT? If so, am I right to say that Instance Recovery in 11gR2 will occur automatically when an administrator attempts to open a database that was previously shut down inconsistently? (11g Oracle Documentation)Yes... but your instance crashed because was not able to write on a datafile due to an IO error.

  • Oracle 11g new features

    I am unable to locate "Oracle 11g & 10g new features by Arup Nanda" at Oracle's website

    Do you mean
    http://www.oracle.com/technetwork/articles/sql/11g-asm-083478.html
    http://www.oracle.com/technetwork/articles/sql/11g-security-100258.html
    http://www.oracle.com/technetwork/articles/sql/11g-manage-101028.html
    Edited by: Chinar on Sep 21, 2010 10:38 PM

  • Forms 11g new features

    Hi,
    i want to know the new features of forms and reports in 11 g

    Hi,
    see this links for forms 11g new features
    http://www.oracle.com/technetwork/developer-tools/forms/overview/index.html
    http://www.oracle.com/technetwork/developer-tools/forms/new-features-134509.pdf
    see this links for Reports 11g new features
    http://download.oracle.com/docs/cd/E12839_01/bi.1111/b32121/pbr_intro002.htm#CEGFBAHI
    You can download the forms from this link
    http://www.oracle.com/technetwork/developer-tools/forms/downloads/index.html

  • About Oracle 11g New Feautres

    Hi,
    I'm using
    Personal Oracle Database 11g Release 11.1.0.6.0 - Production
    PL/SQL Release 11.1.0.6.0 - Production
    CORE 11.1.0.6.0 Production
    TNS for 32-bit Windows: Version 11.1.0.6.0 - Production
    NLSRTL Version 11.1.0.6.0 - Production
    My question about Oracle 11g New Features.
    create table sales
    sales_id number,
    product_code number,
    state_code varchar2(2)
    partition by list (product_code)
    subpartition by list (state_code)
    partition p101 values (101)
    subpartition p101_ct values ('CT'),
    subpartition p101_ny values ('NY'),
    subpartition p101_def values (default)
    partition p201 values (201)
    subpartition p201_ct values ('CT'),
    subpartition p201_ny values ('NY'),
    subpartition p201_def values (default)
    Partition is Product Code It's Only allow to insert the values is 101 or 201
    Subpartition is State_code It's Only allow to insert the values is CT or NY
    My understanding is correct or not.
    Any one help me and thanks for ur reply.
    Regards,
    Suresh Kumar

    Hi
    Partition is Product Code It's Only allow to insert the values is 101 or 201Yes.
    Subpartition is State_code It's Only allow to insert the values is CT or NYNo. You have a subpartition with "default" and, therefore, any varchar2(2) value can be inserted.
    HTH
    Chris

  • Oracle database 11g new features

    Hi
    dose any body know some good ebook about oracle database 11g new features.pls inform me.

    Hi;
    If you type this in google you can find many good docs my friend ;)
    http://www.google.com.tr/#hl=tr&output=search&sclient=psy-ab&q=11g+new+features&oq=11g+new+features&gs_l=hp.3..0i19l4.222.222.0.392.1.1.0.0.0.0.145.145.0j1.1.0...0.0...1c.1.QQ-uvTBUcyQ&pbx=1&bav=on.2,or.r_gc.r_pw.r_qf.&fp=5fcce2fc79b654bf&bpcl=35277026&biw=1280&bih=833
    PS:Please dont forget to change thread status to answered if it possible when u belive your thread has been answered, it pretend to lose time of other forums user while they are searching open question which is not answered,thanks for understanding
    Regard
    Helios

  • Discoverer 11g New Features

    Hello All,
    Can anybody point me to any link or doc on discoverer 11g new features.I want to know whats the new functionality and other enchancements apart from the major change of WebLogic.
    Thanks in advance
    Sulakshana

    I know this is an old post but I was looking for this info myself and it took a bit of hunting. This is from a documented dated Jan 2011, so I hope it covers up to 11.1.1.4.
    From this document:
    http://download.oracle.com/docs/cd/E21764_01/bi.1111/b40107.pdf
    1.2 What are the new features in Discoverer 11g Release 1 (11.1.1)?
    This section lists the key configuration changes in Oracle BI Discoverer 11g Release 1 (11.1.1).
    * Certification with Oracle 11g (version 11.1) Enterprise Edition Database
    General updates were made for Discoverer certification with the Oracle 11g (version 11.1) Enterprise Edition database.
    * Oracle Infrastructure uptake
    General updates were made to reference the latest supported version of the Java Runtime Environment.
    * Single Sign-On integration
    Enhancements to Single Sign-On include a new setting propagateGUIDToVPD, which is described in Section A.2, "Configuration settings in configuration.xml." Also, general references to the SSO user were replaced with GUID.
    * Enhanced Viewer navigation
    Improvements to page navigation controls in Discoverer Viewer include a new setting pageNavigation, which is described in Section A.2, "Configuration settings in configuration.xml."
    * Enterprise Manager integration
    General updates were made throughout this guide to reflect improvements in the user interface due to changes to the underlying architecture.
    * Discoverer Web Services
    The ability to interact with the new Discoverer Web Services is provided. For more information, see Section 1.9.1.4, "What is the Discoverer Web Services servlet?"
    * Manageability and diagnosis
    Advanced configuration settings can be updated using the MBean browser in Oracle Fusion Middleware Control, instead of manually editing the configuration files. For more information, see Section 4.12, "Configuring Discoverer using the System MBean Browser."

  • INVOKER'S RIGHT ( ORACLE 8I NEW FEATURE )

    제품 : PL/SQL
    작성날짜 : 2000-05-31
    INVOKER'S RIGHT ( ORACLE 8I NEW FEATURE )
    ==============================================
         AUTHID와 SQL_NAME_RESOLVE에 대해 CURRENT_USER, DEFINER를 지정
         8.1 현재 버젼에서는 AUTHID = CURRENT_USER 일때는 SQL_NAME_RESOLVE =
    CURRENT_USER, AUTHID = DEFINERE 일때는 SQL_NAME_RESOLVE = DEFINER만
    가능
         - AUTHID , SQL_NAME_RESOLVE = DEFINER
              scott 이라는 user에 다음과 같은 stored procedure를 정의했을때
              foo 라는 user에서는 scott.emp 나 scott.empcount 에 대한
              select priviledge, insert priveledge가 없어도 name_count에
              대한 execute priveledge를 가지고 있으면 실행 가능하다.
              그 이유는 name_count를 invoke 시킨 user가 foo라고 할 지라도
              내부적으로는 scott의 priveledge를 가지고 name_count라는
              procedure가 실행 되기 때문이다.
              create or replace procedure name_count
              authid definer as
              n number;
              begin
              select count(*) into n from scott.emp;
              insert into empcount values(n);
              end;
         - AUTHID , SQL_NAME_RESOLVE = CURRENT_USER     
              scott이라는 user에서 다음과 같은 stored procedure를 정의했을
    때 foo 라는 user에서 name_count에 대한 execute priveledge를
              가지고 있다고 할 지라도 scott.emp 에 대한 select priveledge를
              가지고 있지 못하면 name_count를 실행 할 수 없다. 또한
              empcount table은 scott.empcount가 아니라, foo.empcount 테이블
    을 뜻하는데, 그 이유는 authid 와 sql_name_resolve가
    current_user로 지정이 되어 있기 때문이다.
              foo 라는 user에 scott.emp 테이블에 대한 select priviledge를
              grant 해 주고, empcount 테이블을 만든후 실행 시키면
              scott.emp의 row 갯수를 foo.empcount 테이블에 insert 시키게
              된다.
              create or replace procedure name_count
              authid current_user as
              n number;
              begin
              select count(*) into n from scott.emp;
              insert into empcount values(n);
              end;

    Seems that you are right ... iSQLPlus is not referenced in the Oracle8i documentation and was probably not available until Oracle9i
    However, it is certainly possible to install only the iSQLPlus capability of 9i (and probably10g) and configure the tnsnames.ora for the iSQLPlus installation to communicate with an 8i database.
    This is partially discussed here http://download-west.oracle.com/docs/cd/B10501_01/server.920/a90842/ch3.htm#1005835
    Works ... as long as the use is willing to accept the lesser capability of Oracle8i ...

  • Document about Oracle 10g New Features

    Hi all,
    I would like to share a document I wrote about Oracle 10g New Feature. I hope it would be useful.
    Currently, I am updating the document to include Release 2 features. Any comments or suggestion is appreciated.
    Download link:
    http://www.operflow.com/Oracle_10g_DB_Summary.pdf

    Hi Ahmed,
    Good Work !!!
    I just visit your blog it is very interesting about you and your country.
    Regards
    Taj

  • Oracle 10g new feature?

    Hi,
    Is there any link, where i can find in detail about oracle 10g new features, TIA

    You can find each doc in html and pdf format on the Documentation Library<br>
    You can too download all the documentation in html format to have all on your own computer here (445.8MB)<br>
    <br>
    Nicolas.

  • Where to find 11g new features for standard edition

    Hi,
    I am looking for document that shows the 11g new features available to standard edition. Please help if you know where to find.
    Thanks

    fugeorge wrote:
    Hi,
    I am looking for document that shows the 11g new features available to standard edition. Please help if you know where to find.IF you want to do the product comparisons among Enterprise, Standard and Standord One, than yes,there is difference in the available features among all three versions. Check the following link which elaborates it,
    http://www.oracle.com/database/product_editions.html
    HTH
    Aman....

  • Forms 11g New Features Presentation PPT

    Folks,
    I am searching for Jan Carlin's Forms 11g New Features presentation PPT.
    It seems that the Forms section on ias.us.oracle.com has broken links to the stcontent.
    Could you please send it or tell me where I can get it?
    Please send this response also directly to me.
    Thanks,
    Gustavo.

    Gustavo,
    Your reference to ias.us.oracle.com is an internal address and will not be accessible from outside of Oracle. Are you an Oracle employee and are looking for this content internally?
    Publicly available information about Forms 11 and new features can be found on the tech listing page for Forms:
    http://www.oracle.com/technetwork/developer-tools/forms/overview/index.html

  • 11g New feature free sample of questions for 1Z0-050

    Dear Oracle fellows
    Are you 10g OCP, so what about preparing the 11g New feature exam?
    See here Oracle publish some sample questions:
    http://www.oracle.com/global/us/education/certification/sample_questions/exam_1z0-050.html

    Is it possible to try/pass 1z0-050 BEFORE obtaining OCP10gYes. You won't get the certification until you have met all of the requirements, but it is possible to take the upgrade test without being 10G certified. If there's a big enough delay between passing 1Z0-050 and getting your 10G certification, I would not be shocked if you ended up having to open up an SR to request your certificate.
    To be clear, I would expect that they'd notice the 050 and send the cert at the same time as your 10G OCP, but I wouldn't be surprised if they did not.

Maybe you are looking for

  • Best practice for storing price of an item in database ?

    In the UK we call sales tax, VAT, which is currently 17.5% I store the ex-VAT price in the database I store the current VAT rate for the UK as an application variable (VAT rate is set to change here in the UK in January) Whenever the website display

  • Standard Text in SO10

    Hi, Can we use the standard text in S010 for storing only text or we can values or variables also.I want to use standard text in smartform. Rgds

  • Final Cut Crash, Restore?!

    I was just editing my movie in Final Cut Pro X, but when i tried to make the ending, Final Cut just crashed and my entire freaking movie is gone?!?! Is there any way to restore the old movie?!!? If not, i just lost an entire Day of work, and then I d

  • Mail window will not open, even though app is running in the toolbar

    Hi all,   when I click on the mail app in my toolbar, the app is running as it has the little grey dot underneath and is displaying that I have unread emails ... no window will pop up though so I can't actually get into the mailbox at all! I am runni

  • Why does xf86-video-intel conflicts xf86-video-i810?

    Hello, I have a question. Why conflicts xf86-video-intel the xf86-video-i810 driver? Yes I know that -intel is the follow-up, but are there also another (technical) reasons? The problem is that -intel doesn't work very good for me, but sometimes I ne