Oracle certification guide

Hi,
I am a plsql developer.
I am interested in completing below oracle certifications to becom Oracle certified professional.
1Z0-047 Oracle Database SQL Expert
1Z0-144 Oracle Database 11g: Program with PL/SQL
1Z0-146 Oracle 11g Advanced PL/SQL
Can you please suggest me the best books for preparing these courses.
Also suggest me the technologies which are good to learn after oracle plsql development..likke Unix, DBA etc.
Thanks,
Vinod

910575 wrote:
Hi,
I am a plsql developer.
I am interested in completing below oracle certifications to becom Oracle certified professional.
1Z0-047 Oracle Database SQL Expert
1Z0-144 Oracle Database 11g: Program with PL/SQL
1Z0-146 Oracle 11g Advanced PL/SQL
Can you please suggest me the best books for preparing these courses.
Also suggest me the technologies which are good to learn after oracle plsql development..likke Unix, DBA etc.
Thanks,
VinodSee these links.Also post your question in the Certfication Forum .This is for PL/SQL
Recommended Book for "1Z0-144 -> Oracle Database 11g: Program with PL/SQL"
Can anyone please suggest a good practice and study materials for 1z0-146?
Do check this out too
http://www.oraclecertificationprep.com/apex/f?p=OCPSG:EXAM_DETAILS:0::NO::P2_EXAM:1Z0-144

