Recent content by bcleaver

  1. B

    Git Source Control Plugin?

    We just implemented PushOk GIT SCC for our source control. If you're looking for tight integration with an IDE, you're going to be disappointed. However, it's infinitely better then GitHub Desktop. It allows you to jump to the command line when you need to, so you can use it in conjunction with...
  2. B

    XMLtype column displays as when stored as binary XML

    It's nice to see I wasn't the only one with this problem. I gave up on looking for a solution, slapped a view on top of the table for ad-hoc queries, and then moved on. It looks like T-G has basically done the bug-fix for them, but it's way beyond my comprehension level, though he made it clear...
  3. B

    XMLtype column displays as when stored as binary XML

    Using Oracle 11g R2 I'm running into an issue where PL/SQL Developer will execute indefinitely while selecting an xmltype column that is stored as binary xml. The column is returned as and the only way to stop execution is to close/terminate the executing window; breaking execution with...
Back
Top