Skip to content

Neil Chandler's DB Blog

    • About Neil
    • Consultancy Services
    • Presentations
    • Video Tutorials
      • Why Has My Plan Changed. Top 7 Plan Stability Pitfalls and How To Avoid Them!
      • Oracle Database Stats – the easy way!
      • Oracle Database Statistics – When It’s Harder
      • Histograms Are Evil like Chocolate is Evil
      • Oracle Execution Plan Changes
      • Using JSON in Oracle
    • MASH Program
  • Goldengate, Problem Solving

    Goldengate OGG-01223 (Version) Problem

    Published by

    chandlerdba

    on

    2013-09-20

    Just implementing Goldengate between a platform I don’t understand, a Tandem/HP non-stop, and Oracle 11G R2 RAC. So, I spend the day trying to get it working, have all of the configuration seemingly correct and when the Tandem guy an I try to for a connection to send data over,…

    Continue reading →: Goldengate OGG-01223 (Version) Problem
  • UKOUG

    UKOUG Tech13 launch last night

    Published by

    chandlerdba

    on

    2013-09-06

    UKOUG Tech13 agenda launch last night. Feeling energised today if a little delicate. Looks like I’m giving 2 presentations this year.

    Continue reading →: UKOUG Tech13 launch last night
  • Programming, SQL

    SQL Developer insight

    Published by

    chandlerdba

    on

    2013-09-05

    When using SQL Developer, there is a feature called Completion Insight which help you write SQL and PL/SQL in the SQL Worksheets. It will auto-pop helpful things, like object name when typing a SELECT statement, column names if it is aware of the object which you are accessing and things…

    Continue reading →: SQL Developer insight
  • Administration, Management

    SYSMAN password change

    Published by

    chandlerdba

    on

    2013-08-29

    Some days you just forget the dot all of the i’s. I had just installed a new RAC cluster, got it all up and running and was using DBCONSOLE to check the system out – no access to the Production Grid Control for this cluster yet. I then made a…

    Continue reading →: SYSMAN password change
  • Management, Recruitment

    The Dunning-Kruger Effect – I don’t know

    Published by

    chandlerdba

    on

    2013-08-08

    Interviewing people is always a rich source of anecdotes, or should that be anec-dont’s? Whatever. When interviewing for a technical specialist, such as a senior Oracle DBA, it seems important to ask a number of technical questions to ascertain the competency the individual has in relation to Oracle and the…

    Continue reading →: The Dunning-Kruger Effect – I don’t know
  • Administration, Unix

    Killing a session. Dead!

    Published by

    chandlerdba

    on

    2013-07-25

    … or what ALTER SYSTEM KILL SESSION doesn’t do. So, you have a runaway session and you want it to stop now, please. You enter “ALTER SYSTEM KILL SESSION (sid,serial#) IMMEDIATE” – supplying the parameters from GV$SESSION (adding @instance_id if it’s running in a different node) and you wait a…

    Continue reading →: Killing a session. Dead!
  • Administration, Security

    Oracle Default Password Checker

    Published by

    chandlerdba

    on

    2013-07-20

    It’s amazing how much stuff you come across years after it was released by Oracle, like the view DBA_USERS_WITH_DEFPWD. It lists many standard or common database accounts where you still have a default password set. If you combine this with the DBA_USERS view, you can see instantly where you may…

    Continue reading →: Oracle Default Password Checker
  • SQL

    Oracle Join Syntax for ANSI people

    Published by

    chandlerdba

    on

    2013-07-18

    I was talking with a non-Oracle DBA the other day about Oracle SQL syntax for joins, as I had written some SQL which he didn’t understand, using the old form of Oracle notation to signify outer joins – the (+) operator. It got me thinking; I have been using Oracle…

    Continue reading →: Oracle Join Syntax for ANSI people
  • UKOUG

    UKOUG Combined AIM and Database Server SIG Agenda

    Published by

    chandlerdba

    on

    2013-05-31

    On 18th July, the UKOUG has a combined technical Oracle SIG in London. I am (a) deputy chairman of the Availability, Infrastructure and Management (AIM) SIG, which concentrates on subjects like RAC, Exadata and Grid Control, and we are combining forces with the Database Server SIG to produce a 2-stream…

    Continue reading →: UKOUG Combined AIM and Database Server SIG Agenda
  • Backups, RMAN

    RMAN Incarnations revisited (11G)

    Published by

    chandlerdba

    on

    2013-02-13

    Time for an update to a older post. I have previously talked about the annoyance of connecting to RMAN with a duplicated database where the DBID has not been changed. RMAN happily breaks the catalog by assuming the “new” database is a new incarnation, and prevents the previous owner of…

    Continue reading →: RMAN Incarnations revisited (11G)
  • Administration, Migration, Problem Solving

    Oracle Data Files

    Published by

    chandlerdba

    on

    2013-01-25

    I was looking at the contents of a tablespace recently – just the extents, not a block dump – with the intention of shrinking a couple of the associated datafiles (don’t ask why – the reason is both stupid and irrelevant). I needed to know just how much I could…

    Continue reading →: Oracle Data Files
  • UKOUG

    UKOUG Conference 2012 Agenda Online

    Published by

    chandlerdba

    on

    2012-09-18

    Today the UK’s big Oracle User event has just lifted its skirts to show off its new frilly agenda, which can be found here. I have been a member of the UKOUG for well over a decade, and a Special Interest Group (SIG) Deputy Chairman for the last 5 or…

    Continue reading →: UKOUG Conference 2012 Agenda Online
  • Prevarication

    Outside Interests – not work!

    Published by

    chandlerdba

    on

    2012-08-15

    So, what do you do that isn’t work. Sure, you work hard in the office. You might even do work when you get home at night on your own “lab” setup – VM’s make that so easy these days. Even an old desktop can spin up a couple of VM’s…

    Continue reading →: Outside Interests – not work!
  • Uncategorized

    The Fear of Presenting

    Published by

    chandlerdba

    on

    2012-07-12

    I am deputy chairman of the UK Oracle User Group: Availability, Infrastructure and Management  (AIM) SIG. We arrange several groups per year where we look to get speakers to present on all manner of subject in relation to the remit of the SIG: Exadata, RAC, Partitioning, Grid Control, Managing DBA’s,…

    Continue reading →: The Fear of Presenting
  • Uncategorized

    Complex Passwords

    Published by

    chandlerdba

    on

    2012-06-22

    Increasing numbers of Yahoo mail passwords appear to have been compromised; I don’t use Yahoo [although in a historically stupid move, I have multiple email addresses from multiple providers including hotmail, gmail, my ISP and my own domain ]. Anyway, I have been getting an increasing number of spam emails…

    Continue reading →: Complex Passwords
Previous Page Next Page
MASH Program Logo
Help for Public Speaking

subscribe

  • Mail

Recent posts

  • Performance: Clustering Data

    Performance: Clustering Data

  • Performance: Index Clustering Factor

    Performance: Index Clustering Factor

  • Oracle Transparent Hugepages

    Oracle Transparent Hugepages

  • Oracle Database: Global Stats Changes After Partition Truncate

    Oracle Database: Global Stats Changes After Partition Truncate

  • ORA-04021 timeout occurred while waiting to lock object during stats gather

    ORA-04021 timeout occurred while waiting to lock object during stats gather

  • Infinity – Old Oracle Numbers

    Infinity – Old Oracle Numbers

Create a website or blog at WordPress.com

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
  • Subscribe Subscribed
    • Neil Chandler's DB Blog
    • Join 133 other subscribers
    • Already have a WordPress.com account? Log in now.
    • Neil Chandler's DB Blog
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar

Notifications