Similar Messages

  • Can anyone guide me how to do Oracle Certification in HRMS/Payroll

    Hi
    Can anyone guide me how to do Oracle Certification in HRMS/payroll & what are basic exams required to complete for the eligibility?

    Hi,
    Its good news for the person who request this Q thread........... also for those who just started in HRMS. With due respect, what's the guarantee you can give after having experience you know 100% or at least in depth knowledge of HRMS / Payroll set up.
    "No one is 100% perfect and complete"
    It’s just an add value not waste of money nor time.
    Regards,
    Naga Suresh. Challapalli

  • Guide lines for Oracle Certification

    Hello Sir,
    I want to appear exam for oracle DBA certification.
    Please help me with necessary guide lines to achieve my goal.
    Thanks and regards,
    Binney

    hello,
    oracle certification exam registration and information is there on oracle.com/ you can access that, here we can tell you that oracle DBA certification exams can be grouped as
    1 OCA (oracle certified associate) with 2 papers sql+fundamentals1
    from whicjh fundamentals one include basic and architecture of oracle database, and SQL include use of SQL to acces database
    2. OCP (oracle certified professional) OCA+ 2 papers fundamemtas2+performance tuning
    from which funda2 include backup and recovery techniques and performance tuning include how to tune your oracle database for maximum performance... inspite of what i have told you above you can refer oracle site and better post this question on oracle "Certification" forum here....
    Oracle Certification Program
    you will get more info here
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=51&p_org_id=1001&lang=US
    hope this helps
    thanks and regards
    VD

  • Errors in 1z0-051 and 1z0-061 Official Oracle exam guides

    What can we do about errors in the official Oracle exam guides.
    I am doing the 1z0-061 (Oracle Database 12c: SQL Fundamentals).
    The 051 and 061 exams are exactly the same.
    051 is written by John Watson and Roopesh Ramklass and the 061 is written by Ramklass, but the thing is, both books have the same content word for word.
    I found these errors in the books:
    (1.) In chapter 08 (Using subqueries to solve problems) in both books it says "A subquery can be used to select rows for insertion but not in a VALUES clause of an INSERT statement".
    But this is wrong. You CAN use a subquery in a VALUES clause: This will work ->
    INSERT INTO values_test (f1) VALUES ((SELECT SYSDATE FROM DUAL));
    However you have to have the 2 brackets in red.
    (2.)
    Chapter 2: Self test question 9
    The following character literal expression is selected from the DUAL table: SELECT 'Coda""s favorite fetch toy is his orange ring' FROM DUAL; (Choose the result that is returned.)
    A.  An error would be returned due to the presence of two adjacent quotes
    B.  Coda's favorite fetch toy is his orange ring
    C.  Coda""s favorite fetch toy is his orange ring
    D.  Coda""s favorite fetch toy is his orange ring'
    The books says the correct answer is B. But this is wrong.
    Correct answer is C, since the "" are 2 double quotes and they will appear as it is.
    Even if "", is actually 4 single quotes the output then will be Coda''s favorite fetch toy is his orange ring
    which has 2 single quotes.
    I wrote to the author  (emai [email protected]) but got no reply.
    How can we let Oracle certification know that there are errors in these books. This can affect the exam and can mean the difference between passing and failing.

    >The book cover says "Oracle Press", meaning Official Oracle.
    No -- the name does not mean that.  'Oracle Press' is a division of the McGraw-Hill publishing company that specializes in writing books for the Oracle suite of products.  Oracle has close ties with the publisher and often supplies information to the authors that is not publicly available.  However, Oracle is not responsible for the content of the books.
    >If not, then what ARE the Official Oracle guides?
    The only thing that you could call an 'Official' Oracle guide would be student guides developed by Oracle University for one of their courses.  This content is supplied to attendees of the courses. The material is copyrighted and should not be available on the Web.

  • Which is the best Oracle certification for a programmer

    Hi,
    I have been doing web development in java for about 2 years now. I already have a Bachelors of Science in Computer Science but I want to stay competitive and am considering an Oracle Certification. The problem is that I am having trouble deciding which one to pursue. I am trying to keep emerging technologies in mind and I know that cloud computing and mobile devices are taking over. But I still know that there are many other companies out there that aren't ready for all that. I have found certifications such as:
    Oracle Certified Professional Java Programmer
    Oracle Certified Professional, Java EE 5 Web Component Developer
    Oracle Certified Professional, Java EE 5 Business Component Developer
    Oracle Certified Professional, Java EE 5 Web Services Developer
    Oracle Certified Master, Java EE 5 Enterprise Architect
    Oracle Certified Expert,Java Platform, Enterprise Edition 6 JavaServer Pages and
    Servlet Developer
    Personally, I think that "Oracle Certified Master, Java EE 5 Enterprise Architect" looks the most attractive because it seems to wrap everything into one. But the prep time and costs for this are both pretty high. Does anyone have any good information or experience that can help me make a better decision?
    Thanks a bunch!

    maheshguruswamy wrote:
    user2571097 wrote:
    But I also doubt whether the question raised was clear enough for the person to be answered! - just my two cents ....Even if my question was not clear enough (which it was), i would expect someone applying for a senior position such as technical architect position to ask clarifying questions. My point from the beginning was, you absolutely are not qualified to become a technical architect with just a certification. Here is how the interview went
    Me - How do you find out what your browser is submitting to the server from a purely client perspective?
    Candidate - I will put the receiving server in debug mode and print out values.
    Me - What if you don't have access to that server?
    Candidate - Well, its my server.
    Me - Okaay, you open your browser and go to CNN.com and click on a link, how do you find out details about that request?
    Candidate - You can't.
    Me - So you are saying you can't inspect what your browser is sending in http requests?
    Candidate - yeah....i guess.
    Me - Have you heard of tools such as wireshark, firebug, httpfox, http analyzer, tcpmon etc
    Candidate - No, never heard of it.
    I ended the interview after that.Hmm. Probably this guy didn't know what he was talking about, but still I wouldn't necessarily demand from someone applying for an architect position to know the gritty details of development; that's too low level for someone who should be focusing on the big picture. I'd rather have someone that knows how to design and guide people to build maintainable systems in stead of someone that knows how to sniff packets.
    But then again you'd have to define what the architect role in this case exactly means. For all I know it is actually a senior developer position with a slightly better ring to the title ;)

  • Oracle certification knowledge

    Hi All,
    I am working as an Oracle DBA from last 8 months and planning to write Oracle Certification on 11g (OCA & OCP etc). please guide me What Is process and are there any books or Material available for this certification courses.
    Thanks in advance.
    -Hari

    OracleNewbie828 wrote:
    ... this is mandatory to achieve your OCP credential because without attending at least one module's training from OU ... IF I may, this is really an unfortunate requirement:
    1) I passed my OCA11g. Given the economic situations, my company is "dragging" its legs in sending me to the required training from OU because of the costs it involves.
    2) Plus, OU hardly ever comes to my state (probably due to low demand). So, if my company were to send me to the training, it'll have to be out of state, which means more expenses. Which unfortunately also means lower chances of me ever making it to the training classes; and consequently, me ever getting my OCP certifications.
    I haven't given up on Oracle or anything like that YET; because we're still using Oracle at my workplace. However, since we also use MSSQL (used for the 3rd party applications that doesn't connect to Oracle), I have moved on to prepare for my MSSQL 70-432 exams and will probably continue on with the MCDBA path.
    Given the economic situations, it's damn hard for companies to cough up 3000 for the class and 1-2 k more for out of state travel to attend the class. I'm not at all happy with this requirement.There are two things that might help to cut costs, but they probably wont.
    - (1) Remember online (LVC) courses will satisfy the requirement.
    - (2) Some of the satisfying courses course are 3 day (though you probably shoudn't take most of these until you have passed your 1z0-053 or reached that standard) ... and these are cheaper.

  • Oracle certification exams

    Hi Guru,
    I am an MCA post graduate and currently working in one of the reputed MNC since last 1.5 year. Right now i am an Executive Technical Consultant @ Oracle Apps - HRMS and I want to take Oracle certification exams to enhance my skills both in JAVA n Oracle. I have no idea how and what course is feasible for me. Please guide me through this to choose an appropriate course.
    Thanks in advance
    Cheers
    sshamanur

    sshamanur wrote:
    Hi Guru,
    Well I'm not really a guru ... just a scruff ... but you've got me on the answer ...
    I am an MCA post graduate and currently working in one of the reputed MNC since last 1.5 year. Right now i am an Executive Technical Consultant @ Oracle Apps - HRMS and I want to take Oracle certification exams to enhance my skills both in JAVA n Oracle. awesome!
    I have no idea how and what course is feasible for me.Well at least honest, but, .... not sure what this says about the MNC .... or its stiffed? clients ....
    Please guide me through this to choose an appropriate course. If you browse http://certification.oracle.com there's an automatic tool "Oracle Certification - Finder" there precisely to assist people like yourself to "Get Started Finding Your Oracle Certification".
    Seems like a good start point.
    >
    Thanks in advance
    Cheers
    sshamanurGood Luck!

  • Oracle certification courses for outsiders (not oracle employees)

    Hi,
    I am also planning to take some Oracle certification courses . I am not an employee of Oracle currently. When I searched for the courses and study material, the course material costs very high around 1200$ for Order mgmt self study CD-ROM.
    http://education.oracle.com/pls/web_prod-plq-dad/show_desc.redirect?redir_type=36&p_url=%26p_search_category_id%3D65%26p_search_format%3D2
    Can anyone please guide me on how outsiders can take the certifications, the study materials, other fee etc....I know its free for Oracle employees but what for us outsiders ? How can we do these ceritifications?
    Please guide.
    Thanks in Advance....

    spendem wrote:
    Hi,
    I am also planning to take some Oracle certification courses . I am not an employee of Oracle currently. When I searched for the courses and study material, the course material costs very high around 1200$ for Order mgmt self study CD-ROM.
    http://education.oracle.com/pls/web_prod-plq-dad/show_desc.redirect?redir_type=36&p_url=%26p_search_category_id%3D65%26p_search_format%3D2
    Can anyone please guide me on how outsiders can take the certifications, the study materials, other fee etc....I know its free for Oracle employees but what for us outsiders ? How can we do these ceritifications?
    Please guide.
    Thanks in Advance....Your only absolute mandatory expenditure is a the certification exam costs ... unless your particular certification objective also specifies a hands-on requirement.
    I think you also need to frame your requirement as:
    - ' I am planning to study the required level to take the certification exam(s) X and 'Y'.'
    +-' - Relevant Oracle supplied self-study and CD ROMs seem currently outside of my budget'
    - The 'free' and 'cheap' way to do it is by studying the appropriate official manuals. However a lot of people may find this too hard to work from these reference manuals.
    --- There are some E-business books in the marketplace and to be published that may (or may noit) help, and I think some may be of poor quality.
    - By the way I notice you have selected a course with pre-requisites. Either you have the required pre-requisite E-Business knowledge, or you dont.
    --- If you do you'll find the manuals for your selected certification much easier,
    --- if you dont there are some books in the marketplace (some probably bad, and some to be soon published), thoat may help in this respect.
    - Sometimes there are third party suppliers/trainers who can help ... but the quality could be variable ..
    If you think you've found cheap study material at a minimum check [www.certguard.com] to avoid unauthorised traning material.
    Finally you could of course apply for employment at Oracle or for another employer who would pay for your training.

  • Oracle 12c guides

    Respected Associates and Professionals
    I am OCP 11g with working experience as DBA and Trainer, I want to go now to 12c database. However I am looking for materials (guides) that I can learn Oracle Database 12c from the scratch despite of my well understanding of 11g. I m very excited about features such multitenant architecture, I want to be very confident when I start attending my clients. Plz advice me
    Regards. Sadock

    Third-party 12c books will start appearing rapidly over the next few months.  Oracle has already started putting out whitepapers and other technical docs on it that are available at the Oracle Learning Library and OTN.  As I find these, I link to those that are relevant to certification exams from my website.  Currently only the 1Z0-062 exam has much material there, but I will soon start adding links for 1Z0-060 and 1Z0-063.
    Oracle Certification Prep: Exam details and preparation resources for 1Z0-062

  • 1Z0-051 Oracle Certification - OCA

    Hi. I am in a fix and so need your help.
    I am planning to give 1Z0-051 Oracle Certification exam(Oracle Database 11g- SQL fundamentals). However, I will be unable to give my 1Z0-052 exam(Oracle Database 11g- Administration-I) at this time. So, if I give only 1Z0-051 exam, then will it carry some weightage in my resume? Also, if I pass the 1Z0-051 exam, then how should I put it in my resume? That I am a Oracle Certified individual?

    806538 wrote:
    Hi. I am in a fix and so need your help.
    I am planning to give 1Z0-051 Oracle Certification exam(Oracle Database 11g- SQL fundamentals). However, I will be unable to give my 1Z0-052 exam(Oracle Database 11g- Administration-I) at this time. So, if I give only 1Z0-051 exam, then will it carry some weightage in my resume? Also, if I pass the 1Z0-051 exam, then how should I put it in my resume? That I am a Oracle Certified individual?If you pass the 1z0-051 you may put that in your resumé.
    (If you need proof of this copy the report from the test center ... you cannot really get from of this from Oracle. Certview will publish certifcations, not exam passes). If you take this online there is no proof it was you you actually took the exam).
    However you are not Oracle certified and must not put that in your resume ... you may only put it in your resumé when you have proof from Oracle you have been awarded a Certification.
    The weight of this exam pass, and indeed any exam pass or certification, can depend on the reader(s) of the resumé; and the nature of job you are applying for; and the strength of the other candidates for the job. Suppose an employer was looking for CV's for a DBA job. Assuming the HR/agencies let the CV's through they might get (in practice a higher number of DBA OCPs might be expected):
    Person with a 1z0-051 pass and degree and no experience.
    5 with 9i DBA OCP, most with MA degrees, with no experience
    10g DBA OCA obtained 3 years ago with no experience.
    Apparently experienced DBA with no formal qualifications and no degree.
    Now the first and last candidates have a high probability of being what they say they are, but the first wuld be no good if an experienced DBA was needed. It would be necessary at interview to be careful to check the others had the experience level claimed due to certifications being obtained though cheating and fraud. Its also worth noting DBA OCA does not cover backups / restores in depth.
    However if what was needed was someone to query database results as a result of some tests the first candidate might acutally be the most suitable .. assuming he has studied the 1z0-051 carefully. The 10g OCA might not have done SQL ... the experienced DBA might feel that was not a suitable job for him, and the 9i DBA OCPs may have rushed (or cheated) their way through 1z0-007 as quickly as possible and would not be interested / capablle of this work.
    (Please note this article is biased against 9i DBA OCP ... at one point my understanding is there was a particularly high level of cheating/fraud against this certification and some poor training from some WDP institutions ... which is a pity for those achieving the certification through due work and good training).

  • June 2009 Oracle Certification E-Magazine Now Online

    The June 2009 Oracle Certification E-Magazine is now online: http://bit.ly/At9bZ

    Thank you for information!
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • Query regarding Oracle certification for Admin path

    hi I have the below certifications under my belt :- 1. Oracle Certified PL/SQL Developer Associate 2. Oracle Certified PL/SQL Developer Professional I would like to give Oracle Database 11g administration Associate certification. For which I can see I need to give 1Z0-051 and 1Z0-052 exams. So my question is whther I need to give Z051 exam??Keeping in mind I have OCP level path cleared for PL/SQL developer track. Thanks in advance..

    How can i get confirmation on this officially?
    Go to the FAQ:
    https://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=82
    Search for 'SQL Fundamentals'.  One of the questions will be: "How long can I use a passed exam to earn a certification? Do exam results expire?"
    The answer is: "Exam results do not expire, but certifications retire, and this affects whether or not your older exam result will help you earn a certification.
    If a specific exam meets a requirement in a current certification path, it does not matter when you passed the exam. For example, if you took SQL exam #1Z0-001 in 1997, you can still use it to meet the SQL requirement for a current Oracle Database certification."
    If you don't trust that -- the forum moderator, Brandye, may come along in a day or so to confirm what I said.  However, there is no doubt.  The question comes up fairly often.  For that matter, I wrote a blog post about it over a year ago (although this would still not be 'official', of course):
    Oracle Certification Prep: Oracle's SQL Fundamentals Exams and Database Releases

  • Oracle Certification E-Magazine: September 2009 Edition

    !http://blogs.oracle.com/certification/0122.jpg!
    <p>The September 2009 edition of the Oracle Certification E-Magazine is now online.</p>
    <p>Get the latest certification track updates, program news, and details on new Oracle certifications, upgrades, and beta testing.</p>
    <h3>IN THIS EDITION:</h3>
    <ul>
    <li>New Video Series from Joel Goodman: &ldquo;The Benefits of Oracle Certification&rdquo;</li>
    <li>Oracle Selects New Certification Exam Delivery Vendor</li>
    <li>Oracle Certification at Oracle OpenWorld 2009</li>
    <li>Take Certification Magazine's 2009 IT Industry Salary Survey</li>
    <li>Beta Testing Ends For &ldquo;Oracle Database 11g: Performance Tuning&rdquo; Exam (1Z1-054)</li>
    <li>Oracle Retires &ldquo;Managing Oracle9i on Linux&rdquo; Special Accreditation</li>
    <li> New Certification Soon To Be Live: Oracle Database 11g Administrator Certified Professional (OCP)</li>
    <li> Two Exams To Retire for Oracle 8 and 8i DBA Certification Tracks</li>
    <li>Beta Testing Ends for &ldquo;Program with PL/SQL&rdquo; Certification Exam (1Z1-144)</li>
    <li> New Certification Soon To Be Live: Oracle E-Business Suite R12 System Administrator Certified Expert (OCE)</li>
    </ul>
    <h3>QUICK LINKS:</h3>
    <ul>
    <li>Oracle Certification E-Magazine: September 2009 Edition</li>
    <li>Oracle Certification E-Magazine: Archives</li>
    <li>Oracle Certification E-Magazine: Subscribe
    </li>
    </ul>

    Thank you for information!
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • Apr 2009 Oracle Certification E-Magazine

    !http://blogs.oracle.com/certification/2009-0414-1158.gif!
    <p>The April 2009 edition of the Oracle Certification E-Magazine is now online.</p>
    <p>Get the latest certification track updates, program news, and details on new Oracle certifications, upgrades, and beta testing.</p>
    <p>In this edition:</p>
    <ul>
    <li>Whatʼs The Difference: Oracle Certification &amp; the OPN Sales Champion</li>
    <li>Are You Getting Your Training From an Authorized Provider?</li>
    <li>Oracle Certification Salary Survey Update</li>
    <li>Beta Testing Opportunity Continues for Two Database Certification Exams</li>
    <li>Oracle University Releases New PL/SQL Certification: Oracle Advanced PL/SQL Developer Certified Professional (OCP)</li>
    <li>Coming Soon: New PL/SQL Exam</li>
    <li>Oracle University Releases Two New E-Business Suite R12 Supply Chain Certifications</li>
    <li>Beta Testing Opportunity Continues for Exam 1Z1-206 – Oracle E-Business Suite R12: System Administration</li>
    <li>Beta Period Now Closed for Three EBS R12 Certification Exams</li>
    <li>Oracle University Releases New PeopleSoft Certification: PeopleSoft Enterprise 9 Human Capital Management, Human Resources Consultant Certified Expert (OCE)</li>
    <li>Oracle University Releases New PeopleSoft Certification: PeopleSoft Enterprise 9 Financial Management, General Ledger Consultant Certified Expert (OCE)</li>
    </ul>
    <p><strong>QUICK LINKS:</strong></p>
    <ul>
    <li>Oracle Certification E-Magazine: April 2009 Edition</li>
    <li>Oracle Certification E-Magazine: Archives</li>
    <li>Oracle Certification E-Magazine: Subscribe
    </li>
    </ul>

    Thank you for information!
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • Mar 2009 Oracle Certification E-Magazine now online

    !http://blogs.oracle.com/certification/2009-0224-1330.jpg!
    <p>The March 2009 edition of the Oracle Certification E-Magazine is now online.</p>
    <p>Get the latest certification track updates, program news, and details on new Oracle certifications, upgrades, and beta testing.</p>
    <p>In this edition:</p>
    <ul>
    <li>Oracle Certification Salary Survey</li>
    <li>Extended Beta Testing Opportunity for Two Database Certification Exams </li>
    <li>New Certification Soon To Be Live: Oracle Advanced PL/SQL Developer Certified Professional (OCP)</li>
    <li>Two New Certifications To Soon Be Live for Oracle EBS R12 Supply Chain Certified Expert Consultants (OCE)</li>
    <li>Extended Beta Testing Opportunity for Exam 1Z1-206 – Oracle E-Business Suite R12: System Administration</li>
    <li>Beta Period Soon Closing for Three EBS R12 Certification Exams</li>
    <li>New Certification Soon To Be Live: PeopleSoft Enterprise 9 Human Capital Management, Human Resources Consultant Certified Expert (OCE)</li>
    </ul>
    <p><strong>QUICK LINKS:</strong></p>
    <ul>
    <li>Oracle Certification E-Magazine: March 2009 Edition</li>
    <li>Oracle Certification E-Magazine: Archives</li>
    <li>Oracle Certification E-Magazine: Subscribe
    </li>
    </ul>

    Thank you for information!
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

Maybe you are looking for

  • A question about an error after changing FSB

    Here is what I am running MSI K7T266 Pro AMD Athlon Thunderbird 1.4ghz processor 512 DDR RAM Geforce 3 Ti 500 Intel 21041-Based PCI Ethernet Adapter (Generic) #2 Now I loaded my FSB at 100 and it runs fine but only at 1.050 ghz instead of 1.4. I try

  • Document search and knowledge search

    Hi All, I have seen two work centres on interaction center: document search and knowledge serach. what is the difference between the two. how can we configure the same. please provide some docs. Thanks, Priya

  • How to get the red slider to show

    Hi. My ipad 4 is in recovery mode. So i tried to fix it. Step one was to plug in the usb cable to the computer. I did. Then I turned off my ipad 4 next. Then the next step was to press and hold the sleep/wake button for a few seconds until the red sl

  • Adobe Photoshop Illustrator Acrobat Not Starting

    This is not a question, just feedback on a bizarre solution to a problem I was involved with... SYMPTOMS: Several Adobe products would not start up. They just bounced up and down in the dock a few times and then quit. Looking at the system.log and cr

  • Embedding a Word/Powerpoint/Excel document gives an error message

    I'm embedding an office document in a WebView in a Windows 8 application, and I'm getting an error. To reproduce, simply create a C# Windows 8 Store application and add this element to the grid: <WebView src="https://onedrive.live.com/embed?cid=D8B28