(V7.3)NEW FEATURES ABOUT OPTIMIZATION IN RELEASE 7.2 & 7.3

제품 : ORACLE SERVER
작성날짜 : 2003-02-24
(V7.3)NEW FEATURES ABOUT OPTIMIZATION IN RELEASE 7.2 & 7.3
==========================================================
PURPOSE
Oracle RDBMS V7.2와 V7.3에서 Optimization에 관한 new feature를
알아보기로 한다.
Explanation
다음과 같은 대표적인 기능 9가지가 있습니다.
1> Direct Database Reads
Parallel query 프로세스들은 필터링이나, 소팅, 조인과 같은 작업을
수행하기 위해서는 아주 큰 테이블을 scanning해야 합니다. Direct Database
Reads는 read efficiency와 성능의 향상을 위해 contiguous memory read를
가능하게 해줍니다.
또한, concurrent OLTP와 같은 작업을 수행시 따르는 경합을 없애기
위해 버퍼 캐쉬를 bypass합니다.
2> Direct Database Writes
Parallel query 프로세스들은 intermediate sort runs, summarization
(CREATE TABLE AS SELECT), index creation(CREATE INDEX)과 같은 작업의
수행 결과를 디스크에 종종 기록해야 합니다.
Direct Database Writes는 write efficiency와 성능의 향상을 위해
direct contiguous memory로 하여금 contiguous disk writes를 가능하게
해줍니다.
또한, concurrent OLTP 작업과 DBWR 프로세스에 의한 경합을 없애기 위해
버퍼 캐쉬를 bypass합니다.
결론적으로, Direct Database Reads와 Writes는 concurrent OLTP와 DSS
작업에 따르는 복잡한 부하를 조절하면서 Oracle 7 서버를 분리된 형태로,
또한 최적의 튜닝을 가능하게 해줍니다.
3> Asynchronous I/O
Oracle 7은 이미 sorts, summarization, index creation, direct-path
loading 에 대한 asynchronous write 기능을 제공하고 있습니다.
Release 7.3부터는 보다 나은 성능의 향상을 위해 asynchronous
read-ahead 기능을 제공하여 최대한 processing과 I/O의 병행성을 증가
시켜 줍니다.
4> Parallel Table Creation
CREATE TABLE ... AS SELECT ...와 같은 구문을 제공하여 상세한 데이타를
갖는 큰 테이블의 조회된 결과를 저장하기 위해 임시 테이블을 생성합니다.
이 기능은 보통 intermediate operation의 결과를 저장하기 위해
drill-down 분석을 할 때 사용됩니다.
5> Support for the Star Query Optimization
Oracle 7은 수행 속도의 향상을 위해 star 스키마가 존재하고, star query
optimization을 invoke 합니다. Star query는 먼저 여러 개의 작은 테이블을
join하고, 그런 후에, 그 결과를 하나의 큰 테이블로 join합니다.
6> Intelligent Function Shipping
Release 7.3부터 parallel query를 처리하는 coordinator 프로세스는
non-shared memory machine(cluster 또는 MPP) 내의 노드들을 처리하기
위해 디스크나 데이타들 간의 유사성에 대해 인식하게 될 것입니다.
이 사실에 근거하여, coordinator는 data들이 machine의 shared
interconnect를 통해 전달될 필요가 없다는 점에서, 특정 node-disk pair로
수행되고 있는 프로세스들에게 parallel query operation을 지정할 수
있습니다.
이 기능은 연관된 cost나 overhead없이 'shared nothing' 소프트웨어
아키텍쳐의 잇점을 제공하면서 효율성과 성능, 확장성을 개선할 수 있습니다.
7> Histograms
Release 7.3부터 Oracle optimizer는 테이블의 컬럼 내에 있는 데이타 값의
분포에 관한 더 많은 정보를 이용할 수 있습니다. Value와 상대적 빈도수를
나타내는 histogram은 optimizer에게 index의 상대적'selectivity'에 관한
정보와 어떤 index를 사용해야할 지에 관한 더 좋은 아이디어를 제공해
줄 것입니다.
적절한 선택을 한다면, query의 수행시간을 몇 분, 심지어 몇 시간씩이나
단축시킬 수가 있습니다.
8> Parallel Hash Joins
Release 7.3부터 Oracle 7은 join 처리시간의 단축을 위하여 hash join을
제공합니다. 해슁 테크닉을 사용하면 join을 하기 위해 데이타를 소트하지
않아도 되며, 기존에 존재하는 인덱스를 사용하지 않으면서 'on-the-fly'
라는 개념을 제공합니다. 따라서, star schema 데이타베이스에 전형적으로
적용되는 small-to-large 테이블 join의 수행 속도를 향상시킬 것입니다.
9> Parallel UNION and UNION ALL
Release 7.3부터 Oracle 7은 UNION과 UNION ALL과 같은 set operator를
사용하여 완전히 parallel하게 query를 수행할 수 있습니다. 이러한
operator를 사용하면, 큰 테이블들을 여러 개의 작은 테이블의 집합으로
나누어 처리하기가 훨씬 쉬워질 것입니다.
Example
none
Reference Documents
none

