Recent content by MikeyC

  1. M

    ora-00600

    ORA-0600 is a nasty server-side internal error that will cause a core dump of your db server.You don't say what version of the database you are using or what platform, so I can't really say any more than this. Talk to your DBA about this one
  2. M

    Viewing contents of varchars > 4000 when debugging

    When debugging PLSQL code which was building dynamic ref cursors, I found it was not possible to view the contents of VARCHARS longer than 2000 characters. Is this a limitation that will be lifted in future versions? In this scenario, being able to see the whole query string and check it is...
Back
Top