Sorry for the confusion!
I'll clear it up right now - I'm currently running 10.7.2 - please disregard SL 10.6.8, that was from the past. I updated to 10.7.3, the new checkmark appeared. I noticed a few other stability issues in 10.7.3, so returned to 10.7.2. As for Mountain Lion - I saw a friend's Mac running ML (I assume he had a Dev account), and noticed the new checkmark as well.
Here's the pictures to show the comparison:
10.7.2 Checkmark
10.7.3/ML Checkmark:
See the difference? My question is, I don't want the new checkmark in 10.7.3. I think, personally, it's hideous and very iOS-like. Is there a way I can "hack" a resource file, or copy over a file from 10.7.2 into 10.7.3 to bring back the original checkmark used in 10.7.2 and all prior versions of OSX? I'm not sure, but it seems like some kind of font is used for the checkmark, but I'm not sure. I'm still a bit new to OSX.
If anyone knows, or has any idea, that would be much appreciated! Again, I know it's a bit nitpicky

Similar Messages

  • New features for BSP since release 7.0

    Hi all!
    Could anyone just tell me what exactly are the new features since the 7.0 release for BSP-Programming (if any exist) or tell me where to get that information (am a little confused again searching through the SAP-Site-Universe).
    Thanks in advance and regards
    Jan

    Hi Jan,
    there aren't any new features for BSP in 7.0, as there is no further devolpment for the BSP framework.
    Regards,
    Rainer

  • New feature to the next release

    I hope this could be added to the next release because will be the cherry on the top of the cake, add the possibility to let us change the sentences on the menu, you know the "Add to dictionary" be writing on the language of the user? I guess this could be done with some setters no?

    Hi again Noela, that is what I need!!!
    I hope you guys can deliver that, if there is any thing i can do to help let me know
    Best regards to you and all Squiggly team

  • Recommendation for new features in next Sun Studio releases

    Hello,
    I have started using the Sun Studio Express recently and as a feedback to your opening to receive proposals to new features in the next releases of the Sun Studio collection I would want to point some aspects of interest to the programmers in writing good software for embedded systems and not only.
    First of all, with regards to the subject of great interest to me in this moment, multicore/multiprocessor parallel programming, I would appreciate the following :
    - if the compiler would be extended with new directives to allow the programmer to measure the load of each core and/or processor that is available to him.
    - if the compiler would be extended with directives to allow the programmer to get the core ID on which a specific section of code is executed. As en example consider o multithreaded application and in the associated function for each thread read the core ID and function of this value perform specific actions.
    - if the compiler would be extended with directives to allow the programmer to get the ID of the processor in the system - supposing a specific system has many multicore processors. (I don't know if this is possible).
    - if the compiler would be extended with directives to allow the programmer to specify the core and/or processor on which it wants to be executed a specific process,thread,function,(maybe instruction).
    With these macros I think a lot of things can be exercised, one that I think in this moment is the posibility for the programmer to implement his own algorithm of load balancing for the cores and processors of his system.
    Another point I would recommend would be that the watch window in the Sun Studio IDE to permit the selection of the format in which the data to be displayed.As an example if I have a U32 variable to be able to select in the watch window the integer ,hexadecimal or binary format in which I would want to be displayed.
    Another useful thins that I sought at other IDEs would be a popup window or something similar to select how to see the source code: as a .c file , as an assembler code , or as a mixture of C and assemble.
    That's all for the moment, if I see something else I would post another message.
    Thank you,
    Steve.

    steveg wrote:
    First of all, with regards to the subject of great interest to me in this moment, multicore/multiprocessor parallel programming, I would appreciate the following :
    - if the compiler would be extended with new directives to allow the programmer to measure the load of each core and/or processor that is available to him.
    - if the compiler would be extended with directives to allow the programmer to get the core ID on which a specific section of code is executed. As en example consider o multithreaded application and in the associated function for each thread read the core ID and function of this value perform specific actions.
    - if the compiler would be extended with directives to allow the programmer to get the ID of the processor in the system - supposing a specific system has many multicore processors. (I don't know if this is possible).
    - if the compiler would be extended with directives to allow the programmer to specify the core and/or processor on which it wants to be executed a specific process,thread,function,(maybe instruction).
    With these macros I think a lot of things can be exercised, one that I think in this moment is the posibility for the programmer to implement his own algorithm of load balancing for the cores and processors of his system.
    These are OS functions, not compiler's. Solaris has a wide selection of ways and tools to assign processes and threads to cpus; processor_bind(2) is a function you can call and pbind(1M) is a tool you can use on a running app. There are more, just google for it.
    Another point I would recommend would be that the watch window in the Sun Studio IDE to permit the selection of the format in which the data to be displayed.As an example if I have a U32 variable to be able to select in the watch window the integer ,hexadecimal or binary format in which I would want to be displayed.
    Good point. I'll check if there already is an RFE (Request For Enhancement) filed and file one if it's not. Thanks for letting us know!
    Another useful thins that I sought at other IDEs would be a popup window or something similar to select how to see the source code: as a .c file , as an assembler code , or as a mixture of C and assemble.
    But there is disassembly window already. See screenshot here: http://developers.sun.ru/images/stories/sunstudio/images/sun_studio_dbx.png

  • Ask the Expert: Cisco Unified Contact Center Express (UCCX) Version 10.0 - Upgrade, Migration, and New Features Overview

                With Abhiram Kramadhati 
    Welcome to the Cisco Support Community Ask the Expert conversation. This is an opportunity to learn and ask questions about the upgrade, migration methods, and new features of the latest released Version 10.0 of Cisco Unified Contact Center Express (UCCX) with Cisco expert Abhiram Kramadhati.
    Abhiram will address the following on the latest release of Cisco UCCX Version 10.0:
    Installation
    Upgrade from previous versions - both Linux and Windows   
    Migration from MCS to Cisco UCS environment - Different methods and best practices
    New features - Overview and limitations
    This discussion will center on install and upgrade best practices, changes in hardware support, and migration methods from MCS to Cisco UCS. He can also briefly discuss the new features introduced in 10.0. The discussion focuses the latest versions, but queries about general Cisco UCCX topics can be addressed too if time allows.
    Abhiram Kramadhati is an engineer with the Contact Center Backbone group. He has been working with Cisco UCCX since he joined Cisco. During two years at Cisco, he has built his expertise around Cisco UCCX telephony applications, Java Telephony API (JTAPI) integration, Cisco UCCX system behavior, LDAP components, and Cisco UCCX as IP interactive voice response in Unified Contact Center Enterprise (UCCE) environments. He also works on other technologies, including Unified Communications Manager and UCCE. He has been involved in many technical escalations in the Asia Pacific region. Abhiram also holds a CCIE in voice (40065).
    For more details about this topic, refer to the recently published Tech-Talk Video and Blog.
    Remember to use the rating system to let Abhiram know if you have received an adequate response. 
    Abhiram might not be able to answer each question due to the volume expected during this event. Remember that you can continue the conversation in the Voice, Video, and Collaboration  community,  sub-community, Contact Center discussion forum shortly after the event. This event lasts through January 31, 2014. Visit this forum often to view responses to your questions and the questions of other community members.

    Hi Anurag,
    Thanks for your questions.
    1:Is there change in DB architecture as CUIC is the only option as compared to previous linux version UCCX ?
    I assume this is from the tables regarding historical data. The database schema essentially remains the same since UCCX 9.0 had CUIC too and we had a seperate DB Space for CUIC and we still continue with that. The traditional historical tables remain and the replication process remains the same too.
    2:Is there any version change for Linux OS used as VOS,
    The Linux version is Red Hat Linux 5. To be precise:
    [root@uccx10pub /]# cat etc/redhat-release
    Red Hat Enterprise Linux Server release 5.7 (Tikanga)
    3:Is there any API architecture change in UCCX 10 from previous releases ?
    I can answer this more of an overview. The only enhancement in the API side is the introduction of REST API step in the script editor. You can now make REST calls from the script and this ofcourse opens up a whole new world of possiblities.
    4:Since from UCCX 10 , we can only use either CAD or Finnesse at one  time, whats the impact of changing this after some time in production,  let say , i used CAD for 2 months and then i decided to move to Finesse,  whats the impact ? or is it a smooth change as switching CUIC and HRC  in previoius release ?
    For the scenario you mentioned, there is absolutely no problem. The point to note is that the Finesse services are activated/deactivated but the CAD desktop services are ALWAYS running. The only condition to keep in mind is that you can use ONLY ONE type of agent desktop at any time.  Also if Finesse is not used and CAD operations are used extensively, it is advisable to shutdown the Finesse service.
    5:Is 3rd Party UCS hardware supported by UCCX 10 instead of using Cisco manufactured UCS , can i use HP hardware for Virtualisation ?
    Yes, it can be used. This is something called as "Third party specs based specification". The most important things seen for compatibility are:
    Inter CPU Model
    It it is on thVMWare Hardware Compatibilty List
    You can get more information about this on the "Can I use this server?" section of UC Virtualized Hardware page:
    http://docwiki.cisco.com/wiki/UC_Virtualization_Supported_Hardware#.22Can_I_use_this_server.3F.22
    6:Is Host name change supported?
    Yes, the hostname change is supported. The prcocedure is documented in the UCCX 10.0 Administration Guide:
    http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_10_0/configuration/guide/UCCX_BK_W1AF9DDD_00_uccx-admin-guide-10.0.pdf (Pg 168)
    Cheers,
    Abhiram Kramadhati

  • New Features of P6 R8.2

    Hi,
    I'd appreciate if someone can explain the new features of Primavera P6 release 8.2. If there's a PDF with these features, please advise.
    Regards,
    Karim

    Hi Karim,
    You may bookmark the below link. It will give you the required information about P6 R8.2
    http://docs.oracle.com/cd/E25030_01/index.htm
    Let me know if you are looking for anything in particular.
    Regards,
    Sachin Gupta

  • Who/Where can i suggest new features/ changes

    Hi Adobe Devs.
    Are there someone i can message/mail new ideas, cause it sems
    like this forum does not seem to be quite the right place.
    I've been working with flash for some years (since flash4)
    and i love the program. Honestly i think have some good ideas of
    simple stuff that could be added to make the program easier to use,
    both for designers and programmers.
    I initially tried with this post:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1258827&enterthread=y
    but noone has answered it...

    there's a feature request list on adobe's site:
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    But you may have to wait at least another year unless your
    wishes coincide with the features about
    to be released in the CS3 version (days/weeks away).
    Chris Georgenes
    Animator
    http://www.mudbubble.com
    http://www.keyframer.com
    Adobe Community Expert
    *\^^/*
    (OO)
    <---->
    squadjot wrote:
    > Hi Adobe Devs.
    >
    > Are there someone i can message/mail new ideas, cause it
    sems like this forum
    > does not seem to be quite the right place.
    >
    > I've been working with flash for some years (since
    flash4) and i love the
    > program. Honestly i think have some good ideas of simple
    stuff that could be
    > added to make the program easier to use, both for
    designers and programmers.
    >
    > I initially tried with this post:
    >
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=19
    > 4&threadid=1258827&enterthread=y
    >
    > but noone has answered it...
    >

  • 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."

  • No PS CC in launchpad after install PS cs6 (new feature 28/5-14)

    Lovely with the new feature about CS6 programs, but not smart cs6 programs after installation removes CC version of the program from the launchpad on mac .. I have installed Photoshop CS6, Illustrator CS6 and InDesign CS6. Photoshop CC has disappeared (from launchpad) (CS6 now showed in launchpad), Illustrator CS6 + InDesign do not appear in Launchpad. Bridge CS6 + Bridge CC are both in launchpad.
    What's wrong?

    Nyby please see Launch CC apps after install - https://helpx.adobe.com/creative-cloud/help/launch-creative-cloud-apps.html for information on how to open both Creative Suite 6 and Creative Cloud applications from the Applications folder.
    You may also want to see How to add missing apps to Launchpad?...: Apple Support Communities for information on how to add items to Launch pad.

  • 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

  • How to get informed about new features and version...

    Hello,
    I used to get informed on skype when a new version is launched, but now I dont. I noticed it when I delete skype and re-install again from the site for a reason. Also I want to learn about the new features via e-mail. What should I do?
    Regards

    To manually check for new updates, you can click the Check Update option in the Help menu in the Skype software window.  Then if there are new versions released and you want to know what new features are added in that release, you can check the Skype Blog's Garage section - 
    http://blogs.skype.com/category/garage-updates/
    IF YOU FOUND OUR POST USEFUL THEN PLEASE GIVE "KUDOS". IF IT HELPED TO FIX YOUR ISSUE PLEASE MARK IT AS A "SOLUTION" TO HELP OTHERS. THANKS!
    ALTERNATIVE SKYPE DOWNLOAD LINKS | HOW TO RECORD SKYPE VIDEO CALLS | HOW TO HANDLE SUSPICIOS CALLS AND MESSAGES

  • I bought my first  iMac 27" i5 in November 2011 last year. Do you think there would be a update that will Features a Retina Display, Siri etc ?? So my iMac will be the same as the new one that will be released this year, Or will I have to buy a new iMac t

    I bought my first  iMac 27" i5 in November 2011 last year.
    Do you think there would be a update that will Features a Retina Display, Siri etc ??
    So my iMac will be the same as the new one that will be released this year,
    Or will I have to buy a new iMac to get all these new updates ??
    It would be a shame if I did because my iMac is only 6months old if that ..
    Kind regards Simon Trott Apple user and proud of it

    We're not allowed to speculate on future or rumoured Apple products, but we all know there'll always be newer tech coming along.
    The iMac you have is an excellent machine, be happy with it and get a good few years use out of it. By the time your machine is slowing down, whatever comes next will have been updated numerous times.
    I had the 2011 i5 27" delivered about 3 weeks ago. It's a cracking machine

  • Missing / deleted history - 'New and improved' releases add new features, improved (?) function, but eliminate some options and browsing history...

    This has been a problem ever since updating from Firefox 8 to FF 10. I noticed that there was about a month missing from my history after that update. Checking my settings in 'about:config', there was no change in 'browser.history_expire_days_min' or 'browser.history_expire_days.mirror'. The value has been set at '720' ever since installing FF 3.6 over three years ago.
    Admittedly, I don't install new updates the moment they become available... However, every time that I've installed an update, more and more of my history simply vanishes. Not a few days or weeks, mind you. but 3, 6, and even 9 months of history GONE!
    I just don't understand why this option was eliminated from Privacy Preferences, forcing users to tinker with the settings in 'about:config' instead. Since users are given a warning before going on to the settings page, why would any programmer think this is a good alternative to the Preferences pane???
    Now I'm down to history for February and March of this year... You can bet that I'm not going to be updating to any new releases for a very long time, if ever.
    It seems that 'software bloat' isn't a 'Microsoft-only' disease...
    New 'features' + 'improved' perfomance = New demands for disk space + improved glitches...
    Frankly, I'm getting sick of this...

    Not sure if it is relevant but the structure of the places.sqlite database changed recently, and jumping all the way from fx3.6 to fx18 or 19 could conceivably have been a factor. It is best to keep Firefox up-to-date.
    Glad at least that you keep backups.
    History backups are slightly problematic, because if the places.sqlite database is backed up and restored to an old copy the bookmarks then regress. As you will be aware already, Firefox itself makes no History backups, and has no facility to restore History only.

  • Notifications About New Features Should Be In WebOS!

    Palm,
    Please listen, we all love your updates especially when new features like contact addresses can be launched in Sprint Nav. And I know from listening and personally talking with Jon Rubinstein how much he cares about the customer experience. But most of your customers like my mom or sister wouldn't know that update 1.3.5 had this new feature. I personally knew about it's existence but had to search on how to toggle between the two.
    It's important you show off exciting new features and how to use them. My suggestion is to have pop-up tutorial after an update that says something like, "WebOS has just updated and there are new features on your phone now. Press here to learn about them." This would launch an animated guide. Otherwise the only way most people will find out about them will be by accident if at all.
    Please make this happen and thanks for all the great work.
    Post relates to: Pre p100eww (Sprint)

    I agree with you. A lot of easter egg features. I think some people like that, but for the common user who does not like searching for these hidden things It can hinder there experience. 
    I don't know if I would like the tutorial on the phone idea though. I mean in theory its nice, but those will add to the download time. And sometimes when those updates are released, they don't exactly come speeding fast regardless of wifi or not. 
    I think instead what would be nice, with the ability to watch flash in the web browser coming soon, maybe just include a link that pops up, or one you can click in the Update App that directs the browser to a flash showing the new features. Would not force everyone to download extra files, and have the option of viewing it from any PC if you want. 

  • New Features of Release R12

    Does anyone have a document/link which highlights the new features/changes in Oracle Receivables/TCA/Customers?
    Thanks in advance.

    Note:404152.1
    This document contains links to the published Release Content Documents for Oracle Applications, E-Business Suite Release 12. The RCD or Release Content Documentation communicates information about new or changed functionality in the specified release of the Oracle E-Business Suite. Existing functionality from prior point releases is not described. Use this document as a launchpad for R12 RCDs.
    Srini C

Maybe you are looking for

  • Transport request deleted - how can I delete the link in CharM ticket?

    Hi everyone, yesterday, I manually deleted an empty transport request in the development system. Bad idea, I know, because now, I get errors in the CharM ticket, because it still has a link to the transport request, which has been deleted. How can I

  • PPC IMac G5 w/ OSX 10.4.11

    I'm actually going to be selling my iMac having upgraded recently, so I've reformatted/clean installed it and loaded on some apps, but my Classic (which was working) is now gone. As I recall I think all I had to do was drag copy an old System 9 folde

  • Error in MB31/Migo Message no. C6009

    Hi All, I am doing Make to order till confirmation it is working fine but when i am going for goods receipt through Mb31/ Miro following error is coming can any body help to fix this error Current order status 1000244 does not allow goods receipt Mes

  • Missing files in "list copy" command once controlfile restored

    Hi, Performing restore/recover exercises (11gR2 on ASM), I did the following: 1/ the DB running, "list copy" in RMAN (to retrieve a list of my backups), 2/ then did a shutdown abort, went to AMSCMD and removed all datafiles/ctlfile/spfile manually (w

  • Why is my MacBook really slow since uploading Yosemite

    Why is my MacBook really slow since installing Yosemite?